aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-20Add negative test for hidden directoriesSven-Hendrik Haase1-0/+31
2021-03-20Hide some annoying test outputSven-Hendrik Haase1-0/+1
2021-03-20Finish up --hidden featureSven-Hendrik Haase2-8/+3
2021-03-07Add option to show hidden filesSven-Hendrik Haase2-4/+69
2021-03-07Test that all directories properly get trailing slashesSven-Hendrik Haase1-6/+17
2021-03-07Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase1-0/+30
2021-02-28Fix formatSven-Hendrik Haase1-1/+2
2021-02-28Re-do the way setting multiple headers worksSven-Hendrik Haase1-17/+11
2021-02-27Fix grammarSven-Hendrik Haase1-1/+1
2021-02-27Multiple headers support for custom headersDean Li1-9/+19
2021-02-24Add test for custom headerDean Li1-0/+33
2020-09-24add test for breadcrumbsLukas Stabe1-0/+60
2020-08-25Bump Dockerfile nightly versionSven-Hendrik Haase1-1/+0
2020-08-24Fix formattingSven-Hendrik Haase2-1/+3
2020-08-24Try to fix file names on WindowsSven-Hendrik Haase2-2/+8
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase2-2/+9
2020-07-20cargo fmtSven-Hendrik Haase2-5/+5
2020-07-05Add generate QR code (#330)wyhaya1-0/+88
* Add generate QR code * Add --qrcode option
2020-06-29Cast port to u16Isaac Parker1-3/+2
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-0/+26
2020-05-10make sure archiving is opt-inmarawan ragab1-1/+0
2020-05-03add zip download testmarawan ragab1-0/+5
2020-03-11Format everythingSven-Hendrik Haase4-6/+9
2020-03-11Fix tests for reqwests v0.10Sven-Hendrik Haase1-11/+14
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase4-24/+28
2020-03-09Fix deprecated stuffSven-Hendrik Haase1-5/+5
2020-03-02Added option to disable archivesDamian1-0/+46
2020-02-03specify port to avoid test conflictEli Flanagan1-1/+3
2019-12-18Added test for disabled file uploadsDamian1-0/+46
2019-09-25add a test for missing index fileEli Flanagan1-1/+26
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase2-17/+17
2019-09-21Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase1-1/+1
2019-07-25Update to url 2.0Sven-Hendrik Haase1-1/+1
2019-07-24Fix testsSven-Hendrik Haase1-21/+51
2019-07-14Remove unnecessary importSven-Hendrik Haase1-1/+0
2019-07-14Add dir navigation testsSven-Hendrik Haase3-0/+110
2019-07-07Also check directories in testsSven-Hendrik Haase2-5/+31
2019-05-30Fix regression where path cannot be placed after '--auth <auth>'khai96_1-5/+10
2019-05-20Complete integration testkhai96_1-1/+135
2019-05-19Hide stderr (fixes #120)Sven-Hendrik Haase1-0/+1
2019-05-10cargo fmtboastful-squirrel1-1/+1
2019-05-06Use constant for assertionkhai96_1-1/+2
2019-05-06Use constant for assertionkhai96_1-1/+2
2019-05-04Add assertion of status code to auth_workskhai96_1-3/+7
2019-05-04Add integration test where it rejects authenticationkhai96_1-1/+58
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase5-21/+46
Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit.
2019-05-01Allow dead code to fix false negative warningskhai96_1-0/+2
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_5-8/+8
2019-04-28Split integration test into multiple fileskhai96_5-174/+184
2019-04-28Use fixtureskhai96_1-4/+7