aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-251-2/+4
* Fix testsSven-Hendrik Haase2019-07-241-13/+13
* fix parent directorywyhaya2019-07-081-2/+13
* Add doc and commentsAlexandre Bury2019-06-241-4/+13
* Enable streaming tarball downloadAlexandre Bury2019-06-141-38/+38
* refactor codemahdi2019-05-311-2/+2
* Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-26/+24
* Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-0/+1
|\
| * Ignore clippy warningskhai96_2019-05-011-0/+1
* | Print error when parsing query parameters failboastful-squirrel2019-05-021-6/+9
* | Read query params to handle error back linkboastful-squirrel2019-05-021-11/+29
* | Cargo fmtboastful-squirrel2019-05-021-1/+1
* | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-0/+2
* | Themed errorsboastful-squirrel2019-04-271-11/+17
* | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-8/+8
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-261-2/+3
|/
* Fixed syntax errorboastful-squirrel2019-04-211-2/+2
* Properly log error + added render_error methodboastful-squirrel2019-04-211-2/+3
* Print upload/archive errors also in terminalboastful-squirrel2019-04-211-3/+6
* cargo fmtboastful-squirrel2019-04-211-5/+3
* Print error on the web page rather than on the terminalboastful-squirrel2019-04-211-3/+1
* Fix issue 70boastful-squirrel2019-04-161-3/+3
* Fix tiny lintSven-Hendrik Haase2019-04-151-1/+1
* Fix issue #63boasting-squirrel2019-04-131-1/+2
* Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel2019-04-071-1/+1
* Use serialize_allboasting-squirrel2019-04-071-3/+1
* Use strum on Enums to reduce boilerplateboasting-squirrel2019-04-071-24/+9
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-0/+9
|\
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-1/+7
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-0/+2
| * Implement file upload.Vojtěch Pejša2019-04-041-0/+1
* | Use serde lowercase for SortingMethods enumboasting-squirrel2019-04-031-3/+1
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-4/+2
* | Renamed ArchLinux to Archlinuxboasting-squirrel2019-04-021-1/+1
* | Color schemesboasting-squirrel2019-04-011-3/+34
|/
* Removed Content-Lengthboasting-squirrel2019-03-191-1/+0
* Renamed create_archive_file function and added documentationboasting-squirrel2019-03-151-1/+1
* Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2019-03-141-1/+1
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-11/+5
* Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-121-9/+5
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-15/+29
* Removed debug messageboasting-squirrel2019-03-091-3/+2
* Improved HTTP headersboasting-squirrel2019-03-081-1/+2
* Refactored some codeboasting-squirrel2019-03-081-2/+2
* Download folder as a tar workingboasting-squirrel2019-03-081-19/+54
* Refactored if/let for sorting methodsboasting-squirrel2019-03-051-7/+5
* 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
* Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-55/+96