~aleteoryx/muditaos

ref: 2eca1d9b04a9da03fadb0192b0597942481e3fef muditaos/module-services/service-desktop/ServiceDesktop.cpp -rw-r--r-- 13.4 KiB
3c2ca020 — Artur Śleszyński 4 years ago
[CP-183] Do not log sensitive data in service-desktop

Remove potential printing of user-sensitive data.
db6e7d04 — Marek Niepieklo 4 years ago
[CP-163] Implement FS Endpoint read file

Implemented get file opration in FS Endpoint
bf06b5ba — Marek Niepieklo 4 years ago
[CP-206] Report Pure serial number in USB descriptors

Added serial number to USB device descriptor
c58c8568 — Pawel Olejniczak 4 years ago
[CP-143] Set 204 code for responses with empty body

Body field was always added to response json, even if
it was containing only null. Now empty body is
not attached to response json, and status code
for such message is set to 204. Additionaly some
minor cleanup in service desktop was done.
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
1a2e12af — Radoslaw Wicik 4 years ago
[BH-373] Convert utils json into a lib

Moving json to a third-party standalone library.
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
9b28cd67 — Marek Niepieklo 4 years ago
[CP-84] Implement Security API

- Added pass code unlock from MC
- Removed Set USB security status
- Changed isLocked to phoneLocked in request for phone lock status
- Removed remainings of USB security in Settings App
- Reworked USB security model to depend both on
    Phone lock state and Pass code being enabled
- Updated test_security.py
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
2d44f964 — Marek Niepieklo 4 years ago
[CP-120] Fixed USB comm. when Pure reconnected unlocked

USB comm. was secured when Pure was reconnected to PC while unlocked
2e6899a4 — Marek Niepieklo 4 years ago
[CP-2] I don't want to see data from Pure in Center when Pure is locked

[CP-48] Re-enabled USB security
[CP-49] Update test harness with usb security
b38adcec — Adam Dobrowolski 5 years ago
[EGD-6019] Minimum settings ownership lifetime fixups

added weakptr link to settings and checks
    it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
    - deregistration on Settings destrution
    - weak referencing of Service to not crash Settings on missuse
    - Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
Removed dependency from freertos in test global file
EntryPath tests updated and compilation slimed
e71a044b — Przemysław Brudny 4 years ago
[EGD-6019] Revert of two commits

This reverts commit b6416b15dac3a638d803681fbad8746b1808b6aa.
This reverts commit e2f3882d8a0194ae6f74bfc5ab6104c368174517.
b6416b15 — Adam Dobrowolski 5 years ago
[EGD-6019] Minimum settings ownership lifetime fixups

added weakptr link to settings and checks
    it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
    - deregistration on Settings destrution
    - weak referencing of Service to not crash Settings on missuse
    - Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
97777d0b — Przemyslaw Brudny 4 years ago
[EGD-6729] ServiceDesktop plug off lock interactions fix

ServiceDesktop plug off lock interactions fix.
9a17c5fc — Przemyslaw Brudny 4 years ago
[EGD-6676] PhoneLock handling with ServiceDesktop

Replaced old PhoneLock handler in ServiceDesktop with new
interactions with Application Manager PhoneLockHandler.
14d4ce82 — Wojtek Rzepecki 4 years ago
[EGD-6615] Fix tethering repeated notification

Repair of repeated tethering notification
after disconnection.
4f0c3c82 — Piotr Tański 5 years ago
[EGD-6209] Tethering confirmation popup added

Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
29bf1e40 — Pawel.Paprocki 5 years ago
[EGD-5834] Fix restore API

Change restore API
backup/restore/update harness tests
Next