aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/routes.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* basic release editingBryan Newbold2019-04-011-6/+44
|
* basic working release creationBryan Newbold2019-04-011-12/+32
|
* major progress on release create formBryan Newbold2019-03-211-14/+16
|
* expose bibtex and citeproc; revert /unstable/ prefixesBryan Newbold2019-03-181-3/+32
|
* some API-like routes are unstableBryan Newbold2019-03-181-16/+19
|
* fix release/author breakage when index isn't setBryan Newbold2019-03-041-1/+1
|
* improve/fix deleted entity viewBryan Newbold2019-03-021-7/+7
|
* include filesets and webcaptures in release viewBryan Newbold2019-03-021-9/+5
|
* add basic fileset and webcapture viewsBryan Newbold2019-03-021-0/+89
|
* band-aid editgroups/changelog views a bitBryan Newbold2019-02-281-0/+2
| | | | Commiting fixes from last week.
* bunch of entity view updatesBryan Newbold2019-02-221-1/+8
|
* rework container page (search, stats)Bryan Newbold2019-02-221-1/+12
|
* bunch of lint/whitespace cleanupsBryan Newbold2019-02-221-3/+4
|
* add general and container-specific statsBryan Newbold2019-02-221-2/+48
|
* refactor entity searchesBryan Newbold2019-02-201-14/+2
|
* add container searchBryan Newbold2019-02-201-7/+23
| | | | | | | And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored
* auth required for creation; correct edit stub noteBryan Newbold2019-02-071-0/+4
|
* draft an about page; move RFC to separate URLBryan Newbold2019-02-061-3/+7
|
* add 400 status pageBryan Newbold2019-02-051-0/+4
|
* fixes for new elastic transform view codeBryan Newbold2019-02-011-3/+5
|
* better flask error pagesBryan Newbold2019-02-011-0/+19
|
* tweaks and fixes for new container extra schemaBryan Newbold2019-02-011-5/+8
|
* flash login warning if no credentialsBryan Newbold2019-01-171-1/+3
|
* hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
|
* no longer intend to create a 'wip' endpointBryan Newbold2019-01-111-13/+1
|
* start fixing webface for editgroup changesBryan Newbold2019-01-111-4/+4
|
* get_editor_wip isn't implemented yetBryan Newbold2019-01-091-10/+11
|