aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-21Remove unrelevant commentsequal-l21-13/+0
2020-07-21Update to actix 2 and futures 0.3equal-l21-63/+77
2020-07-20cargo fmtSven-Hendrik Haase1-9/+6
2020-07-05Add generate QR code (#330)wyhaya1-0/+23
* Add generate QR code * Add --qrcode option
2020-06-26Make clippy and cargo fmt happySven-Hendrik Haase1-1/+1
2020-05-10make sure archiving is opt-inmarawan ragab1-3/+5
2020-03-11Format everythingSven-Hendrik Haase1-6/+5
2020-03-02Ignore clippy warningDamian1-1/+1
2020-03-02Added option to disable archivesDamian1-0/+21
2019-11-22Compare paths instead of stringsboastful-squirrel1-1/+1
2019-07-25Upgrade percent-encoding to 2.0Sven-Hendrik Haase1-2/+4
2019-07-24Fix testsSven-Hendrik Haase1-13/+13
2019-07-08fix parent directorywyhaya1-2/+13
2019-06-24Add doc and commentsAlexandre Bury1-4/+13
2019-06-14Enable streaming tarball downloadAlexandre Bury1-38/+38
Also add a non-compressed tar option
2019-05-31refactor codemahdi1-2/+2
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-26/+24
2019-05-02Print error when parsing query parameters failboastful-squirrel1-6/+9
2019-05-02Read query params to handle error back linkboastful-squirrel1-11/+29
2019-05-02Cargo fmtboastful-squirrel1-1/+1
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel1-0/+2
2019-05-01Ignore clippy warningskhai96_1-0/+1
2019-04-27Themed errorsboastful-squirrel1-11/+17
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel1-8/+8
2019-04-26Merged query parameter structs + improved file upload errorsboastful-squirrel1-2/+3
2019-04-21Fixed syntax errorboastful-squirrel1-2/+2
2019-04-21Properly log error + added render_error methodboastful-squirrel1-2/+3
2019-04-21Print upload/archive errors also in terminalboastful-squirrel1-3/+6
2019-04-21cargo fmtboastful-squirrel1-5/+3
2019-04-21Print error on the web page rather than on the terminalboastful-squirrel1-3/+1
2019-04-16Fix issue 70boastful-squirrel1-3/+3
2019-04-15Fix tiny lintSven-Hendrik Haase1-1/+1
2019-04-13Fix issue #63boasting-squirrel1-1/+2
2019-04-07Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel1-1/+1
2019-04-07Use serialize_allboasting-squirrel1-3/+1
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel1-24/+9
2019-04-04Fix file upload when used with random route.Vojtěch Pejša1-1/+7
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša1-0/+2
2019-04-04Implement file upload.Vojtěch Pejša1-0/+1
2019-04-03Use serde lowercase for SortingMethods enumboasting-squirrel1-3/+1
2019-04-03Added CLI argument to set default themeboasting-squirrel1-4/+2
2019-04-02Renamed ArchLinux to Archlinuxboasting-squirrel1-1/+1
2019-04-01Color schemesboasting-squirrel1-3/+34
2019-03-19Removed Content-Lengthboasting-squirrel1-1/+0
2019-03-15Renamed create_archive_file function and added documentationboasting-squirrel1-1/+1
2019-03-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel1-1/+1
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-11/+5
2019-03-12Added some error messages + reworked the print_error_chain methodboasting-squirrel1-9/+5
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-15/+29
2019-03-09Removed debug messageboasting-squirrel1-3/+2