aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-26appease cargo fmtLukas Stabe1-5/+8
2020-09-26remove default color scheme cli argumentLukas Stabe1-4/+0
2020-09-26move css out of html into its own routeLukas Stabe1-1/+23
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-14/+1
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe1-0/+5
2020-09-24Sorry cargo fmtSven-Hendrik Haase1-2/+11
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-2/+21
2020-09-24Slightly better variable nameSven-Hendrik Haase1-4/+4
At least it's better than before. :)
2020-07-21Use actix-web-httpauth for authentication middlewareequal-l21-1/+5
2020-07-21Update to actix 2 and futures 0.3equal-l21-53/+50
2020-07-05Add generate QR code (#330)wyhaya1-0/+5
* Add generate QR code * Add --qrcode option
2020-05-10make sure archiving is opt-inmarawan ragab1-4/+9
2020-03-11Format everythingSven-Hendrik Haase1-7/+10
2020-03-02Added option to disable archivesDamian1-0/+5
2020-02-03add Lucretiel's documentation suggestionEli Flanagan1-1/+4
2019-09-30Make clippy happySven-Hendrik Haase1-3/+5
2019-09-27Improve logging behaviorSven-Hendrik Haase1-4/+12
It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently.
2019-09-21Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase1-1/+1
2019-09-14fix typoEli Flanagan1-1/+1
2019-09-13warn user if provided index file is not foundEli Flanagan1-0/+8
2019-09-12change to path option for configurabilityEli Flanagan1-4/+4
2019-09-09use actix-web method for static indexEli Flanagan1-4/+2
2019-09-08wire up arguments, index.html serving still brokenEli Flanagan1-0/+11
2019-08-16Cleanupboastful-squirrel1-2/+1
2019-08-16Do not 'back to listing' link when random route is setboastful-squirrel1-7/+5
2019-06-24Update simplelog to 0.6Sven-Hendrik Haase1-3/+3
2019-06-14Enable streaming tarball downloadAlexandre Bury1-8/+13
Also add a non-compressed tar option
2019-05-16Make some changeskhai96_1-1/+1
2019-05-10Fix clippyboastful-squirrel1-3/+1
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-5/+7
2019-05-02Display path instead of uri in 404 errorboastful-squirrel1-1/+1
2019-05-02Read query params to handle error back linkboastful-squirrel1-3/+7
2019-05-02Rename p404boastful-squirrel1-5/+5
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel1-2/+3
2019-05-01Fix return link when random_route is setboastful-squirrel1-1/+8
2019-05-01Display 404 errorboastful-squirrel1-2/+23
2019-05-01Fix some Clippy lintskhai96_1-3/+2
2019-05-01Ignore clippy warningskhai96_1-0/+1
2019-04-27Themed errorsboastful-squirrel1-2/+4
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-13/+13
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel1-2/+2
2019-04-24Add a couple more integration testsSven-Hendrik Haase1-3/+4
2019-04-22Display errors from main() through log stremboastful-squirrel1-1/+1
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-20/+67
2019-04-19Add support for hashed password (sha256)khai96_1-1/+1
2019-04-15Use to_string() and fix commentboastful-squirrel1-2/+2
2019-04-13Improved commentboastful-squirrel1-1/+3
2019-04-13Fixed commentboasting-squirrel1-1/+1
2019-04-13Use parse() instead of to_socket_addrs()boasting-squirrel1-33/+35
2019-04-13Cargo fmtboasting-squirrel1-4/+1