aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-12Allow to set the accept input attribute to arbitrary valuesJohannes May1-1/+4
2022-02-06Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase1-5/+9
2022-02-06Fix route_prefix for css and faviconAli MJ Al-Nasrawy1-2/+2
2021-12-29Implement --route-prefix to set specific route prefixjikstra1-5/+2
2021-12-09Bump depsSven-Hendrik Haase1-1/+1
2021-10-26Upgrade to Rust 2021 editionSven-Hendrik Haase1-4/+4
2021-09-23Rename Archlinux -> Arch LinuxSven-Hendrik Haase1-1/+1
2021-09-10Implement --show-wget-footer argumentjikstra1-2/+4
2021-09-10Apply requested changesjikstra1-2/+2
2021-09-02cargo fmt & cargo clippyjikstra1-12/+5
2021-09-02Fix rebasejikstra1-21/+16
2021-09-01Implement a raw rendering mode for recursive folder downloadjikstra1-14/+104
2021-08-30Use selected theme in error pageAli MJ Al-Nasrawy1-0/+10
2021-08-30Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy1-49/+28
2021-08-30Implement show symlink destinationDean Li1-11/+20
2021-08-30Switch from structopt to clap v3Sven-Hendrik Haase1-1/+1
2021-06-28Fix lintsSven-Hendrik Haase1-2/+2
2021-04-18Rename compression code references to 'archive'Sven-Hendrik Haase1-8/+8
2021-04-18Change naming of uncompressed/compressed tarballsDean Li1-3/+3
2021-04-11Separate tar archive and tar flagsDean Li1-2/+3
2021-04-09Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy1-1/+1
2021-04-09Fix breadcrumbs for RTL languagesAli MJ Al-Nasrawy1-3/+3
2021-03-29Move symlink symbol from html to cssAli MJ Al-Nasrawy1-2/+2
2021-03-27Bring back the symlink symbolAli MJ Al-Nasrawy1-0/+6
2021-03-27Resolve symlinks when listingAli MJ Al-Nasrawy1-4/+0
2021-03-26Fix QR code display when using --random-routeAndy Freeland1-1/+1
2021-03-01Use CSS to configure version footer lookTamas Levai1-1/+1
2021-03-01renderer: Follow alphabetical order in package usesTamas Levai1-1/+2
2021-03-01Use structopt macros to ge crate infoTamas Levai1-13/+2
2021-02-28Fix indentationTamas Levai1-6/+6
2021-02-28Add program version footerTamas Levai1-0/+28
2021-01-15enable multiple file uploadMichael Hueschen1-1/+1
2020-10-02more feedbackLukas Stabe1-2/+3
2020-10-02address feedbackLukas Stabe1-2/+11
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-4/+10
2020-09-26remove default color scheme cli argumentLukas Stabe1-15/+20
2020-09-26move css out of html into its own routeLukas Stabe1-13/+8
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-550/+54
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe1-13/+27
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-2/+6
2020-09-16Use Humanize for SystemTime directlyKevin Cui1-8/+4
2020-09-15Fix cargo fmt checkKevin Cui1-1/+1
2020-09-15Cleanup formatKevin Cui1-1/+1
2020-09-15Replace HumanTime::to_text_en by HumanTimeKevin Cui1-8/+2
2020-09-14Fix wrong use of formatKevin Cui1-1/+1
2020-09-12Show "now" when last modification time less than 11 secondsKevin Cui1-1/+7
2020-08-21set size and date column to smaller, fixed sizesLukas Stabe1-6/+13
2020-08-21url-decode path in title and headingLukas Stabe1-6/+7
2020-07-05Add generate QR code (#330)wyhaya1-57/+78
2020-05-10make sure archiving is opt-inmarawan ragab1-3/+6