Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 2019-04-26 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Make some changes | khai96_ | 2019-05-16 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix some Clippy lints | khai96_ | 2019-05-01 | 1 | -3/+2 | |
| | | | ||||||
* | | | Ignore clippy warnings | khai96_ | 2019-05-01 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 1 | -13/+13 | |
|/ | ||||||
* | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-26 | 1 | -20/+67 | |
|\ | ||||||
| * | Merge branch 'master' into no_panics | boastful-squirrel | 2019-04-25 | 1 | -3/+4 | |
| |\ | ||||||
| * | | Display errors from main() through log strem | boastful-squirrel | 2019-04-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 1 | -20/+67 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-25 | 1 | -3/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Add a couple more integration tests | Sven-Hendrik Haase | 2019-04-24 | 1 | -3/+4 | |
| |/ | ||||||
* / | Add support for hashed password (sha256) | khai96_ | 2019-04-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #64 from boastful-squirrel/fix_auth | Sven-Hendrik Haase | 2019-04-15 | 1 | -6/+3 | |
|\ | | | | | Fix auth check | |||||
| * | Cargo fmt | boasting-squirrel | 2019-04-13 | 1 | -4/+1 | |
| | | ||||||
| * | Made code more idiomatic | boasting-squirrel | 2019-04-13 | 1 | -3/+3 | |
| | | ||||||
* | | Use to_string() and fix comment | boastful-squirrel | 2019-04-15 | 1 | -2/+2 | |
| | | ||||||
* | | Improved comment | boastful-squirrel | 2019-04-13 | 1 | -1/+3 | |
| | | ||||||
* | | Fixed comment | boasting-squirrel | 2019-04-13 | 1 | -1/+1 | |
| | | ||||||
* | | Use parse() instead of to_socket_addrs() | boasting-squirrel | 2019-04-13 | 1 | -33/+35 | |
|/ | ||||||
* | Start server after countdown when no path is specified. | Vojtěch Pejša | 2019-04-07 | 1 | -27/+27 | |
| | ||||||
* | 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 | -2/+28 | |
|\ | ||||||
| * | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fix syntax error and clippy warnings. | Vojtěch Pejša | 2019-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | Improve how file upload handler is added to server. | Vojtěch Pejša | 2019-04-04 | 1 | -10/+12 | |
| | | ||||||
| * | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+8 | |
| | | ||||||
| * | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -5/+20 | |
| | | ||||||
| * | Document file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Implement file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+7 | |
| | | ||||||
* | | Added CLI argument to set default theme | boasting-squirrel | 2019-04-03 | 1 | -1/+11 | |
| | | ||||||
* | | Removed useless feature | boasting-squirrel | 2019-04-01 | 1 | -1/+0 | |
| | | ||||||
* | | Color schemes | boasting-squirrel | 2019-04-01 | 1 | -0/+2 | |
|/ | ||||||
* | Switched to standard Rust logging system | boasting-squirrel | 2019-03-13 | 1 | -9/+10 | |
| | ||||||
* | Better error messages for invalid path | boasting-squirrel | 2019-03-12 | 1 | -2/+1 | |
| | ||||||
* | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 2019-03-11 | 1 | -0/+1 | |
| | ||||||
* | Changed Info: to info: to be consistent | boasting-squirrel | 2019-03-11 | 1 | -1/+1 | |
| | ||||||
* | Download folder as a tar working | boasting-squirrel | 2019-03-08 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'master' into header-sorting | Boastful Squirrel | 2019-03-04 | 1 | -0/+2 | |
|\ | ||||||
| * | Comment some stuff | Sven-Hendrik Haase | 2019-03-04 | 1 | -1/+3 | |
| | | ||||||
* | | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 1 | -16/+1 | |
|/ | ||||||
* | Renders file listing using maud | boasting-squirrel | 2019-02-23 | 1 | -0/+3 | |
| | ||||||
* | Removed extern crate invokations | boasting-squirrel | 2019-02-15 | 1 | -4/+0 | |
| | ||||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 1 | -2/+6 | |
| | ||||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 1 | -1/+22 | |
| | ||||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 1 | -3/+54 | |
| | ||||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 1 | -536/+10 | |
| | ||||||
* | Fixed missing slash in CSS causing new line | boasting-squirrel | 2019-02-05 | 1 | -1/+1 | |
| | ||||||
* | Added --reverse option to reverse sort order | boasting-squirrel | 2019-02-04 | 1 | -1/+17 | |
| | ||||||
* | Implemented sorting | boasting-squirrel | 2019-02-04 | 1 | -13/+128 | |
| | ||||||
* | Some linting fixes | Sven-Hendrik Haase | 2019-02-03 | 1 | -9/+7 | |
| |