Commit Graph

126 Commits

Author SHA1 Message Date
6fdcd6abcf Add update endpoint. 2019-01-01 16:43:34 +00:00
a95a1f71e0 Use correct path for database. 2019-01-01 05:43:32 +00:00
5ea28edfbf Add support for dumping MemoryStick from USB attached PlayStation Portable with CFW installed. 2019-01-01 04:56:48 +00:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
a0e1952310 Correct file headers. 2018-12-29 15:26:00 +00:00
48c5bc911b Correct server version. 2018-12-29 14:04:18 +00:00
a593eed312 Remove no longer needed CSS file. 2018-12-29 13:40:15 +00:00
fc4bfad044 Add missing documentation. 2018-12-29 13:29:44 +00:00
6d52e09d51 Use bootstrap in Server. 2018-12-28 14:32:41 +00:00
0acb82b808 Migrate server from ASP.NET Webforms to MVC. 2018-12-27 23:34:14 +00:00
9780f4520e Store read results in report and database. 2018-12-26 01:15:30 +00:00
c670bc2bc9 Store MMC GET CONFIGURATION response in device report. 2018-12-25 16:15:33 +00:00
f6c2b087a2 Store CompactDisc read offsets in database. 2018-12-25 03:04:57 +00:00
b1287f8e2c Store and retrieve USB IDs from databases. 2018-12-25 00:07:22 +00:00
5a0714e795 Fix USB IDs and indexes in databases. 2018-12-24 21:13:02 +00:00
994ea2bc80 Store and use undecoded buffers for ATA IDENTIFY (PACKET) DEVICE, SCSI INQUIRY and SCSI MODE PAGE 2Ah in device reports in database. 2018-12-23 23:51:06 +00:00
926bcb7c74 Workaround unsigned fields in database unsupported by EntityFramework 6. 2018-12-23 18:49:07 +00:00
bbb6cff8fe Link device with reports in server database. 2018-12-22 20:46:51 +00:00
e7e3b6c29f Convert XML server statistics to database. 2018-12-22 05:12:57 +00:00
7408db3881 Read server statistics from database. 2018-12-22 05:00:30 +00:00
414cbf73c0 Store statistics on server database. 2018-12-22 03:46:48 +00:00
3c649deebb Add counter to statistics tables. 2018-12-21 13:25:35 +00:00
94b60395ec Move version statistics to database. 2018-12-21 04:17:14 +00:00
4f445e53c3 Move operating system statistics to database. 2018-12-21 04:08:58 +00:00
f376286e8a Move device statistics to database. 2018-12-21 03:55:56 +00:00
c6684c43cc Move media statistics to database. 2018-12-21 03:34:54 +00:00
a7721f943a Move NameValue statistics to database. 2018-12-21 03:17:35 +00:00
13ce58cac0 Use MySQL database server in Server to store uploaded reports (version 2). 2018-12-20 21:04:08 +00:00
6ba9d115c2 Add debug configurations to repository. 2018-12-20 00:00:28 +00:00
77d367f6b9 Fix detection of JaguarCD when drive offset returns the track start in the sector before the requested one. 2018-12-19 07:17:38 +00:00
ade74a57f5 Remove NT device path calculation method as it doesn't work neither is it needed anywhere. 2018-12-01 19:26:30 +00:00
9c83c3d296 Correct database sets. 2018-11-27 01:41:50 +00:00
0696a82916 Add basic fields to device report. 2018-11-27 00:23:05 +00:00
6a2fc9f76b Move DeviceType to CommonTypes. 2018-11-27 00:11:03 +00:00
ad5c633180 Use device report version 2 for the database. 2018-11-26 23:16:54 +00:00
0d7192ec72 Move SCSI reporters to parent folder. 2018-11-25 22:17:19 +00:00
bba98c2abf Move ATAPI device reporting to non-static class and its UI to CLI. 2018-11-25 19:17:21 +00:00
ac29604264 Remove NVMe not implemented reporting static class. 2018-11-25 18:41:29 +00:00
dc4be81e35 Move USB device reporting to non-static class and its UI to CLI. 2018-11-25 18:28:57 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +00:00
e6db4c678d Move Xamarin.Mac project to a separate solution. 2018-11-23 23:17:19 +00:00
10c4faf178 Implement media scan on GUI. 2018-11-21 18:30:20 +00:00
0777cd79b3 Implement media tag decoder on GUI. 2018-11-18 23:01:16 +00:00
634ec59925 Implement hexadecimal view of sectors on GUI. 2018-11-17 20:00:55 +00:00
5391fd9d7c Implement settings on GUI. 2018-11-16 00:31:12 +00:00
158356b353 Add a static result to detect if the platform is Windows based. 2018-11-15 21:25:40 +00:00
0a4bcbe91f Implement listing files on GUI. 2018-10-24 23:16:45 +01:00
b25d32d2cc Implement image sidecar creation on GUI. 2018-10-24 19:49:04 +01:00
0c839c0f05 Implement image conversion on GUI. 2018-10-23 23:59:33 +01:00
72b7827e98 Implement image checksumming on GUI. 2018-10-18 22:24:40 +01:00