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