summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* spn: incluce link_source/link_source_id in ingest requestBryan Newbold2019-12-201-0/+2
|
* update ingest request schemaBryan Newbold2019-12-131-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 formBryan Newbold2019-12-121-0/+47
|
* make file edit form hash values case insensitiveBryan Newbold2019-12-021-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 nameBryan Newbold2019-09-051-1/+1
|
* container type: journal display as 'Scholarly Journal'Bryan Newbold2019-09-051-1/+1
|
* clarify default blank form fieldsBryan Newbold2019-09-031-3/+3
|
* additional container webface edit fieldsBryan Newbold2019-09-031-8/+31
|
* python implBryan Newbold2019-05-141-3/+3
|
* partial python impl of ext_id and release_stage refactorsBryan Newbold2019-05-131-7/+17
|
* web editing of container urlsBryan Newbold2019-04-041-5/+19
|
* forms.py: annotate static methodsBryan Newbold2019-04-031-0/+3
|
* file basic editing; several cleanupsBryan Newbold2019-04-021-19/+42
| | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display)
* basic container create/edit formsBryan Newbold2019-04-021-0/+126
|
* basic release editingBryan Newbold2019-04-011-8/+29
|
* basic working release creationBryan Newbold2019-04-011-7/+68
|
* major progress on release create formBryan Newbold2019-03-211-0/+81