aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|
* Improved code qualityboasting-squirrel2019-02-031-4/+5
|
* Add option to generate random 6-hexdigit routesboasting-squirrel2019-02-021-10/+47
|
* Added '..' on file listing to browse parent folderboasting-squirrel2019-02-021-0/+12
|
* Fancy HTML listingboasting-squirrel2019-02-021-5/+79
|
* AutoformatSven-Hendrik Haase2018-12-101-20/+33
|
* Update to rust 2018 editionSven-Hendrik Haase2018-12-101-10/+1
|
* Fix double "symbolic" typopebbleKite2018-11-111-1/+1
|
* Use same renderer when skipping symlinks and notpebbleKite2018-11-081-10/+9
|
* add option to ignore symlinkspebbleKite2018-11-081-5/+89
|