aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* state in elasticsearch (and deleted/redirects)Bryan Newbold2019-01-181-2/+8
* don't need string bools in query flags any moreBryan Newbold2019-01-171-8/+8
* issn => journal_metadata in several placesBryan Newbold2019-01-176-42/+42
* make token logins (and cookies in general) work locally/devBryan Newbold2019-01-172-6/+8
* flash login warning if no credentialsBryan Newbold2019-01-171-1/+3
* Merge branch 'citation-efficiency'Bryan Newbold2019-01-173-2/+118
|\
| * more robust IA Xauth loggingBryan Newbold2019-01-161-1/+4
| * python tests for citation efficiencyBryan Newbold2019-01-141-0/+113
| * hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
| * TODO updatesBryan Newbold2019-01-141-5/+0
| * allow null release_refs (as opposed to empty list)Bryan Newbold2019-01-111-1/+1
* | small tweaks to import docsBryan Newbold2019-01-171-1/+3
* | add annotations and editgroup testsBryan Newbold2019-01-152-0/+155
* | cleanup test fixtures a bitBryan Newbold2019-01-141-28/+2
* | hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
* | TODO updatesBryan Newbold2019-01-141-5/+0
|/
* no longer intend to create a 'wip' endpointBryan Newbold2019-01-111-13/+1
* start fixing webface for editgroup changesBryan Newbold2019-01-113-13/+11
* use full-on autoaccept modeBryan Newbold2019-01-116-12/+16
* shell helper key update (should get from env though)Bryan Newbold2019-01-101-1/+1
* python: test fixes for required editgroup_idBryan Newbold2019-01-092-7/+7
* remove redundant old codegen testsBryan Newbold2019-01-0926-1528/+0
* update READMEs about python client libraryBryan Newbold2019-01-091-6/+6
* continue breaking out python clientBryan Newbold2019-01-092-1/+6
* start refactor of moving fatcat_client into python_clientBryan Newbold2019-01-0938-17924/+0
* get_editor_wip isn't implemented yetBryan Newbold2019-01-091-10/+11
* update python dependenciesBryan Newbold2019-01-082-45/+40
* partially revert raise_for_status() refactorBryan Newbold2019-01-083-41/+38
* update python test auth key again (for identifier)Bryan Newbold2019-01-081-1/+1
* Merge branch 'bnewbold-crude-auth'Bryan Newbold2019-01-0854-244/+1835
|\
| * send user to login page if they need to auth to continueBryan Newbold2019-01-081-0/+1
| * new token (changed macaroon caveats)Bryan Newbold2019-01-081-1/+1
| * workers do API-passing (not URI-passing)Bryan Newbold2019-01-083-14/+12
| * importers and tests all use new api-passingBryan Newbold2019-01-0814-23/+103
| * start updating importer auth with crossref importerBryan Newbold2019-01-085-19/+56
| * entity_to_json -> entity_to_dictBryan Newbold2019-01-082-2/+2
| * python codegenBryan Newbold2019-01-083-0/+100
| * add test/dev scoped auth token to exampleBryan Newbold2019-01-081-1/+2
| * run basic CLI tests in CIBryan Newbold2019-01-081-0/+26
| * partial fixes to fatcat_export.pyBryan Newbold2019-01-081-4/+7
| * start refactoring API object passingBryan Newbold2019-01-086-23/+96
| * decode GIT_REVISION earlierBryan Newbold2019-01-082-2/+2
| * basic/crude IA loginBryan Newbold2019-01-077-9/+103
| * one-month default session; lock down cookiesBryan Newbold2019-01-042-0/+8
| * use .env for all config (and document it)Bryan Newbold2019-01-045-1/+15
| * basic OIDC auth workingBryan Newbold2019-01-034-30/+44
| * allow passing prefered_username in oidc signup/loginBryan Newbold2019-01-031-3/+30
| * account page and renamingBryan Newbold2019-01-037-22/+85
| * several auth improvementsBryan Newbold2019-01-038-24/+170
| * require pymacaroonsBryan Newbold2019-01-032-33/+66