Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix parse_auth and add some tests | khai96_ | 2019-04-19 | 1 | -1/+45 | |
| | | ||||||
* | | Add support for sha-512 | khai96_ | 2019-04-19 | 1 | -0/+1 | |
| | | ||||||
* | | Add support for hashed password (sha256) | khai96_ | 2019-04-19 | 1 | -26/+27 | |
|/ | ||||||
* | Fix typo in comment | boastful-squirrel | 2019-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix parse_auth to make it RFC-compliant + updated comments | boastful-squirrel | 2019-04-15 | 1 | -3/+6 | |
| | ||||||
* | Cargo fmt | boasting-squirrel | 2019-04-13 | 1 | -2/+10 | |
| | ||||||
* | Fixed auth check | boasting-squirrel | 2019-04-13 | 1 | -6/+17 | |
| | ||||||
* | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 2019-04-07 | 1 | -1/+1 | |
| | | | | derives | |||||
* | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 1 | -0/+10 | |
|\ | ||||||
| * | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 1 | -3/+3 | |
| | | ||||||
| * | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+10 | |
| | | ||||||
* | | Added CLI argument to set default theme | boasting-squirrel | 2019-04-03 | 1 | -0/+16 | |
|/ | ||||||
* | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 1 | -18/+0 | |
| | ||||||
* | Set number_of_values argument to interfaces | boasting-squirrel | 2019-02-16 | 1 | -1/+6 | |
| | ||||||
* | Added global_settings to CLIArgs struct | boasting-squirrel | 2019-02-15 | 1 | -1/+4 | |
| | ||||||
* | Added some line breaks so CLIArgs struct is easier to read | boasting-squirrel | 2019-02-15 | 1 | -0/+8 | |
| | ||||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 1 | -134/+67 | |
| | ||||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -0/+7 | |
| | ||||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -3/+2 | |
| | ||||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -0/+167 | |