Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmt | Sven-Hendrik Haase | 2020-07-20 | 2 | -5/+5 |
| | |||||
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 1 | -0/+88 |
| | | | | * Add generate QR code * Add --qrcode option | ||||
* | Cast port to u16 | Isaac Parker | 2020-06-29 | 1 | -3/+2 |
| | |||||
* | Bind to random port when port 0 specified | Isaac Parker | 2020-06-28 | 1 | -0/+26 |
| | |||||
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -1/+0 |
| | |||||
* | add zip download test | marawan ragab | 2020-05-03 | 1 | -0/+5 |
| | |||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 4 | -6/+9 |
| | |||||
* | Fix tests for reqwests v0.10 | Sven-Hendrik Haase | 2020-03-11 | 1 | -11/+14 |
| | |||||
* | Merge pull request #235 from DamianX/archives | Sven-Hendrik Haase | 2020-03-11 | 1 | -0/+46 |
|\ | | | | | Added option to disable archives | ||||
| * | Added option to disable archives | Damian | 2020-03-02 | 1 | -0/+46 |
| | | |||||
* | | Bump reqwests to v0.10 | Sven-Hendrik Haase | 2020-03-11 | 4 | -24/+28 |
| | | |||||
* | | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #236 from DamianX/test_upload_disabled | Sven-Hendrik Haase | 2020-03-01 | 1 | -0/+46 |
|\ | | | | | Added test for disabled file uploads | ||||
| * | Added test for disabled file uploads | Damian | 2019-12-18 | 1 | -0/+46 |
| | | |||||
* | | specify port to avoid test conflict | Eli Flanagan | 2020-02-03 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into fix-156 | Eli Flanagan | 2019-09-25 | 4 | -19/+18 |
|\| | |||||
| * | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2019-09-21 | 2 | -17/+17 |
| | | |||||
| * | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 2019-09-21 | 1 | -1/+1 |
| | | |||||
* | | add a test for missing index file | Eli Flanagan | 2019-09-25 | 1 | -1/+26 |
|/ | |||||
* | Update to url 2.0 | Sven-Hendrik Haase | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Fix tests | Sven-Hendrik Haase | 2019-07-24 | 1 | -21/+51 |
| | |||||
* | Remove unnecessary import | Sven-Hendrik Haase | 2019-07-14 | 1 | -1/+0 |
| | |||||
* | Add dir navigation tests | Sven-Hendrik Haase | 2019-07-14 | 3 | -0/+110 |
| | |||||
* | Also check directories in tests | Sven-Hendrik Haase | 2019-07-07 | 2 | -5/+31 |
| | |||||
* | Merge pull request #118 from KSXGitHub/multiple-auths-alt | Sven-Hendrik Haase | 2019-06-03 | 1 | -1/+140 |
|\ | | | | | Multiple user accounts — Alternate Implementation | ||||
| * | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 2019-05-30 | 1 | -5/+10 |
| | | |||||
| * | Complete integration test | khai96_ | 2019-05-20 | 1 | -1/+135 |
| | | |||||
* | | Hide stderr (fixes #120) | Sven-Hendrik Haase | 2019-05-19 | 1 | -0/+1 |
|/ | |||||
* | cargo fmt | boastful-squirrel | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertion | Sven-Hendrik Haase | 2019-05-06 | 1 | -3/+7 |
|\ | | | | | Add assertion of status code to auth_works | ||||
| * | Use constant for assertion | khai96_ | 2019-05-06 | 1 | -1/+2 |
| | | |||||
| * | Add assertion of status code to auth_works | khai96_ | 2019-05-04 | 1 | -3/+7 |
| | | |||||
* | | Use constant for assertion | khai96_ | 2019-05-06 | 1 | -1/+2 |
| | | |||||
* | | Add integration test where it rejects authentication | khai96_ | 2019-05-04 | 1 | -1/+58 |
|/ | |||||
* | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 5 | -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 warnings | khai96_ | 2019-05-01 | 1 | -0/+2 |
| | |||||
* | Move helpers.rs to fixtures/mod.rs | khai96_ | 2019-04-29 | 5 | -8/+8 |
| | |||||
* | Split integration test into multiple files | khai96_ | 2019-04-28 | 5 | -174/+184 |
| | |||||
* | Use fixtures | khai96_ | 2019-04-28 | 1 | -4/+7 |
| | |||||
* | Add hashed password to integration test | khai96_ | 2019-04-27 | 1 | -4/+21 |
| | |||||
* | Use rstest test fixtures to cut down on code duplication in integration tests | Sven-Hendrik Haase | 2019-04-26 | 1 | -23/+21 |
| | |||||
* | Add a couple more integration tests | Sven-Hendrik Haase | 2019-04-24 | 1 | -9/+93 |
| | |||||
* | Try using port_check to make travis happy | Sven-Hendrik Haase | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | Fix port | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Set up testing infrastructure and add some integration tests (fixes #68) | Sven-Hendrik Haase | 2019-04-15 | 1 | -0/+95 |