Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web toml editing: remove sub-entities from TOML | Bryan Newbold | 2020-09-17 | 1 | -0/+4 |
| | |||||
* | editing: withdrawn_status, release_year | Bryan Newbold | 2020-07-31 | 1 | -18/+24 |
| | |||||
* | release form validators and tweak labels | Bryan Newbold | 2020-07-31 | 1 | -8/+37 |
| | |||||
* | fix typo bug resulting in lost/bad ext_id web edits | Bryan Newbold | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | remove some meta-fields from TOML form (all entities) | Bryan Newbold | 2020-07-30 | 1 | -1/+5 |
| | |||||
* | generic helpers for TOML editing routes | Bryan Newbold | 2020-07-30 | 1 | -1/+27 |
| | |||||
* | lint (flake8) web interface python files | Bryan Newbold | 2020-07-01 | 1 | -3/+2 |
| | |||||
* | consistently use raw string prefix for regex | Bryan Newbold | 2020-04-17 | 1 | -1/+1 |
| | |||||
* | spn: incluce link_source/link_source_id in ingest request | Bryan Newbold | 2019-12-20 | 1 | -0/+2 |
| | |||||
* | update ingest request schema | Bryan Newbold | 2019-12-13 | 1 | -6/+8 |
| | | | | | This is mostly changing ingest_type from 'file' to 'pdf', and adding 'link_source'/'link_source_id', plus some small cleanups. | ||||
* | initial 'Save Paper Now' web form | Bryan Newbold | 2019-12-12 | 1 | -0/+47 |
| | |||||
* | make file edit form hash values case insensitive | Bryan Newbold | 2019-12-02 | 1 | -0/+3 |
| | | | | | | | Test in previous commit. This fixes a user-reported 500 error when creating a file with SHA1/SHA256/MD5 hashes in upper-case. | ||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | container type: journal display as 'Scholarly Journal' | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | clarify default blank form fields | Bryan Newbold | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | additional container webface edit fields | Bryan Newbold | 2019-09-03 | 1 | -8/+31 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -3/+3 |
| | |||||
* | partial python impl of ext_id and release_stage refactors | Bryan Newbold | 2019-05-13 | 1 | -7/+17 |
| | |||||
* | web editing of container urls | Bryan Newbold | 2019-04-04 | 1 | -5/+19 |
| | |||||
* | forms.py: annotate static methods | Bryan Newbold | 2019-04-03 | 1 | -0/+3 |
| | |||||
* | file basic editing; several cleanups | Bryan Newbold | 2019-04-02 | 1 | -19/+42 |
| | | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display) | ||||
* | basic container create/edit forms | Bryan Newbold | 2019-04-02 | 1 | -0/+126 |
| | |||||
* | basic release editing | Bryan Newbold | 2019-04-01 | 1 | -8/+29 |
| | |||||
* | basic working release creation | Bryan Newbold | 2019-04-01 | 1 | -7/+68 |
| | |||||
* | major progress on release create form | Bryan Newbold | 2019-03-21 | 1 | -0/+81 |