aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add option to show hidden filesSven-Hendrik Haase2021-03-072-4/+69
|
* Test that all directories properly get trailing slashesSven-Hendrik Haase2021-03-071-6/+17
|
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-0/+30
|
* Fix formatSven-Hendrik Haase2021-02-281-1/+2
|
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-281-17/+11
|
* Fix grammarSven-Hendrik Haase2021-02-271-1/+1
|
* Multiple headers support for custom headersDean Li2021-02-271-9/+19
|
* Add test for custom headerDean Li2021-02-241-0/+33
|
* add test for breadcrumbsLukas Stabe2020-09-241-0/+60
|
* Bump Dockerfile nightly versionSven-Hendrik Haase2020-08-251-1/+0
|
* Fix formattingSven-Hendrik Haase2020-08-242-1/+3
|
* Try to fix file names on WindowsSven-Hendrik Haase2020-08-242-2/+8
|
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-242-2/+9
|
* cargo fmtSven-Hendrik Haase2020-07-202-5/+5
|
* Add generate QR code (#330)wyhaya2020-07-051-0/+88
| | | | * Add generate QR code * Add --qrcode option
* Cast port to u16Isaac Parker2020-06-291-3/+2
|
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-0/+26
|
* make sure archiving is opt-inmarawan ragab2020-05-101-1/+0
|
* add zip download testmarawan ragab2020-05-031-0/+5
|
* Format everythingSven-Hendrik Haase2020-03-114-6/+9
|
* Fix tests for reqwests v0.10Sven-Hendrik Haase2020-03-111-11/+14
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-0/+46
|\ | | | | Added option to disable archives
| * Added option to disable archivesDamian2020-03-021-0/+46
| |
* | Bump reqwests to v0.10Sven-Hendrik Haase2020-03-114-24/+28
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-5/+5
|/
* Merge pull request #236 from DamianX/test_upload_disabledSven-Hendrik Haase2020-03-011-0/+46
|\ | | | | Added test for disabled file uploads
| * Added test for disabled file uploadsDamian2019-12-181-0/+46
| |
* | specify port to avoid test conflictEli Flanagan2020-02-031-1/+3
| |
* | Merge branch 'master' into fix-156Eli Flanagan2019-09-254-19/+18
|\|
| * Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-212-17/+17
| |
| * Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
| |
* | add a test for missing index fileEli Flanagan2019-09-251-1/+26
|/
* Update to url 2.0Sven-Hendrik Haase2019-07-251-1/+1
|
* Fix testsSven-Hendrik Haase2019-07-241-21/+51
|
* Remove unnecessary importSven-Hendrik Haase2019-07-141-1/+0
|
* Add dir navigation testsSven-Hendrik Haase2019-07-143-0/+110
|
* Also check directories in testsSven-Hendrik Haase2019-07-072-5/+31
|
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-031-1/+140
|\ | | | | Multiple user accounts — Alternate Implementation
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-301-5/+10
| |
| * Complete integration testkhai96_2019-05-201-1/+135
| |
* | Hide stderr (fixes #120)Sven-Hendrik Haase2019-05-191-0/+1
|/
* cargo fmtboastful-squirrel2019-05-101-1/+1
|
* Merge pull request #103 from KSXGitHub/test-auth-one-more-assertionSven-Hendrik Haase2019-05-061-3/+7
|\ | | | | Add assertion of status code to auth_works
| * Use constant for assertionkhai96_2019-05-061-1/+2
| |
| * Add assertion of status code to auth_workskhai96_2019-05-041-3/+7
| |
* | Use constant for assertionkhai96_2019-05-061-1/+2
| |
* | Add integration test where it rejects authenticationkhai96_2019-05-041-1/+58
|/
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-015-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.
* Allow dead code to fix false negative warningskhai96_2019-05-011-0/+2
|
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-295-8/+8
|