Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Renders file listing using maud | boasting-squirrel | 2019-02-23 | 1 | -221/+17 | |
| | ||||||
* | Improved mobile view | boasting-squirrel | 2019-02-20 | 1 | -4/+61 | |
| | ||||||
* | Renamed humanize_duration to humanize_systemtime | boasting-squirrel | 2019-02-19 | 1 | -3/+3 | |
| | ||||||
* | Improved code | boasting-squirrel | 2019-02-19 | 1 | -16/+10 | |
| | ||||||
* | Added missing ; in CSS | boasting-squirrel | 2019-02-19 | 1 | -1/+1 | |
| | ||||||
* | Added docstrings | boasting-squirrel | 2019-02-17 | 1 | -0/+10 | |
| | ||||||
* | Improved design of last-modification column | boasting-squirrel | 2019-02-17 | 1 | -10/+23 | |
| | ||||||
* | Improved date format | boasting-squirrel | 2019-02-16 | 1 | -1/+1 | |
| | ||||||
* | Improved CSS | boasting-squirrel | 2019-02-16 | 1 | -1/+1 | |
| | ||||||
* | Display last modification + provide sort by date | boasting-squirrel | 2019-02-16 | 1 | -6/+65 | |
| | ||||||
* | Removed extern crate invokations | boasting-squirrel | 2019-02-15 | 1 | -0/+1 | |
| | ||||||
* | Added docstrings to SortingMethods enum | boasting-squirrel | 2019-02-15 | 1 | -0/+9 | |
| | ||||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 1 | -29/+9 | |
| | ||||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -1/+23 | |
| | ||||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -3/+1 | |
| | ||||||
* | Fixed Clippy warnings | boasting-squirrel | 2019-02-12 | 1 | -1/+1 | |
| | ||||||
* | Reorganized some imports + removed unused imports | boasting-squirrel | 2019-02-12 | 1 | -0/+7 | |
| | ||||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -0/+245 | |