Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix author sort order on release view | Bryan Newbold | 2019-04-18 | 1 | -1/+3 |
| | | | | | | My sorting function was too clever, so I made it even more clever. Closes #27; thanks @ibnesayeed for the report. | ||||
* | fixes to home page | Bryan Newbold | 2019-04-10 | 1 | -12/+7 |
| | |||||
* | bugfix and special case for orcid logins | Bryan Newbold | 2019-04-10 | 1 | -1/+6 |
| | |||||
* | re-enable ORCiD login | Bryan Newbold | 2019-04-10 | 2 | -11/+7 |
| | |||||
* | github login via OAuth, not OIDC | Bryan Newbold | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | IA login button as actual form input/submit | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | fix google typo (freudian) | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | fix login display (google logo and disable orcid) | Bryan Newbold | 2019-04-09 | 1 | -5/+8 |
| | |||||
* | more MWOAuth hackery | Bryan Newbold | 2019-04-09 | 1 | -7/+9 |
| | |||||
* | crude mostly-working wikipedia (mediawiki) login | Bryan Newbold | 2019-04-09 | 5 | -10/+82 |
| | |||||
* | resyle login views | Bryan Newbold | 2019-04-09 | 6 | -34/+112 |
| | |||||
* | Merge branch 'bnewbold-review-bots' | Bryan Newbold | 2019-04-09 | 9 | -4/+28 |
|\ | |||||
| * | diplay extra metadata, disposition in annotations | Bryan Newbold | 2019-04-06 | 1 | -3/+21 |
| | | |||||
| * | remove title from metadata macro | Bryan Newbold | 2019-04-06 | 8 | -1/+7 |
| | | |||||
* | | have webcapture wayback links go right to capture (not calendar) | Bryan Newbold | 2019-04-09 | 5 | -21/+40 |
| | | |||||
* | | temporary hack to remove ext-link XML in refs | Bryan Newbold | 2019-04-09 | 2 | -0/+25 |
| | | |||||
* | | 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 | 2 | -1/+6 |
| | | |||||
* | | verify auth on account page (via auth_check()) | Bryan Newbold | 2019-04-09 | 1 | -1/+5 |
|/ | |||||
* | fix container url form width | Bryan Newbold | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | add error displays in release and file list forms | Bryan Newbold | 2019-04-04 | 2 | -1/+3 |
| | |||||
* | web editing of container urls | Bryan Newbold | 2019-04-04 | 3 | -5/+119 |
| | |||||
* | better error responses for username change form | Bryan Newbold | 2019-04-04 | 1 | -3/+7 |
| | |||||
* | improve test coverage | Bryan Newbold | 2019-04-04 | 1 | -5/+10 |
| | |||||
* | revert back to earlier stats datetime | Bryan Newbold | 2019-04-04 | 1 | -1/+1 |
| | | | | Caught in testing | ||||
* | 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 | 2 | -13/+13 |
| | |||||
* | 404 (not 500) from unimplemented lookups | Bryan Newbold | 2019-04-04 | 1 | -2/+7 |
| | |||||
* | fix extid lookup bugs | Bryan Newbold | 2019-04-04 | 1 | -0/+3 |
| | |||||
* | explicit 404 on un-implemented editing pages | Bryan Newbold | 2019-04-04 | 1 | -3/+3 |
| | |||||
* | more citation styles, and tests | Bryan Newbold | 2019-04-04 | 2 | -0/+5 |
| | |||||
* | link to BibTeX (and test this) | Bryan Newbold | 2019-04-04 | 1 | -1/+12 |
| | |||||
* | Merge branch 'bnewbold-forms' | Bryan Newbold | 2019-04-04 | 30 | -554/+1615 |
|\ | |||||
| * | fix exception log var names | Bryan Newbold | 2019-04-03 | 1 | -3/+3 |
| | | |||||
| * | create app.log explicitly | Bryan Newbold | 2019-04-03 | 4 | -30/+32 |
| | | |||||
| * | forms.py: annotate static methods | Bryan Newbold | 2019-04-03 | 1 | -0/+3 |
| | | |||||
| * | editor-specific annotation view | Bryan Newbold | 2019-04-03 | 4 | -3/+47 |
| | | |||||
| * | small UI tweaks for editgroups/account | Bryan Newbold | 2019-04-03 | 8 | -21/+49 |
| | | |||||
| * | markdown rendering of comments/annotations | Bryan Newbold | 2019-04-03 | 2 | -1/+11 |
| | | |||||
| * | basic annotation view/create | Bryan Newbold | 2019-04-03 | 2 | -12/+90 |
| | | |||||
| * | strftime() in a bunch of places | Bryan Newbold | 2019-04-03 | 8 | -26/+9 |
| | | |||||
| * | reviewable view; improvments to editgroup views | Bryan Newbold | 2019-04-03 | 6 | -12/+50 |
| | | |||||
| * | editgroup submit/merge | Bryan Newbold | 2019-04-03 | 3 | -7/+113 |
| | | |||||
| * | fix config file whitespace | Bryan Newbold | 2019-04-03 | 1 | -0/+1 |
| | | |||||
| * | tweak account page copy | Bryan Newbold | 2019-04-03 | 1 | -3/+3 |
| | | |||||
| * | better CSRF handling; restyle account page | Bryan Newbold | 2019-04-03 | 4 | -5/+43 |
| | | |||||
| * | better warn/error logging | Bryan Newbold | 2019-04-03 | 2 | -6/+6 |
| | | |||||
| * | handle local/dev env config better | Bryan Newbold | 2019-04-03 | 1 | -5/+6 |
| | | |||||
| * | file editing templates | Bryan Newbold | 2019-04-02 | 2 | -125/+147 |
| | |