aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
* | Removed debug messageboasting-squirrel2019-03-091-3/+2
* | Temporary workaround for symlinks issueboasting-squirrel2019-03-091-0/+5
* | Improved HTTP headersboasting-squirrel2019-03-082-1/+16
* | Corrected commentboasting-squirrel2019-03-081-1/+1
* | Refactored some codeboasting-squirrel2019-03-082-31/+47
* | Working example of tar.gzboasting-squirrel2019-03-081-5/+17
* | Download folder as a tar workingboasting-squirrel2019-03-084-19/+171
|/
* Refactored if/let for sorting methodsboasting-squirrel2019-03-051-7/+5
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-0/+2
|\
| * Comment some stuffSven-Hendrik Haase2019-03-041-1/+3
* | Renamed QueryParameters structboasting-squirrel2019-03-041-2/+2
* | Use actix::Queryboasting-squirrel2019-03-041-24/+24
* | Sort in alphanumeric order by defaultboasting-squirrel2019-03-041-0/+4
* | Added color on hovering rowboasting-squirrel2019-03-041-2/+5
* | Reset color of visited link in back to top buttonboasting-squirrel2019-03-021-1/+3
* | Added back to top button + various CSS improvements + re-order functions in r...boasting-squirrel2019-03-021-34/+66
* | Improved readability on mobile + terminal browsersboasting-squirrel2019-02-271-10/+23
* | Improved parent directory link's styleboasting-squirrel2019-02-271-1/+8
* | Actually use unicode charactersboasting-squirrel2019-02-271-2/+2
* | Switched to unicode characters + improved look and feelboasting-squirrel2019-02-271-36/+10
* | Added highlight for current sorting columnboasting-squirrel2019-02-261-3/+12
* | Stylized table header + added chevronsboasting-squirrel2019-02-261-0/+45
* | Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-254-92/+128
|/