aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/routes.py
Commit message (Collapse)AuthorAgeFilesLines
* webface: fix duration_seconds parsingBryan Newbold2019-09-181-1/+1
|
* python webface impl token generationBryan Newbold2019-09-181-0/+33
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-2/+2
|
* finish container coverage pageBryan Newbold2019-09-041-0/+15
| | | | Also re-worked container view sidebar a bit more.
* start container coverage pageBryan Newbold2019-09-041-0/+19
|
* do release search by container_id, not issnlBryan Newbold2019-09-031-0/+4
|
* container issnl: handle invalid ISSN-L better, and fix except blocksBryan Newbold2019-08-221-2/+5
|
* default container stats by ident, not issnlBryan Newbold2019-08-121-1/+19
|
* complete generic entity rev viewsBryan Newbold2019-06-281-28/+14
| | | | | | Was getting 500s in production from crawlers. Also expand test coverage.
* include _metadata in editgroup views alsoBryan Newbold2019-06-141-0/+4
|
* refactor all entities to new UI styleBryan Newbold2019-06-131-18/+128
|
* fixes after rebaseBryan Newbold2019-06-131-2/+2
|
* start work on 'generic' search boxBryan Newbold2019-06-131-4/+26
|
* entity view tweaksBryan Newbold2019-06-131-3/+7
|
* experiment with entity view tabsbnewbold2019-06-131-0/+12
|
* implement major refactor for other entity typesBryan Newbold2019-06-131-115/+90
|
* get rid of active_editgroup_id cookieBryan Newbold2019-06-131-3/+0
|
* container revision viewBryan Newbold2019-06-131-1/+1
|
* continue large refactors of entity viewsBryan Newbold2019-06-121-5/+21
| | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views
* start refactoring entity view routesBryan Newbold2019-06-111-202/+134
|
* fixes to lookup viewsBryan Newbold2019-06-051-2/+2
|
* more lookup viewsBryan Newbold2019-06-051-10/+74
|
* release lookup viewBryan Newbold2019-06-051-9/+20
|
* arxiv abstracts latex hackBryan Newbold2019-05-221-0/+4
|
* webface lookups for jstor, arxivBryan Newbold2019-05-221-1/+2
|
* simplify file/fileset/webcapture views with release expansionBryan Newbold2019-05-201-24/+4
|
* partial python impl of ext_id and release_stage refactorsBryan Newbold2019-05-131-1/+1
|
* fix author sort order on release viewBryan Newbold2019-04-181-1/+3
| | | | | | My sorting function was too clever, so I made it even more clever. Closes #27; thanks @ibnesayeed for the report.
* crude mostly-working wikipedia (mediawiki) loginBryan Newbold2019-04-091-2/+15
|
* resyle login viewsBryan Newbold2019-04-091-5/+0
|
* have webcapture wayback links go right to capture (not calendar)Bryan Newbold2019-04-091-6/+7
|
* temporary hack to remove ext-link XML in refsBryan Newbold2019-04-091-0/+10
|
* partial checking of editgroup_id checking when editingBryan Newbold2019-04-091-0/+3
|
* verify auth on account page (via auth_check())Bryan Newbold2019-04-091-1/+5
|
* better error responses for username change formBryan Newbold2019-04-041-3/+7
|
* improve test coverageBryan Newbold2019-04-041-5/+10
|
* 404 (not 500) from unimplemented lookupsBryan Newbold2019-04-041-2/+7
|
* fix extid lookup bugsBryan Newbold2019-04-041-0/+3
|
* more citation styles, and testsBryan Newbold2019-04-041-0/+2
|
* fix exception log var namesBryan Newbold2019-04-031-3/+3
|
* create app.log explicitlyBryan Newbold2019-04-031-10/+10
|
* editor-specific annotation viewBryan Newbold2019-04-031-2/+10
|
* small UI tweaks for editgroups/accountBryan Newbold2019-04-031-2/+7
|
* basic annotation view/createBryan Newbold2019-04-031-6/+38
|
* reviewable view; improvments to editgroup viewsBryan Newbold2019-04-031-0/+9
|
* editgroup submit/mergeBryan Newbold2019-04-031-3/+66
|
* better CSRF handling; restyle account pageBryan Newbold2019-04-031-0/+10
|
* file basic editing; several cleanupsBryan Newbold2019-04-021-4/+5
| | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display)
* refactor editing routes into separate fileBryan Newbold2019-04-021-165/+0
|
* fix webface changelog; health.json is a pseudo-APIBryan Newbold2019-04-021-6/+7
|