Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | The editor_id can be infered from auth metadata. | ||||
* | 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 |
| | | | | | | | 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. | ||||
* | impl edit_id change | Bryan Newbold | 2018-12-26 | 1 | -2/+4 |
| | |||||
* | fileset/web basic implementation | Bryan Newbold | 2018-12-26 | 1 | -0/+58 |
| | | | | | | As well as small consistency and bugfix implementations. No new tests yet... | ||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 1 | -19/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | Probably should have split this commit up, it's huge: - accept the state of "redirect to a deletion", where redirect_id is Some but rev_id is None. call this a "redirect"; previously this was an invalid state. - GET for a deleted entity returns a 200 and a stub entity, not a 404 - to PUT a redirect, or to "revert" an entity to point at a specific pre-existing revision, PUT a stub entity. things are getting messy here... to detect this state, ensure the 'state' field is blank/none (this is for API usage ergonomics, where results from a GET are often re-used in a PUT or even POST) - rustfmt - maybe even more small tweaks along the way? mystery meat! Tests are in python, not rust (and a future commit) | ||||
* | 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 |
| | | | | | | - use FatCatId much more often (though not everywhere yet) - more consistent types - remove redundant error handling code in wrappers | ||||
* | continue CRUD refactor, removing CUD handlers | Bryan Newbold | 2018-09-10 | 1 | -48/+30 |
| | | | | | | | | Can't remove the "get" handlers because of the expand parameter, which is only implemented for releases and in the handler (not in the CRUD trait, yet). Also didn't do the batch handler stuff yet. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs | ||||
| * | editgroup parameter for batch inserts | Bryan Newbold | 2018-08-30 | 1 | -1/+2 |
| | | |||||
| * | implement autoaccept | Bryan Newbold | 2018-08-20 | 1 | -2/+3 |
| | | | | | | | | | | | | Need to review: - changelog creation - clobbering of existing editgroup flag | ||||
* | | skeleton create/delete endpoints for works | Bryan Newbold | 2018-09-06 | 1 | -2/+106 |
| | | | | | | | | Other entities just stubs | ||||
* | | 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 |
The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures. |