aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-0/+26
2020-09-26remove default color scheme cli argumentLukas Stabe1-14/+0
2020-09-26move css out of html into its own routeLukas Stabe1-2/+4
2020-09-24add title option (#335) and breadcrumb links in headingLukas Stabe1-0/+5
2020-09-24Add embedded favicon (fixes #364)Sven-Hendrik Haase1-0/+5
2020-07-20cargo fmtSven-Hendrik Haase1-1/+1
2020-07-05Add generate QR code (#330)wyhaya1-0/+5
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-1/+7
2020-06-26Update nanoid to 0.3Sven-Hendrik Haase1-1/+1
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 ragab1-4/+11
2020-03-11Format everythingSven-Hendrik Haase1-2/+2
2020-03-09Fix deprecated stuffSven-Hendrik Haase1-3/+3
2020-03-02Added option to disable archivesDamian1-0/+5
2020-02-03add Lucretiel's documentation suggestionEli Flanagan1-1/+4
2019-12-20Fixed clippy warningsDamian1-2/+2
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase1-0/+1
2019-09-14fix typoEli Flanagan1-1/+1
2019-09-12change to path option for configurabilityEli Flanagan1-4/+4
2019-09-08wire up arguments, index.html serving still brokenEli Flanagan1-0/+1
2019-09-06add a default index serving optionEli Flanagan1-0/+4
2019-09-03Upgrade to structopt 0.3Sven-Hendrik Haase1-9/+9
2019-05-30Fix regression where path cannot be placed after '--auth <auth>'khai96_1-1/+6
2019-05-18Change long flag of 'CLIArgs::interfaces' to '--interfaces'khai96_1-1/+1
2019-05-16Update unit testskhai96_1-36/+13
2019-05-16Make some changeskhai96_1-16/+6
2019-05-10cargo fmtboastful-squirrel1-5/+3
2019-05-06Undo changes on args.rsboastful-squirrel1-3/+5
2019-05-06Undo changes on InvalidHashMethod errorboastful-squirrel1-1/+1
2019-05-06Add example for --auth formattingkhai96_1-0/+1
2019-05-05Refactoring: Use immutable HashMapkhai96_1-13/+12
2019-05-05Add unit test for where it provides multiple valid auth stringskhai96_1-2/+26
2019-05-05Begin to support multiple authskhai96_1-9/+21
2019-05-03Return QueryParameters struct instead of tupleboastful-squirrel1-1/+1
2019-05-02Added rustfmt_skip directive on testsboastful-squirrel1-4/+2
2019-04-27Fixed test + fixed clippy warningboastful-squirrel1-1/+1
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-9/+5
2019-04-26Cargo fmtboastful-squirrel1-8/+13
2019-04-26Use 'if let'khai96_1-3/+4
2019-04-26Comply to change requestskhai96_1-1/+8
2019-04-25Use rstest_parametrize for unit testskhai96_1-58/+27
2019-04-24Run cargo fmtkhai96_1-2/+2
2019-04-24Use format! instead of manual string concatenationkhai96_1-3/+2
2019-04-23Convert hex strings to raw byte vectors and compare themkhai96_1-12/+25
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-8/+7
2019-04-19Update help description for --authkhai96_1-1/+1
2019-04-19Add tests for where parse_auth failskhai96_1-0/+27
2019-04-19Correct error messagekhai96_1-1/+1
2019-04-19Use '?'khai96_1-6/+12