Commit Graph

49 Commits

Author SHA1 Message Date
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
9a404acef4 REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
ccd9930884 REFACTOR: Heuristically unreachable code. 2017-12-21 17:17:13 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +00:00
b386ea8ce5 REFACTOR: Unused local variable. 2017-12-21 16:37:35 +00:00
ff08e93144 REFACTOR: Redundant class or interface specification in base types list. 2017-12-21 16:27:09 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
35ce7db892 REFACTOR: Unnecessary whitespace removal. 2017-12-21 07:36:47 +00:00
7dcdcfedd3 REFACTOR: Do not complain about unused catch that are used in release. 2017-12-21 07:23:33 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
df2fb651e4 REFACTOR: Redundant empty argument list on object creation expression. 2017-12-21 03:18:10 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
35dec4dad3 REFACTOR: Disable ReSharper in WebApiConfig.cs. 2017-12-20 17:27:41 +00:00
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
ef49fdfd45 REFACTOR: Member or type can be made internal. 2017-12-20 02:08:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
10054f1de2 Corrected typo on SCSI peripheral device types. 2017-12-15 01:14:28 +00:00
a5756edce1 Corrected typo on ATA capatibilities bit 3. 2017-12-14 19:20:47 +00:00
0b58866c2d Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
9cd9285276 Added list-encodings command. 2017-10-12 22:41:31 +01:00
4288900b9c Link documents. 2017-10-12 18:53:38 +01:00
819fcfc3a2 Corrected server paths. 2017-10-12 18:50:41 +01:00
0a840b59ce Show documentation on server. 2017-10-12 18:44:13 +01:00
cc99b6e714 More renaming of Default to Statistics. 2017-10-12 17:30:29 +01:00
a74186fa83 Moved from Default.aspx to Statistics.aspx 2017-10-12 17:19:56 +01:00
54c525cb43 Added support for SD/MMC device reports. This makes it a first class
citizen for #65
2017-09-29 15:36:15 +01:00
f2d12773c6 * ScsiEvpd.cs: Take care of null returns on EVPD decoding.
* ViewReport.aspx.cs: Catch exceptions on USB descriptor reading.
2017-09-11 18:31:22 +01:00
a328465fea Removed spurious old line. 2017-09-11 02:52:59 +01:00
d4add54b53 Added statistics to underlying operating system version. 2017-09-11 02:05:07 +01:00
5e29fb0c13 Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
310c932303 Solution opened with VisualStudio 15.3.1, created metadata files. 2017-08-22 03:41:16 +01:00
6e441ddda1 Implemented "list-devices" command for Linux. 2017-08-21 21:04:44 +01:00
334cc66a53 Formatting options. 2017-06-29 21:23:39 +01:00
27d1d09822 Add a newline before read capabilities. 2017-06-05 18:21:32 +01:00
d954aaf7b0 Add support for showing devices without current CHS. 2017-06-05 18:21:16 +01:00
c3e9a0b680 Use decimal point for SI units otherwise it seems much
smaller.
2017-06-05 17:55:42 +01:00
d21e79a212 * DiscImageChef.Server/Default.aspx.cs:
* DiscImageChef.Server/Controllers/UploadStatsController.cs:

	* DiscImageChef.Server/ViewReport.aspx.cs:
	  Show requested information before adapted for filesystem.
2017-06-05 17:46:27 +01:00
ce3e941e1c Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
7105fbb333 Store and show statistics for "ls" and "extract-files"
commands.
2017-06-04 23:07:31 +01:00
7c825f86a2 Added support for versions. 2017-06-04 22:49:20 +01:00
5ce62b9a9f Added statistics for runtime version. 2017-06-04 02:24:04 +01:00
39e72a1cf9 Added server side code for creating
http://discimagechef.claunia.com with statistics and device
	reports.
2017-06-03 01:19:47 +01:00
e694ea69b1 Removed spurious variable. 2017-06-03 01:10:46 +01:00