aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Stabe6-4/+79
2020-09-30Remove actix-rtequal-l21-1/+1
2020-09-26compile scss at build timeLukas Stabe1-5/+2
2020-09-26appease cargo fmtLukas Stabe1-5/+8
2020-09-26remove default color scheme cli argumentLukas Stabe4-69/+20
2020-09-26move css out of html into its own routeLukas Stabe6-16/+46
2020-09-25[wip] client-side color-scheme handlingLukas Stabe6-819/+56
2020-09-24Ignore non-Rust preformatted codeSven-Hendrik Haase1-4/+4
2020-09-24use format! instead of +Lukas Stabe1-1/+1
2020-09-24use unreachable instead of panic for unreachable caseLukas Stabe1-1/+1
2020-09-24use req.connection_info() and build breadcrumbs iterativelyLukas Stabe1-25/+36
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe4-21/+79
2020-09-24Sorry cargo fmtSven-Hendrik Haase1-2/+11
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase6-4/+43
2020-09-24Slightly better variable nameSven-Hendrik Haase1-4/+4
At least it's better than before. :)
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-09-11Upgrade to actix-web 3.0.0Sven-Hendrik Haase1-4/+4
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-5/+3
2020-08-21make linter happyLukas Stabe1-2/+6
2020-08-21set size and date column to smaller, fixed sizesLukas Stabe1-6/+13
2020-08-21make name ordering case-insensitiveLukas Stabe1-23/+19
2020-08-21url-decode path in title and headingLukas Stabe2-9/+19
2020-07-21Remove unrelevant commentsequal-l22-17/+0
2020-07-21Use actix-web-httpauth for authentication middlewareequal-l23-129/+35
2020-07-21Update to actix 2 and futures 0.3equal-l26-228/+283
2020-07-20cargo fmtSven-Hendrik Haase2-10/+7
2020-07-05Add generate QR code (#330)wyhaya4-57/+111
* Add generate QR code * Add --qrcode option
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-1/+7
2020-06-26Make clippy and cargo fmt happySven-Hendrik Haase3-42/+55
2020-06-26Update nanoid to 0.3Sven-Hendrik Haase1-1/+1
2020-06-26Update sha2 to 0.9Sven-Hendrik Haase1-2/+2
2020-05-14Fix arg formattingSven-Hendrik Haase1-1/+2
2020-05-10rename variables correctlymarawan ragab1-6/+6
2020-05-10make sure archiving is opt-inmarawan ragab5-16/+42
2020-05-08small improvment to buffer usagemarawan ragab1-13/+6
2020-05-03Add zip download functionality for windows usersmarawan ragab1-0/+151
2020-03-11Format everythingSven-Hendrik Haase4-21/+23
2020-03-09Fix deprecated stuffSven-Hendrik Haase3-13/+13
2020-03-02Ignore clippy warningDamian2-2/+2
2020-03-02Added option to disable archivesDamian4-3/+37
2020-02-03add Lucretiel's documentation suggestionEli Flanagan2-2/+8
2019-12-20Fixed clippy warningsDamian2-3/+3
2019-11-22Compare paths instead of stringsboastful-squirrel1-1/+1