Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor entity searches | Bryan Newbold | 2019-02-20 | 4 | -78/+62 | |
| | ||||||
* | add container search | Bryan Newbold | 2019-02-20 | 3 | -8/+126 | |
| | | | | | | | And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored | |||||
* | provenance, not progeny | Bryan Newbold | 2019-02-14 | 1 | -4/+4 | |
| | ||||||
* | about page copy editing | Bryan Newbold | 2019-02-14 | 1 | -39/+39 | |
| | | | | Thanks Lucy! | |||||
* | 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 | |
| | | | | | "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev) | |||||
* | 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 | |
| | | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent. | |||||
* | 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 | |
| | | | | | | | | Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description. | |||||
* | 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 | |
| | | | | Doesn't work with Flask wrapper, of course. | |||||
* | Merge branch 'bnewbold-crude-auth' | Bryan Newbold | 2019-01-08 | 12 | -22/+446 | |
|\ | | | | | | | | | Fixed a conflict in: python/fatcat_export.py | |||||
| * | 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 | |
| | | ||||||
| * | start on webface oauth2/oidc web auth | Bryan Newbold | 2019-01-02 | 3 | -1/+51 | |
| | | ||||||
* | | check request status codes idiomatically | Bryan Newbold | 2018-12-29 | 1 | -0/+1 | |
|/ | ||||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 2 | -112/+0 | |
| | | | | Will replace with elasticsearch-based dash in webface | |||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 4 | -6/+13 | |
| | ||||||
* | start handling redirects and deletions in webface | Bryan Newbold | 2018-12-21 | 2 | -0/+63 | |
| |