Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default container stats by ident, not issnl | Bryan Newbold | 2019-08-12 | 1 | -1/+19 |
| | |||||
* | complete generic entity rev views | Bryan Newbold | 2019-06-28 | 1 | -28/+14 |
| | | | | | | Was getting 500s in production from crawlers. Also expand test coverage. | ||||
* | include _metadata in editgroup views also | Bryan Newbold | 2019-06-14 | 1 | -0/+4 |
| | |||||
* | refactor all entities to new UI style | Bryan Newbold | 2019-06-13 | 1 | -18/+128 |
| | |||||
* | fixes after rebase | Bryan Newbold | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | start work on 'generic' search box | Bryan Newbold | 2019-06-13 | 1 | -4/+26 |
| | |||||
* | entity view tweaks | Bryan Newbold | 2019-06-13 | 1 | -3/+7 |
| | |||||
* | experiment with entity view tabs | bnewbold | 2019-06-13 | 1 | -0/+12 |
| | |||||
* | implement major refactor for other entity types | Bryan Newbold | 2019-06-13 | 1 | -115/+90 |
| | |||||
* | get rid of active_editgroup_id cookie | Bryan Newbold | 2019-06-13 | 1 | -3/+0 |
| | |||||
* | container revision view | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | continue large refactors of entity views | Bryan Newbold | 2019-06-12 | 1 | -5/+21 |
| | | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views | ||||
* | start refactoring entity view routes | Bryan Newbold | 2019-06-11 | 1 | -202/+134 |
| | |||||
* | fixes to lookup views | Bryan Newbold | 2019-06-05 | 1 | -2/+2 |
| | |||||
* | more lookup views | Bryan Newbold | 2019-06-05 | 1 | -10/+74 |
| | |||||
* | release lookup view | Bryan Newbold | 2019-06-05 | 1 | -9/+20 |
| | |||||
* | arxiv abstracts latex hack | Bryan Newbold | 2019-05-22 | 1 | -0/+4 |
| | |||||
* | webface lookups for jstor, arxiv | Bryan Newbold | 2019-05-22 | 1 | -1/+2 |
| | |||||
* | simplify file/fileset/webcapture views with release expansion | Bryan Newbold | 2019-05-20 | 1 | -24/+4 |
| | |||||
* | partial python impl of ext_id and release_stage refactors | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | crude mostly-working wikipedia (mediawiki) login | Bryan Newbold | 2019-04-09 | 1 | -2/+15 |
| | |||||
* | resyle login views | Bryan Newbold | 2019-04-09 | 1 | -5/+0 |
| | |||||
* | have webcapture wayback links go right to capture (not calendar) | Bryan Newbold | 2019-04-09 | 1 | -6/+7 |
| | |||||
* | temporary hack to remove ext-link XML in refs | Bryan Newbold | 2019-04-09 | 1 | -0/+10 |
| | |||||
* | partial checking of editgroup_id checking when editing | Bryan Newbold | 2019-04-09 | 1 | -0/+3 |
| | |||||
* | verify auth on account page (via auth_check()) | Bryan Newbold | 2019-04-09 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | more citation styles, and tests | Bryan Newbold | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | fix exception log var names | Bryan Newbold | 2019-04-03 | 1 | -3/+3 |
| | |||||
* | create app.log explicitly | Bryan Newbold | 2019-04-03 | 1 | -10/+10 |
| | |||||
* | editor-specific annotation view | Bryan Newbold | 2019-04-03 | 1 | -2/+10 |
| | |||||
* | small UI tweaks for editgroups/account | Bryan Newbold | 2019-04-03 | 1 | -2/+7 |
| | |||||
* | basic annotation view/create | Bryan Newbold | 2019-04-03 | 1 | -6/+38 |
| | |||||
* | reviewable view; improvments to editgroup views | Bryan Newbold | 2019-04-03 | 1 | -0/+9 |
| | |||||
* | editgroup submit/merge | Bryan Newbold | 2019-04-03 | 1 | -3/+66 |
| | |||||
* | better CSRF handling; restyle account page | Bryan Newbold | 2019-04-03 | 1 | -0/+10 |
| | |||||
* | file basic editing; several cleanups | Bryan Newbold | 2019-04-02 | 1 | -4/+5 |
| | | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display) | ||||
* | refactor editing routes into separate file | Bryan Newbold | 2019-04-02 | 1 | -165/+0 |
| | |||||
* | fix webface changelog; health.json is a pseudo-API | Bryan Newbold | 2019-04-02 | 1 | -6/+7 |
| | |||||
* | basic release editing | Bryan Newbold | 2019-04-01 | 1 | -6/+44 |
| | |||||
* | basic working release creation | Bryan Newbold | 2019-04-01 | 1 | -12/+32 |
| | |||||
* | major progress on release create form | Bryan Newbold | 2019-03-21 | 1 | -14/+16 |
| | |||||
* | expose bibtex and citeproc; revert /unstable/ prefixes | Bryan Newbold | 2019-03-18 | 1 | -3/+32 |
| | |||||
* | some API-like routes are unstable | Bryan Newbold | 2019-03-18 | 1 | -16/+19 |
| | |||||
* | fix release/author breakage when index isn't set | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | improve/fix deleted entity view | Bryan Newbold | 2019-03-02 | 1 | -7/+7 |
| |