aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add option to show hidden filesSven-Hendrik Haase2021-03-073-25/+43
|
* Start without countdown in case an explicit index is chosenSven-Hendrik Haase2021-03-071-1/+1
|
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-1/+1
|
* Use CSS to configure version footer lookTamas Levai2021-03-011-1/+1
|
* renderer: Follow alphabetical order in package usesTamas Levai2021-03-011-1/+2
|
* Use structopt macros to ge crate infoTamas Levai2021-03-011-13/+2
|
* Fix clippy warningTamas Levai2021-03-011-0/+1
|
* Fix indentationTamas Levai2021-02-281-6/+6
|
* Add program version footerTamas Levai2021-02-286-0/+52
|
* 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
| | | | | | | tested with miniserve running on linux, with browsers: - Safari on iPhone - Firefox on Linux (NixOS)
* Fix indentationTamas Levai2021-01-042-3/+3
| | | | Convert tabs to spaces.
* 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
|\ | | | | client-side color-scheme handling
| * 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
|\ | | | | add title option (#335) and breadcrumb links in heading
| * 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
| | | | At least it's better than before. :)
* 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
|