Commit Graph

11 Commits

Author SHA1 Message Date
Mateusz Szczesny
6e76dc3e5f [BH-1787] Reboot to MSC endpoint
To allow the automation of gathering logs and swapping out OS images during tests a MSC reboot
endpoint was added. Together with a change to ecoboot, this allows the sending of a "reboot to
MSC" command. The deivce will then reboot and enter MSC mode.
2023-12-04 12:41:37 +01:00
Lukasz Mastalerz
d9a1194e6f [BH-1688] Create a standard for logs
* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
2023-10-23 15:17:44 +02:00
Lukasz Mastalerz
d7c078759f [CP-2130] Never ending files upload
Corrected check to see if a device has enough free space to upload a file.
2023-08-16 15:29:16 +02:00
Lefucjusz
4e685bb7ec [MOS-999] Provide additional info in log filename
Added info about product, OS version, commit hash
and serial number to log filename to simplify
triage and quick sanity check of the logs in
cases many log files have to be analyzed.
2023-06-23 12:08:32 +02:00
Lukasz Mastalerz
a870922ec3 [CP-1837] Random crashes while copying files
General improvements to prevent running out of memory while copying
files via Mudita Center
2023-03-21 09:17:54 +01:00
Bartosz
fd5f7f1821 [MOS-872] Extended json11 supported types
Moved statvfs to stack from heap
2023-01-19 16:41:56 +01:00
Bartosz
6efaa600e7 [MOS-872] Add support for directiories in filesystem endpoint's listdir
Added support for listing directiories with nested ones
2023-01-19 16:41:56 +01:00
Lefucjusz
b281a39f42 [MOS-744] Fix MTP integration
Fixed issues with integration
of MTP with filesystem:
- fixed memory corruption in
get_disk_properties();
- removed spare space hack
causing MTP to return invalid
free space and capacity of
the storage;
- added mtime and ctime
handling;
- minor code cleanup.
2022-10-27 18:47:27 +02:00
Pawel Olejniczak
fd5bef0ef2 [CP-1536] Fix storage memory overflow
The user was able to upload more files than there was free space.
In addition, the difference between the declared free space
through MTP and MC has been corrected.
2022-09-27 13:37:56 +02:00
Pawel Olejniczak
9268b27ba8 [CP-1454] Add file size to the list of files in specified path
Next to each of the files listed in the file list in the path
specified in the request is now displayed its size.
2022-08-04 08:10:08 +02:00
Marek Niepieklo
92ec86e818 [CP-610] Add removeFile operation to Filesystem EP
Moved Rename/Remove/ListDir from DeveloperMode to Filesystem EP API
2021-10-19 09:40:31 +02:00