aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-2/+2
| | | |
* | | | Make some changeskhai96_2019-05-161-1/+1
| |_|/ |/| |
* | | Fix some Clippy lintskhai96_2019-05-011-3/+2
| | |
* | | Ignore clippy warningskhai96_2019-05-011-0/+1
| |/ |/|
* | Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-13/+13
|/
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-261-20/+67
|\
| * Merge branch 'master' into no_panicsboastful-squirrel2019-04-251-3/+4
| |\
| * | Display errors from main() through log stremboastful-squirrel2019-04-221-1/+1
| | |
| * | Rework error system + avoid panics in main()boastful-squirrel2019-04-211-20/+67
| | |
* | | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-251-3/+4
|\ \ \ | | |/ | |/|
| * | Add a couple more integration testsSven-Hendrik Haase2019-04-241-3/+4
| |/
* / Add support for hashed password (sha256)khai96_2019-04-191-1/+1
|/
* Merge pull request #64 from boastful-squirrel/fix_authSven-Hendrik Haase2019-04-151-6/+3
|\ | | | | Fix auth check
| * Cargo fmtboasting-squirrel2019-04-131-4/+1
| |
| * Made code more idiomaticboasting-squirrel2019-04-131-3/+3
| |
* | 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
|/
* Start server after countdown when no path is specified.Vojtěch Pejša2019-04-071-27/+27
|
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel2019-04-071-1/+1
| | | | derives
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-2/+28
|\
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-1/+1
| |
| * Fix syntax error and clippy warnings.Vojtěch Pejša2019-04-041-2/+2
| |
| * Improve how file upload handler is added to server.Vojtěch Pejša2019-04-041-10/+12
| |
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-1/+8
| |
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-5/+20
| |
| * Document file upload.Vojtěch Pejša2019-04-041-1/+1
| |
| * Implement file upload.Vojtěch Pejša2019-04-041-0/+7
| |
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-1/+11
| |
* | Removed useless featureboasting-squirrel2019-04-011-1/+0
| |
* | Color schemesboasting-squirrel2019-04-011-0/+2
|/
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-9/+10
|
* Better error messages for invalid pathboasting-squirrel2019-03-121-2/+1
|
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-0/+1
|
* Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
|
* Download folder as a tar workingboasting-squirrel2019-03-081-0/+2
|
* Merge branch 'master' into header-sortingBoastful Squirrel2019-03-041-0/+2
|\
| * Comment some stuffSven-Hendrik Haase2019-03-041-1/+3
| |
* | Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-16/+1
|/
* Renders file listing using maudboasting-squirrel2019-02-231-0/+3
|
* Removed extern crate invokationsboasting-squirrel2019-02-151-4/+0
|
* Switched to structoptboasting-squirrel2019-02-141-2/+6
|
* Added some docstringsboasting-squirrel2019-02-131-1/+22
|
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-3/+54
|
* Split project into multiple filesboasting-squirrel2019-02-121-536/+10
|
* Fixed missing slash in CSS causing new lineboasting-squirrel2019-02-051-1/+1
|
* Added --reverse option to reverse sort orderboasting-squirrel2019-02-041-1/+17
|
* Implemented sortingboasting-squirrel2019-02-041-13/+128
|
* Some linting fixesSven-Hendrik Haase2019-02-031-9/+7
|