Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-24 | Add doc and comments | Alexandre Bury | 1 | -4/+13 | |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 1 | -38/+38 | |
Also add a non-compressed tar option | |||||
2019-05-31 | refactor code | mahdi | 1 | -2/+2 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 1 | -26/+24 | |
2019-05-02 | Print error when parsing query parameters fail | boastful-squirrel | 1 | -6/+9 | |
2019-05-02 | Read query params to handle error back link | boastful-squirrel | 1 | -11/+29 | |
2019-05-02 | Cargo fmt | boastful-squirrel | 1 | -1/+1 | |
2019-05-01 | Use HTTP StatusCode for error title | boastful-squirrel | 1 | -0/+2 | |
2019-05-01 | Ignore clippy warnings | khai96_ | 1 | -0/+1 | |
2019-04-27 | Themed errors | boastful-squirrel | 1 | -11/+17 | |
2019-04-26 | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 1 | -8/+8 | |
2019-04-26 | Merged query parameter structs + improved file upload errors | boastful-squirrel | 1 | -2/+3 | |
2019-04-21 | Fixed syntax error | boastful-squirrel | 1 | -2/+2 | |
2019-04-21 | Properly log error + added render_error method | boastful-squirrel | 1 | -2/+3 | |
2019-04-21 | Print upload/archive errors also in terminal | boastful-squirrel | 1 | -3/+6 | |
2019-04-21 | cargo fmt | boastful-squirrel | 1 | -5/+3 | |
2019-04-21 | Print error on the web page rather than on the terminal | boastful-squirrel | 1 | -3/+1 | |
2019-04-16 | Fix issue 70 | boastful-squirrel | 1 | -3/+3 | |
2019-04-15 | Fix tiny lint | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-04-13 | Fix issue #63 | boasting-squirrel | 1 | -1/+2 | |
2019-04-07 | Fixed serde's rename strategy for CompressionMethods enum | boasting-squirrel | 1 | -1/+1 | |
2019-04-07 | Use serialize_all | boasting-squirrel | 1 | -3/+1 | |
2019-04-07 | Use strum on Enums to reduce boilerplate | boasting-squirrel | 1 | -24/+9 | |
2019-04-04 | Fix file upload when used with random route. | Vojtěch Pejša | 1 | -1/+7 | |
2019-04-04 | Add CLI arguments for file uploading. | Vojtěch Pejša | 1 | -0/+2 | |
2019-04-04 | Implement file upload. | Vojtěch Pejša | 1 | -0/+1 | |
2019-04-03 | Use serde lowercase for SortingMethods enum | boasting-squirrel | 1 | -3/+1 | |
2019-04-03 | Added CLI argument to set default theme | boasting-squirrel | 1 | -4/+2 | |
2019-04-02 | Renamed ArchLinux to Archlinux | boasting-squirrel | 1 | -1/+1 | |
2019-04-01 | Color schemes | boasting-squirrel | 1 | -3/+34 | |
2019-03-19 | Removed Content-Length | boasting-squirrel | 1 | -1/+0 | |
2019-03-15 | Renamed create_archive_file function and added documentation | boasting-squirrel | 1 | -1/+1 | |
2019-03-14 | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 1 | -1/+1 | |
2019-03-13 | Switched to standard Rust logging system | boasting-squirrel | 1 | -11/+5 | |
2019-03-12 | Added some error messages + reworked the print_error_chain method | boasting-squirrel | 1 | -9/+5 | |
2019-03-11 | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 1 | -15/+29 | |
2019-03-09 | Removed debug message | boasting-squirrel | 1 | -3/+2 | |
2019-03-08 | Improved HTTP headers | boasting-squirrel | 1 | -1/+2 | |
2019-03-08 | Refactored some code | boasting-squirrel | 1 | -2/+2 | |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 1 | -19/+54 | |
2019-03-05 | Refactored if/let for sorting methods | boasting-squirrel | 1 | -7/+5 | |
2019-03-04 | Renamed QueryParameters struct | boasting-squirrel | 1 | -2/+2 | |
2019-03-04 | Use actix::Query | boasting-squirrel | 1 | -24/+24 | |
2019-03-04 | Sort in alphanumeric order by default | boasting-squirrel | 1 | -0/+4 | |
2019-02-25 | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 1 | -55/+96 | |
2019-02-23 | Renders file listing using maud | boasting-squirrel | 1 | -221/+17 | |
2019-02-20 | Improved mobile view | boasting-squirrel | 1 | -4/+61 | |
2019-02-19 | Renamed humanize_duration to humanize_systemtime | boasting-squirrel | 1 | -3/+3 | |
2019-02-19 | Improved code | boasting-squirrel | 1 | -16/+10 | |
2019-02-19 | Added missing ; in CSS | boasting-squirrel | 1 | -1/+1 | |