aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/editing_routes.py
Commit message (Expand)AuthorAgeFilesLines
* web: work around remaining type annotation issuesBryan Newbold2021-11-031-0/+4
* web: add type annotationsBryan Newbold2021-11-031-74/+89
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-2/+1
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-215/+377
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-7/+7
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-9/+23
* web: reduce flash() usage; have logins redirectBryan Newbold2021-02-261-5/+1
* implement webface entity deletionBryan Newbold2020-07-311-27/+202
* wire up new TOML viewsBryan Newbold2020-07-301-42/+151
* editing: more 'raise' status instead of 'abort()'Bryan Newbold2020-07-301-1/+1
* generic helpers for TOML editing routesBryan Newbold2020-07-301-9/+174
* error handling: use 400 page with error passed instead of flash()Bryan Newbold2020-07-281-4/+2
* convert some API errors from abort() to raiseBryan Newbold2020-07-281-7/+7
* lint (flake8) web interface python filesBryan Newbold2020-07-011-13/+9
* refactor all python source for client lib nameBryan Newbold2019-09-051-2/+2
* 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