aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renders file listing using maudboasting-squirrel2019-02-231-221/+17
* Improved mobile viewboasting-squirrel2019-02-201-4/+61
* Renamed humanize_duration to humanize_systemtimeboasting-squirrel2019-02-191-3/+3
* Improved codeboasting-squirrel2019-02-191-16/+10
* Added missing ; in CSSboasting-squirrel2019-02-191-1/+1
* Added docstringsboasting-squirrel2019-02-171-0/+10
* Improved design of last-modification columnboasting-squirrel2019-02-171-10/+23
* Improved date formatboasting-squirrel2019-02-161-1/+1
* Improved CSSboasting-squirrel2019-02-161-1/+1
* Display last modification + provide sort by dateboasting-squirrel2019-02-161-6/+65
* Removed extern crate invokationsboasting-squirrel2019-02-151-0/+1
* Added docstrings to SortingMethods enumboasting-squirrel2019-02-151-0/+9
* Switched to structoptboasting-squirrel2019-02-141-29/+9
* Added some docstringsboasting-squirrel2019-02-131-1/+23
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-3/+1
* Fixed Clippy warningsboasting-squirrel2019-02-121-1/+1
* Reorganized some imports + removed unused importsboasting-squirrel2019-02-121-0/+7
* Split project into multiple filesboasting-squirrel2019-02-121-0/+245