Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -3/+3 |
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 1 | -2/+1 |
* | Update actix-web-httpauth to v0.8 | Sven-Hendrik Haase | 2022-07-22 | 1 | -1/+1 |
* | Bump deps | Sven-Hendrik Haase | 2022-07-19 | 1 | -4/+6 |
* | Fix new clippy lints | Sven-Hendrik Haase | 2022-05-23 | 1 | -2/+2 |
* | revert unnecessary changes | Ali MJ Al-Nasrawy | 2021-10-13 | 1 | -46/+18 |
* | cargo fmt & cargo clippy | jikstra | 2021-09-02 | 1 | -2/+2 |
* | Fix rebase | jikstra | 2021-09-02 | 1 | -2/+2 |
* | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 1 | -6/+14 |
* | Fix clippy::too_many_arguments and rework error .. | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -68/+18 |
* | migrate to actix-web v4.0-beta | Ali MJ Al-Nasrawy | 2021-08-28 | 1 | -23/+51 |
* | Add program version footer | Tamas Levai | 2021-02-28 | 1 | -0/+1 |
* | Fix lints | Sven-Hendrik Haase | 2021-02-19 | 1 | -2/+2 |
* | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 1 | -0/+2 |
* | move css out of html into its own route | Lukas Stabe | 2020-09-26 | 1 | -0/+1 |
* | [wip] client-side color-scheme handling | Lukas Stabe | 2020-09-25 | 1 | -2/+0 |
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+1 |
* | Use actix-web-httpauth for authentication middleware | equal-l2 | 2020-07-21 | 1 | -121/+30 |
* | Update to actix 2 and futures 0.3 | equal-l2 | 2020-07-21 | 1 | -25/+80 |
* | Update sha2 to 0.9 | Sven-Hendrik Haase | 2020-06-26 | 1 | -2/+2 |
* | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -5/+5 |
* | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2019-09-21 | 1 | -20/+12 |
* | Apply WWW_AUTHENTICATE to all Unauthorized branches | khai96_ | 2019-05-30 | 1 | -11/+0 |
* | Improve doc comment | khai96_ | 2019-05-24 | 1 | -1/+1 |
* | Add unit test for multiple accounts | khai96_ | 2019-05-18 | 1 | -1/+74 |
* | Fix Clippy | khai96_ | 2019-05-17 | 1 | -5/+5 |
* | Merge remote-tracking branch 'mainrepo/master' into multiple-auths-alt | khai96_ | 2019-05-17 | 1 | -17/+70 |
|\ | |||||
| * | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 1 | -1/+1 |
| * | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 1 | -0/+1 |
| * | Cargo fmt | boastful-squirrel | 2019-05-02 | 1 | -4/+8 |
| * | Added rustfmt_skip directive on tests | boastful-squirrel | 2019-05-02 | 1 | -6/+2 |
| * | Return to root when auth succeeds | boastful-squirrel | 2019-05-01 | 1 | -1/+1 |
| * | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 1 | -2/+6 |
| * | Fix return link when random_route is set | boastful-squirrel | 2019-05-01 | 1 | -1/+6 |
| * | Added doc | boastful-squirrel | 2019-05-01 | 1 | -0/+3 |
| * | Display HTTP authentication errors | boastful-squirrel | 2019-05-01 | 1 | -5/+38 |
| * | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-04-27 | 1 | -9/+4 |
| |\ | |||||
| * | | Fixed test + fixed clippy warning | boastful-squirrel | 2019-04-27 | 1 | -2/+2 |
| * | | Cargo fmt | boastful-squirrel | 2019-04-26 | 1 | -2/+7 |
* | | | Update unit tests | khai96_ | 2019-05-16 | 1 | -18/+17 |
* | | | Make some changes | khai96_ | 2019-05-16 | 1 | -41/+55 |
* | | | Begin to support multiple auths | khai96_ | 2019-05-05 | 1 | -22/+22 |
* | | | Fix some Clippy lints | khai96_ | 2019-05-01 | 1 | -3/+2 |
* | | | Ignore clippy warnings | khai96_ | 2019-05-01 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 1 | -7/+5 |
|/ | |||||
* | Comply to change requests | khai96_ | 2019-04-26 | 1 | -1/+7 |
* | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-26 | 1 | -13/+20 |
|\ | |||||
| * | Improved errors | boastful-squirrel | 2019-04-22 | 1 | -4/+6 |
| * | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 1 | -12/+17 |
* | | Use rstest_parametrize for unit tests | khai96_ | 2019-04-25 | 1 | -68/+44 |