Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mainrepo/master' into multiple-auths-alt | khai96_ | 2019-05-17 | 9 | -207/+484 |
|\ | |||||
| * | Fix clippy | boastful-squirrel | 2019-05-10 | 2 | -3/+2 |
| | | |||||
| * | cargo fmt | boastful-squirrel | 2019-05-10 | 3 | -37/+19 |
| | | |||||
| * | Undo changes on args.rs | boastful-squirrel | 2019-05-06 | 1 | -3/+5 |
| | | |||||
| * | Undo changes on InvalidHashMethod error | boastful-squirrel | 2019-05-06 | 2 | -2/+2 |
| | | |||||
| * | Undo changes on src/archive.rs | boastful-squirrel | 2019-05-06 | 1 | -12/+31 |
| | | |||||
| * | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-06 | 1 | -0/+1 |
| |\ | |||||
| | * | Add example for --auth formatting | khai96_ | 2019-05-06 | 1 | -0/+1 |
| | | | |||||
| * | | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 5 | -44/+44 |
| | | | |||||
| * | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-03 | 3 | -3/+3 |
| |\| | |||||
| * | | Print error when parsing query parameters fail | boastful-squirrel | 2019-05-02 | 1 | -6/+9 |
| | | | |||||
| * | | Display path instead of uri in 404 error | boastful-squirrel | 2019-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 5 | -58/+61 |
| | | | |||||
| * | | Cargo fmt | boastful-squirrel | 2019-05-02 | 3 | -7/+12 |
| | | | |||||
| * | | Added rustfmt_skip directive on tests | boastful-squirrel | 2019-05-02 | 2 | -10/+4 |
| | | | |||||
| * | | Rename p404 | boastful-squirrel | 2019-05-02 | 1 | -5/+5 |
| | | | |||||
| * | | 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 | 5 | -7/+23 |
| | | | |||||
| * | | Fix return link when random_route is set | boastful-squirrel | 2019-05-01 | 2 | -2/+14 |
| | | | |||||
| * | | Added doc | boastful-squirrel | 2019-05-01 | 1 | -0/+3 |
| | | | |||||
| * | | Display 404 error | boastful-squirrel | 2019-05-01 | 2 | -2/+27 |
| | | | |||||
| * | | Display HTTP authentication errors | boastful-squirrel | 2019-05-01 | 3 | -9/+55 |
| | | | |||||
| * | | Make error page uniform | boastful-squirrel | 2019-04-29 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-04-27 | 6 | -170/+67 |
| |\ \ | |||||
| * | | | Fixed test + fixed clippy warning | boastful-squirrel | 2019-04-27 | 2 | -3/+3 |
| | | | | |||||
| * | | | Improved some errors | boastful-squirrel | 2019-04-27 | 2 | -2/+2 |
| | | | | |||||
| * | | | Themed errors | boastful-squirrel | 2019-04-27 | 5 | -45/+222 |
| | | | | |||||
| * | | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 2019-04-26 | 4 | -55/+55 |
| | | | | |||||
| * | | | Merged query parameter structs + improved file upload errors | boastful-squirrel | 2019-04-26 | 3 | -23/+40 |
| | | | | |||||
| * | | | Cargo fmt | boastful-squirrel | 2019-04-26 | 3 | -11/+24 |
| | | | | |||||
* | | | | Update unit tests | khai96_ | 2019-05-16 | 2 | -54/+30 |
| | | | | |||||
* | | | | Make some changes | khai96_ | 2019-05-16 | 3 | -58/+62 |
| | | | | |||||
* | | | | Refactoring: Use immutable HashMap | khai96_ | 2019-05-05 | 1 | -13/+12 |
| | | | | | | | | | | | | | | | | This should allow compiler to optimize further | ||||
* | | | | Add unit test for where it provides multiple valid auth strings | khai96_ | 2019-05-05 | 1 | -2/+26 |
| | | | | |||||
* | | | | Begin to support multiple auths | khai96_ | 2019-05-05 | 2 | -31/+43 |
| |_|/ |/| | | |||||
* | | | Fix some Clippy lints | khai96_ | 2019-05-01 | 2 | -6/+4 |
| | | | |||||
* | | | Ignore clippy warnings | khai96_ | 2019-05-01 | 4 | -0/+4 |
| |/ |/| | |||||
* | | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 6 | -118/+62 |
|/ | |||||
* | Use 'if let' | khai96_ | 2019-04-26 | 1 | -3/+4 |
| | |||||
* | Comply to change requests | khai96_ | 2019-04-26 | 2 | -2/+15 |
| | | | | | - Added doc comments - Added an additional test case | ||||
* | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-26 | 8 | -204/+310 |
|\ | |||||
| * | Merge branch 'master' into no_panics | boastful-squirrel | 2019-04-25 | 2 | -7/+9 |
| |\ | |||||
| * | | Made code more idiomatic | boastful-squirrel | 2019-04-23 | 1 | -35/+34 |
| | | | |||||
| * | | Fixed comment | boastful-squirrel | 2019-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Display errors from main() through log strem | boastful-squirrel | 2019-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Improved errors | boastful-squirrel | 2019-04-22 | 2 | -4/+13 |
| | | | |||||
| * | | Fixed syntax error | boastful-squirrel | 2019-04-21 | 1 | -2/+2 |
| | | | |||||
| * | | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 4 | -9/+16 |
| | | | |||||
| * | | Print upload/archive errors also in terminal | boastful-squirrel | 2019-04-21 | 2 | -3/+7 |
| | | | |||||
| * | | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 6 | -178/+251 |
| | | |