aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-07Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel1-1/+1
2019-04-07Use serialize_allboasting-squirrel1-3/+1
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel1-24/+9
2019-04-04Fix file upload when used with random route.Vojtěch Pejša1-1/+7
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša1-0/+2
2019-04-04Implement file upload.Vojtěch Pejša1-0/+1
2019-04-03Use serde lowercase for SortingMethods enumboasting-squirrel1-3/+1
2019-04-03Added CLI argument to set default themeboasting-squirrel1-4/+2
2019-04-02Renamed ArchLinux to Archlinuxboasting-squirrel1-1/+1
2019-04-01Color schemesboasting-squirrel1-3/+34
2019-03-19Removed Content-Lengthboasting-squirrel1-1/+0
2019-03-15Renamed create_archive_file function and added documentationboasting-squirrel1-1/+1
2019-03-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel1-1/+1
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-11/+5
2019-03-12Added some error messages + reworked the print_error_chain methodboasting-squirrel1-9/+5
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-15/+29
2019-03-09Removed debug messageboasting-squirrel1-3/+2
2019-03-08Improved HTTP headersboasting-squirrel1-1/+2
2019-03-08Refactored some codeboasting-squirrel1-2/+2
2019-03-08Download folder as a tar workingboasting-squirrel1-19/+54
2019-03-05Refactored if/let for sorting methodsboasting-squirrel1-7/+5
2019-03-04Renamed QueryParameters structboasting-squirrel1-2/+2
2019-03-04Use actix::Queryboasting-squirrel1-24/+24
2019-03-04Sort in alphanumeric order by defaultboasting-squirrel1-0/+4
2019-02-25Removed sorting from CLI + added sorting from HTMLboasting-squirrel1-55/+96
2019-02-23Renders file listing using maudboasting-squirrel1-221/+17
2019-02-20Improved mobile viewboasting-squirrel1-4/+61
2019-02-19Renamed humanize_duration to humanize_systemtimeboasting-squirrel1-3/+3
2019-02-19Improved codeboasting-squirrel1-16/+10
2019-02-19Added missing ; in CSSboasting-squirrel1-1/+1
2019-02-17Added docstringsboasting-squirrel1-0/+10
2019-02-17Improved design of last-modification columnboasting-squirrel1-10/+23
2019-02-16Improved date formatboasting-squirrel1-1/+1
2019-02-16Improved CSSboasting-squirrel1-1/+1
2019-02-16Display last modification + provide sort by dateboasting-squirrel1-6/+65
2019-02-15Removed extern crate invokationsboasting-squirrel1-0/+1
2019-02-15Added docstrings to SortingMethods enumboasting-squirrel1-0/+9
2019-02-14Switched to structoptboasting-squirrel1-29/+9
2019-02-13Added some docstringsboasting-squirrel1-1/+23
2019-02-13Removed config.rs and put back actix config in main.rsboasting-squirrel1-3/+1
2019-02-12Fixed Clippy warningsboasting-squirrel1-1/+1
2019-02-12Reorganized some imports + removed unused importsboasting-squirrel1-0/+7
2019-02-12Split project into multiple filesboasting-squirrel1-0/+245