aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-0610-22/+411
|\
| * Merge pull request #58 from vojta7/file_uploadingSven-Hendrik Haase2019-04-058-6/+273
| |\ | | | | | | File uploading
| | * Improve file upload text.Vojtěch Pejša2019-04-051-1/+1
| | |
| | * Mention file uploading in READMEVojtěch Pejša2019-04-041-0/+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-045-2/+116
| |/
| * Merge pull request #57 from svenstaro/dependabot/cargo/serde-1.0.90dependabot[bot]2019-04-042-7/+7
| |\
| | * Bump serde from 1.0.89 to 1.0.90dependabot[bot]2019-04-042-7/+7
| |/ | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Use serde lowercase for SortingMethods enumboasting-squirrel2019-04-031-3/+1
| |
* | Merge branch 'master' into colorschemeboasting-squirrel2019-04-033-41/+41
|\|
| * Merge pull request #56 from svenstaro/dependabot/cargo/futures-0.1.26Sven-Hendrik Haase2019-04-022-27/+27
| |\ | | | | | | Bump futures from 0.1.25 to 0.1.26
| | * Bump futures from 0.1.25 to 0.1.26dependabot[bot]2019-04-022-27/+27
| |/ | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.25...0.1.26) Signed-off-by: dependabot[bot] <support@dependabot.com>
| * Merge pull request #54 from svenstaro/dependabot/cargo/actix-web-0.7.19Sven-Hendrik Haase2019-04-011-14/+13
| |\ | | | | | | Bump actix-web from 0.7.18 to 0.7.19
| | * Bump actix-web from 0.7.18 to 0.7.19dependabot[bot]2019-04-011-14/+13
| |/ | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.7.19/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.18...v0.7.19) Signed-off-by: dependabot[bot] <support@dependabot.com>
| * Try using xenialSven-Hendrik Haase2019-03-261-0/+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
|/
* Try rustup update to fix random failureSven-Hendrik Haase2019-03-231-0/+1
|
* Bumping depsSven-Hendrik Haase2019-03-231-172/+176
|
* Merge pull request #48 from boastful-squirrel/targzSven-Hendrik Haase2019-03-238-42/+424
|\ | | | | Download folders in .tar.gz format
| * Updated README with known limitationsboasting-squirrel2019-03-191-0/+4
| |
| * 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
| |