Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update missing rust crate names | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | implement --env-format for fatcat-auth | Bryan Newbold | 2019-01-11 | 1 | -7/+15 |
| | |||||
* | yet more edit lifecycle progress | Bryan Newbold | 2019-01-11 | 1 | -8/+12 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -2/+4 |
| | |||||
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -5/+3 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -4/+4 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -34/+10 |
| | | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. | ||||
* | rustfmt; implement role-based auth checks | Bryan Newbold | 2018-12-31 | 1 | -28/+25 |
| | |||||
* | wire-up auth config via ENV | Bryan Newbold | 2018-12-31 | 1 | -19/+20 |
| | |||||
* | basic auth unittests | Bryan Newbold | 2018-12-28 | 1 | -1/+5 |
| | |||||
* | more auth refactoring | Bryan Newbold | 2018-12-28 | 1 | -4/+4 |
| | |||||
* | start refactor of auth code | Bryan Newbold | 2018-12-28 | 1 | -1/+2 |
| | | | | | | | Pulls auth code (which requires the persistent state of a signing keyring) into a struct. Doesn't try verify macaroon in middleware, do it in individual wrappers. | ||||
* | more basic work on auth | Bryan Newbold | 2018-12-27 | 1 | -16/+20 |
| | |||||
* | sql codegen and WIP on auth command | Bryan Newbold | 2018-12-27 | 1 | -11/+29 |
| | |||||
* | start skeleton of auth internal bits | Bryan Newbold | 2018-12-26 | 1 | -0/+109 |