aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_upload.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refuse to start without explicit path if not attached to interactive terminalSven-Hendrik Haase2021-03-281-3/+1
|
* Fix clippy warningTamas Levai2021-03-011-0/+1
|
* Add program version footerTamas Levai2021-02-281-0/+7
|
* Fix lintsSven-Hendrik Haase2021-02-191-5/+5
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+17
|
* move css out of html into its own routeLukas Stabe2020-09-261-0/+7
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-15/+0
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-0/+7
|
* Update to actix 2 and futures 0.3equal-l22020-07-211-74/+65
|
* Make clippy and cargo fmt happySven-Hendrik Haase2020-06-261-1/+1
|
* Format everythingSven-Hendrik Haase2020-03-111-6/+6
|
* Merge pull request #239 from DamianX/FixClippyWarningsSven-Hendrik Haase2020-02-271-1/+1
|\ | | | | Fixed clippy warnings
| * Fixed clippy warningsDamian2019-12-201-1/+1
| |
* | Fix Clippy warningboastful-squirrel2019-08-161-0/+1
| |
* | Do not 'back to listing' link when random route is setboastful-squirrel2019-08-161-1/+7
|/
* Add dynsSven-Hendrik Haase2019-06-091-2/+2
|
* Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-11/+11
|
* Read query params to handle error back linkboastful-squirrel2019-05-021-41/+18
|
* Cargo fmtboastful-squirrel2019-05-021-2/+3
|
* Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-1/+8
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-04-271-24/+23
|\
| * Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-16/+16
| |
* | Improved some errorsboastful-squirrel2019-04-271-1/+1
| |
* | Themed errorsboastful-squirrel2019-04-271-22/+86
| |
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-261-21/+33
|/
* Merge branch 'master' into no_panicsboastful-squirrel2019-04-251-4/+5
|\
| * Add a couple more integration testsSven-Hendrik Haase2019-04-241-4/+5
| |
* | Properly log error + added render_error methodboastful-squirrel2019-04-211-6/+6
| |
* | Print upload/archive errors also in terminalboastful-squirrel2019-04-211-0/+1
| |
* | Rework error system + avoid panics in main()boastful-squirrel2019-04-211-18/+39
|/
* Replace format with to_string()Vojtěch Pejša2019-04-091-4/+1
|
* Change HTTP response code and cleanup previus commit.Vojtěch Pejša2019-04-091-5/+6
|
* Refactor file upload.Vojtěch Pejša2019-04-081-28/+38
|
* Fix timeout error when uploading takes longer.Vojtěch Pejša2019-04-071-2/+4
|
* Fix typos and indentation.Vojtěch Pejša2019-04-041-8/+8
|
* Fix syntax error and clippy warnings.Vojtěch Pejša2019-04-041-12/+17
|
* Check if we have permissions to create files.Vojtěch Pejša2019-04-041-1/+13
|
* Better error handling for file upload.Vojtěch Pejša2019-04-041-22/+33
|
* Fix file upload when used with random route.Vojtěch Pejša2019-04-041-2/+4
|
* Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-4/+9
|
* Use proper typed query param.Vojtěch Pejša2019-04-041-16/+25
|
* Document file upload.Vojtěch Pejša2019-04-041-2/+9
|
* 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-041-0/+100