Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | front-page tweaks | Bryan Newbold | 2019-02-22 | 1 | -16/+29 |
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 4 | -20/+21 |
* | add general and container-specific stats | Bryan Newbold | 2019-02-22 | 3 | -3/+229 |
* | add CORS flask helper | Bryan Newbold | 2019-02-22 | 2 | -1/+51 |
* | add container search to prod front page | Bryan Newbold | 2019-02-20 | 1 | -1/+1 |
* | refactor entity searches | Bryan Newbold | 2019-02-20 | 4 | -78/+62 |
* | add container search | Bryan Newbold | 2019-02-20 | 3 | -8/+126 |
* | provenance, not progeny | Bryan Newbold | 2019-02-14 | 1 | -4/+4 |
* | about page copy editing | Bryan Newbold | 2019-02-14 | 1 | -39/+39 |
* | add photo attribution | Bryan Newbold | 2019-02-12 | 1 | -5/+5 |
* | word-wrap big DOIs | Bryan Newbold | 2019-02-12 | 1 | -2/+2 |
* | don't prefix URL with web.archive.org | Bryan Newbold | 2019-02-12 | 1 | -1/+1 |
* | search results: file_pdf_url -> best_pdf_url | Bryan Newbold | 2019-02-12 | 1 | -2/+2 |
* | auth required for creation; correct edit stub note | Bryan Newbold | 2019-02-07 | 2 | -1/+5 |
* | update front-page examples/links | Bryan Newbold | 2019-02-07 | 1 | -7/+16 |
* | update /about | Bryan Newbold | 2019-02-06 | 1 | -7/+18 |
* | draft an about page; move RFC to separate URL | Bryan Newbold | 2019-02-06 | 3 | -184/+291 |
* | update home page | Bryan Newbold | 2019-02-06 | 1 | -7/+38 |
* | add flash to 400 error pages | Bryan Newbold | 2019-02-05 | 1 | -2/+6 |
* | fix fulltext flag in search page (ES schema changed) | Bryan Newbold | 2019-02-05 | 1 | -1/+1 |
* | add 400 status page | Bryan Newbold | 2019-02-05 | 2 | -0/+17 |
* | fix file-to-release links | Bryan Newbold | 2019-02-05 | 1 | -2/+2 |
* | direct link to release (not DOI lookup) | Bryan Newbold | 2019-02-01 | 1 | -1/+1 |
* | fixes for new elastic transform view code | Bryan Newbold | 2019-02-01 | 2 | -4/+6 |
* | fix light grey bars in header CSS | Bryan Newbold | 2019-02-01 | 1 | -0/+4 |
* | better flask error pages | Bryan Newbold | 2019-02-01 | 6 | -1/+76 |
* | fix editgroup_id references | Bryan Newbold | 2019-02-01 | 3 | -3/+3 |
* | tweaks and fixes for new container extra schema | Bryan Newbold | 2019-02-01 | 3 | -43/+56 |
* | more ES index fixes | Bryan Newbold | 2019-01-28 | 2 | -2/+3 |
* | tweak crossref import, and update tests | Bryan Newbold | 2019-01-24 | 1 | -3/+3 |
* | remove coden and abbrev from python tools | Bryan Newbold | 2019-01-21 | 1 | -6/+0 |
* | make token logins (and cookies in general) work locally/dev | Bryan Newbold | 2019-01-17 | 1 | -5/+6 |
* | flash login warning if no credentials | Bryan Newbold | 2019-01-17 | 1 | -1/+3 |
* | more robust IA Xauth logging | Bryan Newbold | 2019-01-16 | 1 | -1/+4 |
* | hack pylint for unimplemented routes | Bryan Newbold | 2019-01-14 | 1 | -4/+4 |
* | allow null release_refs (as opposed to empty list) | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
* | no longer intend to create a 'wip' endpoint | Bryan Newbold | 2019-01-11 | 1 | -13/+1 |
* | start fixing webface for editgroup changes | Bryan Newbold | 2019-01-11 | 2 | -12/+10 |
* | use full-on autoaccept mode | Bryan Newbold | 2019-01-11 | 1 | -0/+0 |
* | get_editor_wip isn't implemented yet | Bryan Newbold | 2019-01-09 | 1 | -10/+11 |
* | partially revert raise_for_status() refactor | Bryan Newbold | 2019-01-08 | 1 | -1/+0 |
* | Merge branch 'bnewbold-crude-auth' | Bryan Newbold | 2019-01-08 | 12 | -22/+446 |
|\ | |||||
| * | send user to login page if they need to auth to continue | Bryan Newbold | 2019-01-08 | 1 | -0/+1 |
| * | decode GIT_REVISION earlier | Bryan Newbold | 2019-01-08 | 2 | -2/+2 |
| * | basic/crude IA login | Bryan Newbold | 2019-01-07 | 6 | -9/+101 |
| * | one-month default session; lock down cookies | Bryan Newbold | 2019-01-04 | 2 | -0/+8 |
| * | use .env for all config (and document it) | Bryan Newbold | 2019-01-04 | 2 | -1/+56 |
| * | basic OIDC auth working | Bryan Newbold | 2019-01-03 | 4 | -30/+44 |
| * | account page and renaming | Bryan Newbold | 2019-01-03 | 7 | -22/+85 |
| * | several auth improvements | Bryan Newbold | 2019-01-03 | 7 | -22/+163 |