aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix issue 70boastful-squirrel2019-04-162-12/+14
| |
* | Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
|\ \
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
| |/
* / Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/
* Fix tiny lintSven-Hendrik Haase2019-04-151-1/+1
|
* Merge pull request #64 from boastful-squirrel/fix_authSven-Hendrik Haase2019-04-153-23/+37
|\ | | | | Fix auth check
| * Fix typo in commentboastful-squirrel2019-04-151-1/+1
| |
| * Merge branch 'master' into fix_authboastful-squirrel2019-04-152-49/+70
| |\
| * | Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
| | |
| * | Cargo fmtboasting-squirrel2019-04-132-6/+11
| | |
| * | Fixed auth checkboasting-squirrel2019-04-132-18/+24
| | |
| * | Made code more idiomaticboasting-squirrel2019-04-131-3/+3
| | |
* | | Merge branch 'master' into socketaddrboastful-squirrel2019-04-152-49/+70
|\ \ \ | | |/ | |/|
| * | Fix issue #63boasting-squirrel2019-04-132-49/+70
| |/
* | Use to_string() and fix commentboastful-squirrel2019-04-151-2/+2
| |
* | Improved commentboastful-squirrel2019-04-131-1/+3
| |
* | Fixed commentboasting-squirrel2019-04-131-1/+1
| |
* | Use parse() instead of to_socket_addrs()boasting-squirrel2019-04-131-33/+35
|/
* 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
|
* Start server after countdown when no path is specified.Vojtěch Pejša2019-04-071-27/+27
|
* Fix timeout error when uploading takes longer.Vojtěch Pejša2019-04-071-2/+4
|
* Remove unused importSven-Hendrik Haase2019-04-071-1/+1
|
* Cargo fmtboasting-squirrel2019-04-071-1/+0
|
* Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel2019-04-071-1/+1
|
* Make body take 100% height in HTMLboasting-squirrel2019-04-071-0/+1
|
* Use serialize_all on CompressionMethods enumboasting-squirrel2019-04-071-2/+3
|
* Fix CSS bugboasting-squirrel2019-04-071-2/+0
|
* Use serialize_allboasting-squirrel2019-04-071-3/+1
|
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel2019-04-074-21/+12
| | | | derives
* 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
| |