aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
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
tested with miniserve running on linux, with browsers: - Safari on iPhone - Firefox on Linux (NixOS)
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
* Add generate QR code * Add --qrcode option
2020-05-10make sure archiving is opt-inmarawan ragab1-3/+6
2020-03-09Fix deprecated stuffSven-Hendrik Haase1-5/+5
2020-03-02Ignore clippy warningDamian1-1/+1
2020-03-02Added option to disable archivesDamian1-3/+6
2019-11-21added missing head tagboastful-squirrel1-44/+46
2019-11-21Fix html elements orderboastful-squirrel1-1/+1
2019-08-16Fix indentationboastful-squirrel1-1/+1
2019-08-16Fix HTMLboastful-squirrel1-101/+104
2019-07-24Fix testsSven-Hendrik Haase1-15/+7
2019-07-08remove page_parentwyhaya1-1/+0
2019-07-08fix parent directorywyhaya1-28/+31
2019-07-08add spacewyhaya1-1/+1
2019-07-04accomplish #142wyhaya1-3/+43
2019-05-10Fix clippyboastful-squirrel1-0/+1
2019-05-02Read query params to handle error back linkboastful-squirrel1-3/+6
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel1-2/+4
2019-05-01Display HTTP authentication errorsboastful-squirrel1-4/+13
2019-05-01Ignore clippy warningskhai96_1-0/+1
2019-04-29Make error page uniformboastful-squirrel1-0/+4
2019-04-27Themed errorsboastful-squirrel1-10/+110
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel1-40/+40
2019-04-22Fixed commentboastful-squirrel1-1/+1
2019-04-21Properly log error + added render_error methodboastful-squirrel1-1/+1
2019-04-21Improved upload error displayboastful-squirrel1-2/+1
2019-04-20Set upload input as requiredboastful-squirrel1-1/+1
2019-04-16Wrap title instead of overflowingboastful-squirrel1-0/+3
2019-04-16Fix issue 70boastful-squirrel1-9/+11
2019-04-16Modify back to top buttonwyhaya1-2/+5