aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/editing_routes.py
Commit message (Expand)AuthorAgeFilesLines
* implement major refactor for other entity typesBryan Newbold2019-06-131-148/+107
* get rid of active_editgroup_id cookieBryan Newbold2019-06-131-12/+6
* editgroup selection as drop-downBryan Newbold2019-06-131-16/+23
* continue large refactors of entity viewsBryan Newbold2019-06-121-57/+155
* python implBryan Newbold2019-05-141-9/+6
* propagate editgroup_id errors correctlyBryan Newbold2019-04-091-0/+12
* partial checking of editgroup_id checking when editingBryan Newbold2019-04-091-1/+3
* 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-041-8/+8
* explicit 404 on un-implemented editing pagesBryan Newbold2019-04-041-3/+3
* create app.log explicitlyBryan Newbold2019-04-031-14/+14
* file basic editing; several cleanupsBryan Newbold2019-04-021-54/+112
* refactor release+container editing routesBryan Newbold2019-04-021-64/+58
* fix CSRF for WTF formsBryan Newbold2019-04-021-13/+4
* basic container create/edit formsBryan Newbold2019-04-021-25/+81
* refactor editing routes into separate fileBryan Newbold2019-04-021-0/+170