Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 2019-04-07 | 4 | -21/+12 | |
| | | | | derives | |||||
* | Fix CSS bug | boasting-squirrel | 2019-04-07 | 1 | -0/+4 | |
| | ||||||
* | Use strum on Enums to reduce boilerplate | boasting-squirrel | 2019-04-07 | 3 | -36/+15 | |
| | ||||||
* | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 2019-04-07 | 3 | -19/+7 | |
| | ||||||
* | Fixed upload bug + refactored @ else in templates | boasting-squirrel | 2019-04-07 | 1 | -40/+44 | |
| | ||||||
* | Cargo fmt | boasting-squirrel | 2019-04-06 | 1 | -1/+0 | |
| | ||||||
* | Improved mobile view | boasting-squirrel | 2019-04-06 | 2 | -50/+33 | |
| | ||||||
* | Added flex wrap to handle overflow on mobile | boasting-squirrel | 2019-04-06 | 1 | -1/+3 | |
| | ||||||
* | Improved design | boasting-squirrel | 2019-04-06 | 1 | -18/+21 | |
| | ||||||
* | Changed link description in case of upload error | boasting-squirrel | 2019-04-06 | 1 | -1/+1 | |
| | ||||||
* | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 7 | -14/+402 | |
|\ | ||||||
| * | Improve file upload text. | Vojtěch Pejša | 2019-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Allow drag and drop file upload with js. | Vojtěch Pejša | 2019-04-04 | 1 | -3/+26 | |
| | | ||||||
| * | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 4 | -17/+17 | |
| | | ||||||
| * | Fix syntax error and clippy warnings. | Vojtěch Pejša | 2019-04-04 | 2 | -14/+19 | |
| | | ||||||
| * | Fix typos | Vojtěch Pejša | 2019-04-04 | 1 | -5/+5 | |
| | | ||||||
| * | Check if we have permissions to create files. | Vojtěch Pejša | 2019-04-04 | 2 | -1/+16 | |
| | | ||||||
| * | Improve how file upload handler is added to server. | Vojtěch Pejša | 2019-04-04 | 1 | -10/+12 | |
| | | ||||||
| * | Better error handling for file upload. | Vojtěch Pejša | 2019-04-04 | 3 | -22/+61 | |
| | | ||||||
| * | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 4 | -6/+22 | |
| | | ||||||
| * | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 5 | -9/+44 | |
| | | ||||||
| * | Use proper typed query param. | Vojtěch Pejša | 2019-04-04 | 1 | -16/+25 | |
| | | ||||||
| * | Document file upload. | Vojtěch Pejša | 2019-04-04 | 2 | -3/+10 | |
| | | ||||||
| * | Refactoring | Vojtěch Pejša | 2019-04-04 | 1 | -48/+36 | |
| | | ||||||
| * | Check if file path is under app root dir. | Vojtěch Pejša | 2019-04-04 | 1 | -7/+20 | |
| | | ||||||
| * | Implement file upload. | Vojtěch Pejša | 2019-04-04 | 4 | -1/+115 | |
| | | ||||||
* | | 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 | 4 | -18/+39 | |
| | | ||||||
* | | Added light theme | boasting-squirrel | 2019-04-02 | 1 | -0/+40 | |
| | | ||||||
* | | Removed query params when clicking on a file | boasting-squirrel | 2019-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Renamed ArchLinux to Archlinux | boasting-squirrel | 2019-04-02 | 2 | -7/+7 | |
| | | ||||||
* | | Removed useless feature | boasting-squirrel | 2019-04-01 | 1 | -1/+0 | |
| | | ||||||
* | | Color schemes | boasting-squirrel | 2019-04-01 | 5 | -153/+625 | |
|/ | ||||||
* | Fixed comments | boasting-squirrel | 2019-03-19 | 1 | -1/+1 | |
| | ||||||
* | Added documentation for errors and removed useless errors | boasting-squirrel | 2019-03-19 | 2 | -7/+18 | |
| | ||||||
* | Removed Content-Length | boasting-squirrel | 2019-03-19 | 1 | -1/+0 | |
| | ||||||
* | Added missing padding on download div | boasting-squirrel | 2019-03-15 | 1 | -0/+1 | |
| | ||||||
* | Renamed create_archive_file function and added documentation | boasting-squirrel | 2019-03-15 | 2 | -5/+7 | |
| | ||||||
* | Improved design | boasting-squirrel | 2019-03-15 | 1 | -3/+7 | |
| | ||||||
* | Cargo fmt | boasting-squirrel | 2019-03-14 | 1 | -3/+10 | |
| | ||||||
* | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 2019-03-14 | 2 | -9/+7 | |
| | ||||||
* | Improved grammar of TarBuildingError error message | boasting-squirrel | 2019-03-13 | 1 | -1/+1 | |
| | ||||||
* | Switched to standard Rust logging system | boasting-squirrel | 2019-03-13 | 4 | -38/+19 | |
| | ||||||
* | Build tar in buffer instead of in tempfile | boasting-squirrel | 2019-03-13 | 2 | -38/+10 | |
| | ||||||
* | Added some docs comments to errors.rs | boasting-squirrel | 2019-03-12 | 1 | -1/+6 | |
| | ||||||
* | Improved error message | boasting-squirrel | 2019-03-12 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into targz | boasting-squirrel | 2019-03-12 | 1 | -1/+1 | |
|\ | ||||||
| * | Send 401 instead of 403 on incorrect password (fixes #47) | Sven-Hendrik Haase | 2019-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | Better error messages for invalid path | boasting-squirrel | 2019-03-12 | 3 | -13/+20 | |
| | | ||||||
* | | Added some error messages + reworked the print_error_chain method | boasting-squirrel | 2019-03-12 | 3 | -21/+38 | |
| | |