aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-282-17/+12
* Multiple headers support for custom headersDean Li2021-02-272-35/+32
* Move the parsing header logic to args.rsDean Li2021-02-242-21/+42
* Allow set custom headers from CLIDean Li2021-02-242-0/+33
* Fix lintsSven-Hendrik Haase2021-02-196-28/+28
* Fix lintSven-Hendrik Haase2021-01-201-2/+1
* enable multiple file uploadMichael Hueschen2021-01-151-1/+1
* Fix indentationTamas Levai2021-01-042-3/+3
* Add option to list directories firstTamas Levai2021-01-043-0/+16
* Fix lintSven-Hendrik Haase2021-01-041-2/+2
* Fix lintSven-Hendrik Haase2020-12-281-4/+2
* Now compiles on stableSven-Hendrik Haase2020-11-081-2/+0
* Merge pull request #380 from ahti/masterSven-Hendrik Haase2020-10-027-871/+174
|\
| * more feedbackLukas Stabe2020-10-021-2/+3
| * address feedbackLukas Stabe2020-10-021-2/+11
| * restore default theme cli option and add default theme dark optionLukas Stabe2020-10-016-4/+79
| * compile scss at build timeLukas Stabe2020-09-261-5/+2
| * appease cargo fmtLukas Stabe2020-09-261-5/+8
| * remove default color scheme cli argumentLukas Stabe2020-09-264-69/+20
| * move css out of html into its own routeLukas Stabe2020-09-266-16/+46
| * [wip] client-side color-scheme handlingLukas Stabe2020-09-256-819/+56
* | Remove actix-rtequal-l22020-09-301-1/+1
|/
* Merge pull request #378 from ahti/masterSven-Hendrik Haase2020-09-244-23/+92
|\
| * 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-244-21/+79
* | Ignore non-Rust preformatted codeSven-Hendrik Haase2020-09-241-4/+4
|/
* Sorry cargo fmtSven-Hendrik Haase2020-09-241-2/+11
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-246-4/+43
* Slightly better variable nameSven-Hendrik Haase2020-09-241-4/+4
* Use Humanize for SystemTime directlyKevin Cui2020-09-161-8/+4
* Fix cargo fmt checkKevin Cui2020-09-151-1/+1
* Cleanup formatKevin Cui2020-09-151-1/+1
* Replace HumanTime::to_text_en by HumanTimeKevin Cui2020-09-151-8/+2
* Fix wrong use of formatKevin Cui2020-09-141-1/+1
* Show "now" when last modification time less than 11 secondsKevin Cui2020-09-121-1/+7
* Upgrade to actix-web 3.0.0Sven-Hendrik Haase2020-09-111-4/+4
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-241-5/+3
* make linter happyLukas Stabe2020-08-211-2/+6
* set size and date column to smaller, fixed sizesLukas Stabe2020-08-211-6/+13
* make name ordering case-insensitiveLukas Stabe2020-08-211-23/+19
* url-decode path in title and headingLukas Stabe2020-08-212-9/+19
* Remove unrelevant commentsequal-l22020-07-212-17/+0
* Use actix-web-httpauth for authentication middlewareequal-l22020-07-213-129/+35
* Update to actix 2 and futures 0.3equal-l22020-07-216-228/+283
* cargo fmtSven-Hendrik Haase2020-07-202-10/+7
* Add generate QR code (#330)wyhaya2020-07-054-57/+111
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-1/+7
* Make clippy and cargo fmt happySven-Hendrik Haase2020-06-263-42/+55