aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Resolve symlinks when listingAli MJ Al-Nasrawy2021-03-271-4/+0
| | | | | | | | | | | | | | | | | | This has the benefit of showing the size and modification date of the pointed-to file. Symlink to directories now respects '--dirs-first' option and broken symlinks don't show in directory listing.
* | | Rename compression code references to 'archive'Sven-Hendrik Haase2021-04-181-8/+8
| |/ |/| | | | | | | This name more closely resembles its purpose. For instance, we also now support plain tar archives which are uncompressed but archives nonetheless.
* | Merge pull request #492 from deantvv/tar-and-tar-archiveSven-Hendrik Haase2021-04-181-2/+3
|\ \ | | | | | | Separate tar archive and tar flags
| * | Change naming of uncompressed/compressed tarballsDean Li2021-04-181-3/+3
| | | | | | | | | | | | | | | | | | Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives`
| * | Separate tar archive and tar flagsDean Li2021-04-111-2/+3
| |/ | | | | | | | | | | | | It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451
* | Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy2021-04-091-1/+1
| | | | | | | | | | | | On mobile devices, 'display: block' is set for '.directory' class. While this neccessary to make the whole row for directories entry clickable, it distorts the links in breadcrumbs.
* | Fix breadcrumbs for RTL languagesAli MJ Al-Nasrawy2021-04-091-3/+3
|/
* Fix QR code display when using --random-routeAndy Freeland2021-03-261-1/+1
| | | | | Previously the QR code would not display because `/` is a 404 when using `--random-route`.
* 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 indentationTamas Levai2021-02-281-6/+6
|
* Add program version footerTamas Levai2021-02-281-0/+28
|
* enable multiple file uploadMichael Hueschen2021-01-151-1/+1
| | | | | | | tested with miniserve running on linux, with browsers: - Safari on iPhone - Firefox on Linux (NixOS)
* 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-011-4/+10
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-15/+20
|
* move css out of html into its own routeLukas Stabe2020-09-261-13/+8
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-550/+54
|
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-13/+27
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-2/+6
|
* 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
|
* set size and date column to smaller, fixed sizesLukas Stabe2020-08-211-6/+13
|
* url-decode path in title and headingLukas Stabe2020-08-211-6/+7
|
* Add generate QR code (#330)wyhaya2020-07-051-57/+78
| | | | * Add generate QR code * Add --qrcode option
* make sure archiving is opt-inmarawan ragab2020-05-101-3/+6
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-3/+6
|\ | | | | Added option to disable archives
| * Ignore clippy warningDamian2020-03-021-1/+1
| |
| * Added option to disable archivesDamian2020-03-021-3/+6
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-5/+5
|/
* added missing head tagboastful-squirrel2019-11-211-44/+46
|
* Fix html elements orderboastful-squirrel2019-11-211-1/+1
|
* Fix indentationboastful-squirrel2019-08-161-1/+1
|
* Fix HTMLboastful-squirrel2019-08-161-101/+104
|
* Fix testsSven-Hendrik Haase2019-07-241-15/+7
|
* remove page_parentwyhaya2019-07-081-1/+0
|
* fix parent directorywyhaya2019-07-081-28/+31
|
* add spacewyhaya2019-07-081-1/+1
|
* accomplish #142wyhaya2019-07-041-3/+43
|
* Fix clippyboastful-squirrel2019-05-101-0/+1
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-0/+1
|\
| * Ignore clippy warningskhai96_2019-05-011-0/+1
| |
* | Read query params to handle error back linkboastful-squirrel2019-05-021-3/+6
| |
* | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-2/+4
| |