aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* have webcapture wayback links go right to capture (not calendar)Bryan Newbold2019-04-095-21/+40
|
* squelch authlib.specs deprecation warningBryan Newbold2019-04-091-0/+1
|
* 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
|
* test for macaroon regressionBryan Newbold2019-04-091-0/+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
|
* work around pylint/responses errorBryan Newbold2019-04-041-0/+3
| | | | | Known problem with reponses and dynamic functions. See also: https://github.com/getsentry/responses/issues/74
* 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-048-11/+128
|
* revert back to earlier stats datetimeBryan Newbold2019-04-041-1/+1
| | | | Caught in testing
* TODO: handle 'already merged' in edit forms betterBryan Newbold2019-04-041-1/+4
|
* test api helpers (found bug)Bryan Newbold2019-04-042-5/+25
| | | | | | It seems that public_api() doesn't get isolated from authenticated_api(), even in different tests. I suspect this is due to using DefaultAPI to create client.
* test already-merged editgroup_id (via web form)Bryan Newbold2019-04-041-2/+14
|
* add basic tests for a bunch of form handling codeBryan Newbold2019-04-041-17/+137
|
* disable CSRF in unit testsBryan Newbold2019-04-041-0/+1
|
* default to showing INFO log lines for failed testsBryan Newbold2019-04-041-0/+2
|
* correct a number of response codesBryan Newbold2019-04-041-9/+31
|
* many web test improvementsBryan Newbold2019-04-048-36/+165
|
* fix edit forms requiring loginsBryan Newbold2019-04-041-3/+4
|
* warn() -> warning() (deprecated)Bryan Newbold2019-04-042-13/+13
|
* squelch another dep warningBryan Newbold2019-04-041-1/+4
|
* 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
|
* start improving webface test coverageBryan Newbold2019-04-044-118/+207
|
* pytest improvements: squelch raven deprecation; run pylintBryan Newbold2019-04-043-35/+28
|
* more citation styles, and testsBryan Newbold2019-04-043-1/+12
|
* link to BibTeX (and test this)Bryan Newbold2019-04-042-1/+38
|
* Merge branch 'bnewbold-forms'Bryan Newbold2019-04-0434-605/+1702
|\
| * better gitignoreBryan Newbold2019-04-031-0/+2
| |
| * 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
| |
| * fix unit test for /health.jsonBryan Newbold2019-04-031-1/+1
| |
| * 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-034-51/+77
| |
| * 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
| |