Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 8 | -138/+137 |
* | impl AsRef, From, Into for FatCatId | Bryan Newbold | 2019-01-09 | 1 | -2/+20 |
* | implement Display (not ToString) for FatCatId | Bryan Newbold | 2019-01-09 | 1 | -3/+5 |
* | rust impl response types | Bryan Newbold | 2019-01-09 | 1 | -98/+200 |
* | wire up basic sentry error reporting | Bryan Newbold | 2019-01-09 | 2 | -0/+37 |
* | rust impl required editgroup_id | Bryan Newbold | 2019-01-09 | 1 | -24/+12 |
* | start removing active editgroup code | Bryan Newbold | 2019-01-09 | 3 | -20/+4 |
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 4 | -42/+42 |
* | revert pg_tmp parallel tests (for now) | Bryan Newbold | 2019-01-09 | 1 | -14/+5 |
* | some clippy nits | Bryan Newbold | 2019-01-09 | 7 | -57/+58 |
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 13 | -590/+550 |
* | rust 2018 edition! | Bryan Newbold | 2019-01-08 | 7 | -31/+31 |
* | integrate pg_tmp into tests | Bryan Newbold | 2019-01-08 | 1 | -5/+21 |
* | rust fmt | Bryan Newbold | 2019-01-08 | 2 | -26/+31 |
* | better rust auth error handling/responses | Bryan Newbold | 2019-01-08 | 1 | -8/+22 |
* | /auth/oidc endpoint has 31 day limit | Bryan Newbold | 2019-01-08 | 1 | -2/+2 |
* | iterate on macaroon time caveat names | Bryan Newbold | 2019-01-08 | 1 | -20/+19 |
* | add auth/check endpoint | Bryan Newbold | 2019-01-07 | 2 | -19/+98 |
* | commit missing bits from username length change | Bryan Newbold | 2019-01-07 | 1 | -1/+3 |
* | only superusers get auto-magic-privs | Bryan Newbold | 2019-01-07 | 2 | -2/+2 |
* | add superuser role/flag | Bryan Newbold | 2019-01-04 | 4 | -21/+33 |
* | fix rust side of login | Bryan Newbold | 2019-01-03 | 2 | -8/+18 |
* | editor update | Bryan Newbold | 2019-01-03 | 2 | -4/+127 |
* | start to impl oidc auth | Bryan Newbold | 2019-01-03 | 4 | -8/+146 |
* | rust fmt | Bryan Newbold | 2018-12-31 | 1 | -1/+1 |
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 5 | -7/+24 |
* | allow multiple 'alt' keys to be specified in env | Bryan Newbold | 2018-12-31 | 3 | -1/+32 |
* | add auth middleware back in | Bryan Newbold | 2018-12-31 | 2 | -3/+95 |
* | rustfmt; implement role-based auth checks | Bryan Newbold | 2018-12-31 | 7 | -100/+299 |
* | wire-up auth config via ENV | Bryan Newbold | 2018-12-31 | 4 | -49/+54 |
* | basic auth unittests | Bryan Newbold | 2018-12-28 | 3 | -6/+7 |
* | more auth refactoring | Bryan Newbold | 2018-12-28 | 4 | -59/+76 |
* | start refactor of auth code | Bryan Newbold | 2018-12-28 | 7 | -188/+121 |
* | more basic work on auth | Bryan Newbold | 2018-12-27 | 4 | -47/+200 |
* | sql codegen and WIP on auth command | Bryan Newbold | 2018-12-27 | 4 | -25/+70 |
* | start skeleton of auth internal bits | Bryan Newbold | 2018-12-26 | 4 | -9/+222 |
* | impl edit_id change | Bryan Newbold | 2018-12-26 | 4 | -15/+17 |
* | rust impl last webcapture schema tweaks | Bryan Newbold | 2018-12-26 | 4 | -13/+13 |
* | fileset/web support for exports | Bryan Newbold | 2018-12-26 | 1 | -0/+10 |
* | most basic fileset/web access tests | Bryan Newbold | 2018-12-26 | 1 | -2/+2 |
* | fileset/web basic implementation | Bryan Newbold | 2018-12-26 | 6 | -38/+928 |
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 2 | -98/+5 |
* | rust impl of API harmonization | Bryan Newbold | 2018-12-24 | 4 | -62/+62 |
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 5 | -19/+46 |
* | verify checksum against regexes | Bryan Newbold | 2018-12-21 | 5 | -20/+130 |
* | clarify expand of non-concrete release | Bryan Newbold | 2018-12-21 | 1 | -2/+5 |
* | expand files for target of redirect | Bryan Newbold | 2018-12-21 | 1 | -1/+6 |
* | don't expand deleted entities | Bryan Newbold | 2018-12-21 | 1 | -0/+4 |
* | allow expand creators in release gets | Bryan Newbold | 2018-12-21 | 1 | -0/+12 |
* | test prev_rev behavior | Bryan Newbold | 2018-12-21 | 1 | -3/+8 |