aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 pull request #65 from boastful-squirrel/socketaddrSven-Hendrik Haase2019-04-151-33/+37
|\ \ \ | |_|/ |/| | Use parse() instead of to_socket_addrs()
| * | Merge branch 'master' into socketaddrboastful-squirrel2019-04-154-72/+93
| |\ \ | |/ / |/| |
* | | Revert "Bump actix from 0.7.9 to 0.8.0"Sven-Hendrik Haase2019-04-152-150/+2
| | | | | | | | | | | | This reverts commit 35edfa36184f76f9f921cf427af6a6b2de0d65d7.
* | | Merge pull request #67 from svenstaro/dependabot/cargo/actix-0.8.0Sven-Hendrik Haase2019-04-152-2/+150
|\ \ \ | | | | | | | | Bump actix from 0.7.9 to 0.8.0
| * | | Bump actix from 0.7.9 to 0.8.0dependabot[bot]2019-04-152-2/+150
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [actix](https://github.com/actix/actix) from 0.7.9 to 0.8.0. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.9...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | This is 0.4.1v0.4.1Sven-Hendrik Haase2019-04-152-23/+23
| | |
* | | Merge pull request #66 from boastful-squirrel/fix63Sven-Hendrik Haase2019-04-152-49/+70
|\ \ \ | |_|/ |/| | Fix issue #63
| * | 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
|/
* Update README.mdSven-Hendrik Haase2019-04-101-0/+2
|
* Add screenshotSven-Hendrik Haase2019-04-102-0/+2
|
* Merge pull request #60 from vojta7/bug_fixesSven-Hendrik Haase2019-04-092-51/+61
|\ | | | | Bug fixes
| * 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
| |
* | Bump depsSven-Hendrik Haase2019-04-091-26/+26
|/
* Remove unused importSven-Hendrik Haase2019-04-071-1/+1
|
* This is v0.4.0v0.4.0Sven-Hendrik Haase2019-04-072-121/+177
|
* Merge pull request #55 from boastful-squirrel/colorschemeSven-Hendrik Haase2019-04-078-247/+871
|\ | | | | Color schemes
| * 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-075-19/+29
| |
| * 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
| | |