aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Expand)AuthorAgeFilesLines
* fix author sort order on release viewBryan Newbold2019-04-181-1/+3
* fixes to home pageBryan Newbold2019-04-101-12/+7
* bugfix and special case for orcid loginsBryan Newbold2019-04-101-1/+6
* re-enable ORCiD loginBryan Newbold2019-04-102-11/+7
* github login via OAuth, not OIDCBryan Newbold2019-04-101-1/+1
* IA login button as actual form input/submitBryan Newbold2019-04-091-1/+1
* fix google typo (freudian)Bryan Newbold2019-04-091-1/+1
* fix login display (google logo and disable orcid)Bryan Newbold2019-04-091-5/+8
* more MWOAuth hackeryBryan Newbold2019-04-091-7/+9
* crude mostly-working wikipedia (mediawiki) loginBryan Newbold2019-04-095-10/+82
* resyle login viewsBryan Newbold2019-04-096-34/+112
* Merge branch 'bnewbold-review-bots'Bryan Newbold2019-04-099-4/+28
|\
| * diplay extra metadata, disposition in annotationsBryan Newbold2019-04-061-3/+21
| * remove title from metadata macroBryan Newbold2019-04-068-1/+7
* | have webcapture wayback links go right to capture (not calendar)Bryan Newbold2019-04-095-21/+40
* | temporary hack to remove ext-link XML in refsBryan Newbold2019-04-092-0/+25
* | propagate editgroup_id errors correctlyBryan Newbold2019-04-091-0/+12
* | partial checking of editgroup_id checking when editingBryan Newbold2019-04-092-1/+6
* | verify auth on account page (via auth_check())Bryan Newbold2019-04-091-1/+5
|/
* fix container url form widthBryan Newbold2019-04-041-1/+1
* add error displays in release and file list formsBryan Newbold2019-04-042-1/+3
* web editing of container urlsBryan Newbold2019-04-043-5/+119
* better error responses for username change formBryan Newbold2019-04-041-3/+7
* improve test coverageBryan Newbold2019-04-041-5/+10
* revert back to earlier stats datetimeBryan Newbold2019-04-041-1/+1
* correct a number of response codesBryan Newbold2019-04-041-9/+31
* fix edit forms requiring loginsBryan Newbold2019-04-041-3/+4
* warn() -> warning() (deprecated)Bryan Newbold2019-04-042-13/+13
* 404 (not 500) from unimplemented lookupsBryan Newbold2019-04-041-2/+7
* fix extid lookup bugsBryan Newbold2019-04-041-0/+3
* explicit 404 on un-implemented editing pagesBryan Newbold2019-04-041-3/+3
* more citation styles, and testsBryan Newbold2019-04-042-0/+5
* link to BibTeX (and test this)Bryan Newbold2019-04-041-1/+12
* Merge branch 'bnewbold-forms'Bryan Newbold2019-04-0430-554/+1615
|\
| * fix exception log var namesBryan Newbold2019-04-031-3/+3
| * create app.log explicitlyBryan Newbold2019-04-034-30/+32
| * forms.py: annotate static methodsBryan Newbold2019-04-031-0/+3
| * editor-specific annotation viewBryan Newbold2019-04-034-3/+47
| * small UI tweaks for editgroups/accountBryan Newbold2019-04-038-21/+49
| * markdown rendering of comments/annotationsBryan Newbold2019-04-032-1/+11
| * basic annotation view/createBryan Newbold2019-04-032-12/+90
| * strftime() in a bunch of placesBryan Newbold2019-04-038-26/+9
| * reviewable view; improvments to editgroup viewsBryan Newbold2019-04-036-12/+50
| * editgroup submit/mergeBryan Newbold2019-04-033-7/+113
| * fix config file whitespaceBryan Newbold2019-04-031-0/+1
| * tweak account page copyBryan Newbold2019-04-031-3/+3
| * better CSRF handling; restyle account pageBryan Newbold2019-04-034-5/+43
| * better warn/error loggingBryan Newbold2019-04-032-6/+6
| * handle local/dev env config betterBryan Newbold2019-04-031-5/+6
| * file editing templatesBryan Newbold2019-04-022-125/+147