Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | - Added doc comments - Added an additional test case | ||||
* | 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 |
| | | |||||
* | | Run cargo fmt | khai96_ | 2019-04-24 | 1 | -5/+11 |
| | | |||||
* | | Convert hex strings to raw byte vectors and compare them | khai96_ | 2019-04-23 | 1 | -14/+19 |
| | | |||||
* | | Remove spaces before function names | khai96_ | 2019-04-20 | 1 | -3/+3 |
| | | |||||
* | | Fix parse_auth and add some tests | khai96_ | 2019-04-19 | 1 | -3/+91 |
| | | |||||
* | | Fix false positive | khai96_ | 2019-04-19 | 1 | -1/+1 |
| | | |||||
* | | Create get_hash_hex | khai96_ | 2019-04-19 | 1 | -3/+6 |
| | | |||||
* | | Add support for sha-512 | khai96_ | 2019-04-19 | 1 | -7/+11 |
| | | |||||
* | | Add support for hashed password (sha256) | khai96_ | 2019-04-19 | 1 | -3/+31 |
|/ | |||||
* | Fixed auth check | boasting-squirrel | 2019-04-13 | 1 | -12/+7 |
| | |||||
* | Send 401 instead of 403 on incorrect password (fixes #47) | Sven-Hendrik Haase | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -0/+2 |
| | |||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -4/+2 |
| | |||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -0/+77 |