aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow to set the accept input attribute to arbitrary valuesJohannes May2022-03-121-1/+4
* Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase2022-02-061-5/+9
* Fix route_prefix for css and faviconAli MJ Al-Nasrawy2022-02-061-2/+2
* Implement --route-prefix to set specific route prefixjikstra2021-12-291-5/+2
* Bump depsSven-Hendrik Haase2021-12-091-1/+1
* Upgrade to Rust 2021 editionSven-Hendrik Haase2021-10-261-4/+4
* Merge pull request #508 from Jikstra/feat_raw_modeSven-Hendrik Haase2021-09-231-16/+96
|\
| * Implement --show-wget-footer argumentjikstra2021-09-101-2/+4
| * Apply requested changesjikstra2021-09-101-2/+2
| * cargo fmt & cargo clippyjikstra2021-09-021-12/+5
| * Fix rebasejikstra2021-09-021-21/+16
| * Implement a raw rendering mode for recursive folder downloadjikstra2021-09-011-14/+104
* | Rename Archlinux -> Arch LinuxSven-Hendrik Haase2021-09-231-1/+1
|/
* Use selected theme in error pageAli MJ Al-Nasrawy2021-08-301-0/+10
* Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy2021-08-301-49/+28
* Implement show symlink destinationDean Li2021-08-301-11/+20
* Switch from structopt to clap v3Sven-Hendrik Haase2021-08-301-1/+1
* Fix lintsSven-Hendrik Haase2021-06-281-2/+2
* Merge pull request #479 from aliemjay/rfc-resolve-symlinksSven-Hendrik Haase2021-04-181-4/+6
|\
| * Merge branch 'master' into rfc-resolve-symlinksAli MJ Al-Nasrawy2021-04-181-6/+7
| |\
| * | Move symlink symbol from html to cssAli MJ Al-Nasrawy2021-03-291-2/+2
| * | Bring back the symlink symbolAli MJ Al-Nasrawy2021-03-271-0/+6
| * | Resolve symlinks when listingAli MJ Al-Nasrawy2021-03-271-4/+0
* | | Rename compression code references to 'archive'Sven-Hendrik Haase2021-04-181-8/+8
| |/ |/|
* | Merge pull request #492 from deantvv/tar-and-tar-archiveSven-Hendrik Haase2021-04-181-2/+3
|\ \
| * | Change naming of uncompressed/compressed tarballsDean Li2021-04-181-3/+3
| * | Separate tar archive and tar flagsDean Li2021-04-111-2/+3
| |/
* | Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy2021-04-091-1/+1
* | 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
* 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
* 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