aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix CSS bugboasting-squirrel2019-04-071-0/+4
|
* Use strum on Enums to reduce boilerplateboasting-squirrel2019-04-073-36/+15
|
* Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel2019-04-073-19/+7
|
* Fixed upload bug + refactored @ else in templatesboasting-squirrel2019-04-071-40/+44
|
* Cargo fmtboasting-squirrel2019-04-061-1/+0
|
* Improved mobile viewboasting-squirrel2019-04-062-50/+33
|
* Added flex wrap to handle overflow on mobileboasting-squirrel2019-04-061-1/+3
|
* Improved designboasting-squirrel2019-04-061-18/+21
|
* Changed link description in case of upload errorboasting-squirrel2019-04-061-1/+1
|
* Merged upload + adapted it to the new designboasting-squirrel2019-04-067-14/+402
|\
| * Improve file upload text.Vojtěch Pejša2019-04-051-1/+1
| |
| * Allow drag and drop file upload with js.Vojtěch Pejša2019-04-041-3/+26
| |
| * Fix typos and indentation.Vojtěch Pejša2019-04-044-17/+17
| |
| * Fix syntax error and clippy warnings.Vojtěch Pejša2019-04-042-14/+19
| |
| * Fix typosVojtěch Pejša2019-04-041-5/+5
| |
| * Check if we have permissions to create files.Vojtěch Pejša2019-04-042-1/+16
| |
| * Improve how file upload handler is added to server.Vojtěch Pejša2019-04-041-10/+12
| |
| * Better error handling for file upload.Vojtěch Pejša2019-04-043-22/+61
| |
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-044-6/+22
| |
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-045-9/+44
| |
| * Use proper typed query param.Vojtěch Pejša2019-04-041-16/+25
| |
| * Document file upload.Vojtěch Pejša2019-04-042-3/+10
| |
| * RefactoringVojtěch Pejša2019-04-041-48/+36
| |
| * Check if file path is under app root dir.Vojtěch Pejša2019-04-041-7/+20
| |
| * Implement file upload.Vojtěch Pejša2019-04-044-1/+115
| |
* | Use serde lowercase for SortingMethods enumboasting-squirrel2019-04-031-3/+1
| |
* | Added CLI argument to set default themeboasting-squirrel2019-04-034-18/+39
| |
* | Added light themeboasting-squirrel2019-04-021-0/+40
| |
* | Removed query params when clicking on a fileboasting-squirrel2019-04-021-1/+1
| |
* | Renamed ArchLinux to Archlinuxboasting-squirrel2019-04-022-7/+7
| |
* | Removed useless featureboasting-squirrel2019-04-011-1/+0
| |
* | Color schemesboasting-squirrel2019-04-015-153/+625
|/
* Fixed commentsboasting-squirrel2019-03-191-1/+1
|
* Added documentation for errors and removed useless errorsboasting-squirrel2019-03-192-7/+18
|
* Removed Content-Lengthboasting-squirrel2019-03-191-1/+0
|
* Added missing padding on download divboasting-squirrel2019-03-151-0/+1
|
* Renamed create_archive_file function and added documentationboasting-squirrel2019-03-152-5/+7
|
* Improved designboasting-squirrel2019-03-151-3/+7
|
* Cargo fmtboasting-squirrel2019-03-141-3/+10
|
* Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2019-03-142-9/+7
|
* Improved grammar of TarBuildingError error messageboasting-squirrel2019-03-131-1/+1
|
* Switched to standard Rust logging systemboasting-squirrel2019-03-134-38/+19
|
* Build tar in buffer instead of in tempfileboasting-squirrel2019-03-132-38/+10
|
* Added some docs comments to errors.rsboasting-squirrel2019-03-121-1/+6
|
* Improved error messageboasting-squirrel2019-03-121-2/+2
|
* Merge branch 'master' into targzboasting-squirrel2019-03-121-1/+1
|\
| * Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase2019-03-081-1/+1
| |
* | Better error messages for invalid pathboasting-squirrel2019-03-123-13/+20
| |
* | Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-123-21/+38
| |
* | Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-114-49/+168
| |