aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Avoid double-encoding file URLAli MJ Al-Nasrawy2021-04-081-6/+5
| | | | | | | | | | | | | | | | Now that the '%' char itself is accepted in the file name and is encoded into '%25', this exposed a previously silent bug: `base` is already percent-encoded but it is encoded again when setting `file_url`. This produces erroneous URLs such as: '/%2523/x.y' instead of '/%23/x.y' for the path '/#/x.y'
* | Fix percent encoding for URLAli MJ Al-Nasrawy2021-04-061-5/+14
|/ | | | Use proper percent-encoding charset for each context.
* Add option to show hidden filesSven-Hendrik Haase2021-03-071-1/+2
|
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-1/+1
|
* Add program version footerTamas Levai2021-02-281-0/+3
|
* Add option to list directories firstTamas Levai2021-01-041-0/+6
|
* Fix lintSven-Hendrik Haase2020-12-281-4/+2
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+6
|
* move css out of html into its own routeLukas Stabe2020-09-261-0/+3
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-12/+0
|
* use format! instead of +Lukas Stabe2020-09-241-1/+1
|
* use unreachable instead of panic for unreachable caseLukas Stabe2020-09-241-1/+1
|
* use req.connection_info() and build breadcrumbs iterativelyLukas Stabe2020-09-241-25/+36
|
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-8/+42
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-0/+3
|
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-241-5/+3
|
* make linter happyLukas Stabe2020-08-211-2/+6
|
* make name ordering case-insensitiveLukas Stabe2020-08-211-23/+19
|
* url-decode path in title and headingLukas Stabe2020-08-211-3/+12
|
* Remove unrelevant commentsequal-l22020-07-211-13/+0
|
* Update to actix 2 and futures 0.3equal-l22020-07-211-63/+77
|
* cargo fmtSven-Hendrik Haase2020-07-201-9/+6
|
* Add generate QR code (#330)wyhaya2020-07-051-0/+23
| | | | * Add generate QR code * Add --qrcode option
* Make clippy and cargo fmt happySven-Hendrik Haase2020-06-261-1/+1
|
* make sure archiving is opt-inmarawan ragab2020-05-101-3/+5
|
* Format everythingSven-Hendrik Haase2020-03-111-6/+5
|
* Ignore clippy warningDamian2020-03-021-1/+1
|
* Added option to disable archivesDamian2020-03-021-0/+21
|
* Compare paths instead of stringsboastful-squirrel2019-11-221-1/+1
|
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-251-2/+4
|
* Fix testsSven-Hendrik Haase2019-07-241-13/+13
|
* fix parent directorywyhaya2019-07-081-2/+13
|
* Add doc and commentsAlexandre Bury2019-06-241-4/+13
|
* Enable streaming tarball downloadAlexandre Bury2019-06-141-38/+38
| | | | Also add a non-compressed tar option
* refactor codemahdi2019-05-311-2/+2
|
* Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-26/+24
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-0/+1
|\
| * Ignore clippy warningskhai96_2019-05-011-0/+1
| |
* | Print error when parsing query parameters failboastful-squirrel2019-05-021-6/+9
| |
* | Read query params to handle error back linkboastful-squirrel2019-05-021-11/+29
| |
* | Cargo fmtboastful-squirrel2019-05-021-1/+1
| |
* | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-0/+2
| |
* | Themed errorsboastful-squirrel2019-04-271-11/+17
| |
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-8/+8
| |
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-261-2/+3
|/
* Fixed syntax errorboastful-squirrel2019-04-211-2/+2
|
* Properly log error + added render_error methodboastful-squirrel2019-04-211-2/+3
|
* Print upload/archive errors also in terminalboastful-squirrel2019-04-211-3/+6
|
* cargo fmtboastful-squirrel2019-04-211-5/+3
|
* Print error on the web page rather than on the terminalboastful-squirrel2019-04-211-3/+1
|