aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix parse_auth and add some testskhai96_2019-04-191-1/+45
| |
* | Add support for sha-512khai96_2019-04-191-0/+1
| |
* | Add support for hashed password (sha256)khai96_2019-04-191-26/+27
|/
* Fix typo in commentboastful-squirrel2019-04-151-1/+1
|
* Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
|
* Cargo fmtboasting-squirrel2019-04-131-2/+10
|
* Fixed auth checkboasting-squirrel2019-04-131-6/+17
|
* 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-0/+10
|\
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-3/+3
| |
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-0/+10
| |
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-0/+16
|/
* Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-18/+0
|
* Set number_of_values argument to interfacesboasting-squirrel2019-02-161-1/+6
|
* Added global_settings to CLIArgs structboasting-squirrel2019-02-151-1/+4
|
* Added some line breaks so CLIArgs struct is easier to readboasting-squirrel2019-02-151-0/+8
|
* Switched to structoptboasting-squirrel2019-02-141-134/+67
|
* Added some docstringsboasting-squirrel2019-02-131-0/+7
|
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-3/+2
|
* Split project into multiple filesboasting-squirrel2019-02-121-0/+167