aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-0/+6
2020-09-26move css out of html into its own routeLukas Stabe1-0/+3
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-12/+0
2020-09-24use format! instead of +Lukas Stabe1-1/+1
2020-09-24use unreachable instead of panic for unreachable caseLukas Stabe1-1/+1
2020-09-24use req.connection_info() and build breadcrumbs iterativelyLukas Stabe1-25/+36
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe1-8/+42
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-0/+3
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-5/+3
2020-08-21make linter happyLukas Stabe1-2/+6
2020-08-21make name ordering case-insensitiveLukas Stabe1-23/+19
2020-08-21url-decode path in title and headingLukas Stabe1-3/+12
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