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