Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix rust side of login | Bryan Newbold | 2019-01-03 | 1 | -2/+1 |
* | editor update | Bryan Newbold | 2019-01-03 | 1 | -3/+79 |
* | start to impl oidc auth | Bryan Newbold | 2019-01-03 | 1 | -0/+79 |
* | rust fmt | Bryan Newbold | 2018-12-31 | 1 | -1/+1 |
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 1 | -0/+13 |
* | rustfmt; implement role-based auth checks | Bryan Newbold | 2018-12-31 | 1 | -18/+95 |
* | start refactor of auth code | Bryan Newbold | 2018-12-28 | 1 | -1/+4 |
* | impl edit_id change | Bryan Newbold | 2018-12-26 | 1 | -2/+4 |
* | fileset/web basic implementation | Bryan Newbold | 2018-12-26 | 1 | -0/+58 |
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 1 | -19/+0 |
* | rust impl of API harmonization | Bryan Newbold | 2018-12-24 | 1 | -32/+32 |
* | verify checksum against regexes | Bryan Newbold | 2018-12-21 | 1 | -0/+13 |
* | more edit edgecases; editgroup status check | Bryan Newbold | 2018-12-21 | 1 | -1/+4 |
* | more state/edit edge case tests | Bryan Newbold | 2018-12-21 | 1 | -0/+26 |
* | GET methods not in transactions | Bryan Newbold | 2018-12-20 | 1 | -15/+15 |
* | many redirect implementations | Bryan Newbold | 2018-12-14 | 1 | -24/+25 |
* | better return status for some error conditions | Bryan Newbold | 2018-12-14 | 1 | -0/+16 |
* | lookups impl | Bryan Newbold | 2018-12-14 | 1 | -4/+34 |
* | skeleton out new schema features | Bryan Newbold | 2018-12-13 | 1 | -27/+255 |
* | implement hide flag | Bryan Newbold | 2018-11-26 | 1 | -6/+52 |
* | enforce some controlled vocabularies in API | Bryan Newbold | 2018-11-14 | 1 | -0/+8 |
* | rustfmt, and implement schema tweaks | Bryan Newbold | 2018-09-22 | 1 | -16/+20 |
* | use idiomatic from_str for ExpandFlags | Bryan Newbold | 2018-09-11 | 1 | -1/+1 |
* | implement new editgroup_id behavior | Bryan Newbold | 2018-09-11 | 1 | -3/+16 |
* | refactor entity get and 'expansion' | Bryan Newbold | 2018-09-11 | 1 | -11/+14 |
* | finish fatcat-api => fatcat-api-spec refactor | Bryan Newbold | 2018-09-11 | 1 | -5/+5 |
* | rust clippy (lint) tweaks | Bryan Newbold | 2018-09-11 | 1 | -1/+1 |
* | many small API cleanups | Bryan Newbold | 2018-09-10 | 1 | -73/+59 |
* | continue CRUD refactor, removing CUD handlers | Bryan Newbold | 2018-09-10 | 1 | -48/+30 |
* | fixes after autoaccept merge | Bryan Newbold | 2018-09-07 | 1 | -1/+1 |
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 1 | -2/+4 |
|\ | |||||
| * | editgroup parameter for batch inserts | Bryan Newbold | 2018-08-30 | 1 | -1/+2 |
| * | implement autoaccept | Bryan Newbold | 2018-08-20 | 1 | -2/+3 |
* | | skeleton create/delete endpoints for works | Bryan Newbold | 2018-09-06 | 1 | -2/+106 |
* | | correct EditgroupAlreadyAccepted response | Bryan Newbold | 2018-08-31 | 1 | -0/+5 |
|/ | |||||
* | refactoring; expand keyword impl | Bryan Newbold | 2018-07-25 | 1 | -2/+12 |
* | big transaction/conn refactor | Bryan Newbold | 2018-07-25 | 1 | -13/+35 |
* | have get_editgroup take optional conn | Bryan Newbold | 2018-07-25 | 1 | -1/+1 |
* | more external ident handling | Bryan Newbold | 2018-07-25 | 1 | -0/+8 |
* | whole bunch of clippy fixes | Bryan Newbold | 2018-07-24 | 1 | -8/+8 |
* | editor_id and editgroup_id as idents; revisions as raw UUID | Bryan Newbold | 2018-07-20 | 1 | -4/+4 |
* | format InvalidFatcatId errors in API response (hack) | Bryan Newbold | 2018-07-20 | 1 | -4/+8 |
* | rust: base32 encoded idents | Bryan Newbold | 2018-07-20 | 1 | -9/+17 |
* | refactor massive rust api_server into api_wrappers | Bryan Newbold | 2018-06-30 | 1 | -0/+414 |