Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement webface entity deletion | Bryan Newbold | 2020-07-31 | 1 | -27/+202 |
| | |||||
* | wire up new TOML views | Bryan Newbold | 2020-07-30 | 1 | -42/+151 |
| | |||||
* | editing: more 'raise' status instead of 'abort()' | Bryan Newbold | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | generic helpers for TOML editing routes | Bryan Newbold | 2020-07-30 | 1 | -9/+174 |
| | |||||
* | error handling: use 400 page with error passed instead of flash() | Bryan Newbold | 2020-07-28 | 1 | -4/+2 |
| | |||||
* | convert some API errors from abort() to raise | Bryan Newbold | 2020-07-28 | 1 | -7/+7 |
| | |||||
* | lint (flake8) web interface python files | Bryan Newbold | 2020-07-01 | 1 | -13/+9 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | implement major refactor for other entity types | Bryan Newbold | 2019-06-13 | 1 | -148/+107 |
| | |||||
* | get rid of active_editgroup_id cookie | Bryan Newbold | 2019-06-13 | 1 | -12/+6 |
| | |||||
* | editgroup selection as drop-down | Bryan Newbold | 2019-06-13 | 1 | -16/+23 |
| | |||||
* | continue large refactors of entity views | Bryan Newbold | 2019-06-12 | 1 | -57/+155 |
| | | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views | ||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -9/+6 |
| | |||||
* | propagate editgroup_id errors correctly | Bryan Newbold | 2019-04-09 | 1 | -0/+12 |
| | |||||
* | partial checking of editgroup_id checking when editing | Bryan Newbold | 2019-04-09 | 1 | -1/+3 |
| | |||||
* | correct a number of response codes | Bryan Newbold | 2019-04-04 | 1 | -9/+31 |
| | |||||
* | fix edit forms requiring logins | Bryan Newbold | 2019-04-04 | 1 | -3/+4 |
| | |||||
* | warn() -> warning() (deprecated) | Bryan Newbold | 2019-04-04 | 1 | -8/+8 |
| | |||||
* | explicit 404 on un-implemented editing pages | Bryan Newbold | 2019-04-04 | 1 | -3/+3 |
| | |||||
* | create app.log explicitly | Bryan Newbold | 2019-04-03 | 1 | -14/+14 |
| | |||||
* | file basic editing; several cleanups | Bryan Newbold | 2019-04-02 | 1 | -54/+112 |
| | | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display) | ||||
* | refactor release+container editing routes | Bryan Newbold | 2019-04-02 | 1 | -64/+58 |
| | |||||
* | fix CSRF for WTF forms | Bryan Newbold | 2019-04-02 | 1 | -13/+4 |
| | |||||
* | basic container create/edit forms | Bryan Newbold | 2019-04-02 | 1 | -25/+81 |
| | |||||
* | refactor editing routes into separate file | Bryan Newbold | 2019-04-02 | 1 | -0/+170 |