aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display 404 errorboastful-squirrel2019-05-012-2/+27
|
* Display HTTP authentication errorsboastful-squirrel2019-05-013-9/+55
|
* Make error page uniformboastful-squirrel2019-04-291-0/+4
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-04-276-170/+67
|\
| * Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-276-118/+62
| |
* | Fixed test + fixed clippy warningboastful-squirrel2019-04-272-3/+3
| |
* | Improved some errorsboastful-squirrel2019-04-272-2/+2
| |
* | Themed errorsboastful-squirrel2019-04-275-45/+222
| |
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-264-55/+55
| |
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-263-23/+40
| |
* | Cargo fmtboastful-squirrel2019-04-263-11/+24
|/
* Use 'if let'khai96_2019-04-261-3/+4
|
* Comply to change requestskhai96_2019-04-262-2/+15
| | | | | - Added doc comments - Added an additional test case
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-268-204/+310
|\
| * Merge branch 'master' into no_panicsboastful-squirrel2019-04-252-7/+9
| |\
| * | Made code more idiomaticboastful-squirrel2019-04-231-35/+34
| | |
| * | Fixed commentboastful-squirrel2019-04-221-1/+1
| | |
| * | Display errors from main() through log stremboastful-squirrel2019-04-221-1/+1
| | |
| * | Improved errorsboastful-squirrel2019-04-222-4/+13
| | |
| * | Fixed syntax errorboastful-squirrel2019-04-211-2/+2
| | |
| * | Properly log error + added render_error methodboastful-squirrel2019-04-214-9/+16
| | |
| * | Print upload/archive errors also in terminalboastful-squirrel2019-04-212-3/+7
| | |
| * | Rework error system + avoid panics in main()boastful-squirrel2019-04-216-178/+251
| | |
| * | cargo fmtboastful-squirrel2019-04-211-5/+3
| | |
| * | Print error on the web page rather than on the terminalboastful-squirrel2019-04-211-3/+1
| | |
| * | Improved upload error displayboastful-squirrel2019-04-211-2/+1
| | |
| * | Set upload input as requiredboastful-squirrel2019-04-201-1/+1
| | |
* | | Use rstest_parametrize for unit testskhai96_2019-04-252-126/+71
| | |
* | | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-252-7/+9
|\ \ \ | | |/ | |/|
| * | Add a couple more integration testsSven-Hendrik Haase2019-04-242-7/+9
| |/
* | Run cargo fmtkhai96_2019-04-242-7/+13
| |
* | Use format! instead of manual string concatenationkhai96_2019-04-241-3/+2
| |
* | Convert hex strings to raw byte vectors and compare themkhai96_2019-04-232-26/+44
| |
* | Remove spaces before function nameskhai96_2019-04-201-3/+3
| |
* | Update help description for --authkhai96_2019-04-191-1/+1
| |
* | Add tests for where parse_auth failskhai96_2019-04-191-0/+27
| |
* | Correct error messagekhai96_2019-04-191-1/+1
| |
* | Merge branches 'pullrequest.hashed-password.alt0' and ↵khai96_2019-04-191-6/+12
|\ \ | | | | | | | | | 'pullrequest.hashed-password.alt1' into pullrequest.hashed-password
| * | Use '?'khai96_2019-04-191-6/+12
| | |
* | | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_2019-04-191-13/+12
|/ /
* | Fix parse_auth and add some testskhai96_2019-04-192-4/+136
| |
* | Fix false positivekhai96_2019-04-191-1/+1
| |
* | Create get_hash_hexkhai96_2019-04-191-3/+6
| |
* | Add support for sha-512khai96_2019-04-192-7/+12
| |
* | Add support for hashed password (sha256)khai96_2019-04-193-30/+59
|/
* Merge pull request #71 from boastful-squirrel/fix70Sven-Hendrik Haase2019-04-172-12/+14
|\ | | | | Fix issue 70
| * Fix issue 70boastful-squirrel2019-04-162-12/+14
| |
* | Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
|\ \
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
| |/
* / Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/