aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Collapse)AuthorAgeFilesLines
* don't wayback file download links (on file pages)Bryan Newbold2019-02-281-1/+1
|
* band-aid editgroups/changelog views a bitBryan Newbold2019-02-284-11/+26
| | | | Commiting fixes from last week.
* fix domain boldingBryan Newbold2019-02-281-2/+1
|
* bunch of entity view updatesBryan Newbold2019-02-226-156/+237
|
* rework container page (search, stats)Bryan Newbold2019-02-222-5/+47
|
* front-page tweaksBryan Newbold2019-02-221-16/+29
|
* bunch of lint/whitespace cleanupsBryan Newbold2019-02-224-20/+21
|
* add general and container-specific statsBryan Newbold2019-02-223-3/+229
|
* add CORS flask helperBryan Newbold2019-02-222-1/+51
|
* add container search to prod front pageBryan Newbold2019-02-201-1/+1
|
* refactor entity searchesBryan Newbold2019-02-204-78/+62
|
* add container searchBryan Newbold2019-02-203-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 progenyBryan Newbold2019-02-141-4/+4
|
* about page copy editingBryan Newbold2019-02-141-39/+39
| | | | Thanks Lucy!
* add photo attributionBryan Newbold2019-02-121-5/+5
|
* word-wrap big DOIsBryan Newbold2019-02-121-2/+2
|
* don't prefix URL with web.archive.orgBryan Newbold2019-02-121-1/+1
|
* search results: file_pdf_url -> best_pdf_urlBryan Newbold2019-02-121-2/+2
|
* auth required for creation; correct edit stub noteBryan Newbold2019-02-072-1/+5
|
* update front-page examples/linksBryan Newbold2019-02-071-7/+16
|
* update /aboutBryan Newbold2019-02-061-7/+18
|
* draft an about page; move RFC to separate URLBryan Newbold2019-02-063-184/+291
|
* update home pageBryan Newbold2019-02-061-7/+38
| | | | | "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev)
* add flash to 400 error pagesBryan Newbold2019-02-051-2/+6
|
* fix fulltext flag in search page (ES schema changed)Bryan Newbold2019-02-051-1/+1
|
* add 400 status pageBryan Newbold2019-02-052-0/+17
|
* fix file-to-release linksBryan Newbold2019-02-051-2/+2
|
* direct link to release (not DOI lookup)Bryan Newbold2019-02-011-1/+1
| | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent.
* fixes for new elastic transform view codeBryan Newbold2019-02-012-4/+6
|
* fix light grey bars in header CSSBryan Newbold2019-02-011-0/+4
|
* better flask error pagesBryan Newbold2019-02-016-1/+76
|
* fix editgroup_id referencesBryan Newbold2019-02-013-3/+3
|
* tweaks and fixes for new container extra schemaBryan Newbold2019-02-013-43/+56
|
* more ES index fixesBryan Newbold2019-01-282-2/+3
|
* tweak crossref import, and update testsBryan Newbold2019-01-241-3/+3
|
* remove coden and abbrev from python toolsBryan Newbold2019-01-211-6/+0
|
* make token logins (and cookies in general) work locally/devBryan Newbold2019-01-171-5/+6
|
* flash login warning if no credentialsBryan Newbold2019-01-171-1/+3
|
* more robust IA Xauth loggingBryan Newbold2019-01-161-1/+4
|
* hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
|
* allow null release_refs (as opposed to empty list)Bryan Newbold2019-01-111-1/+1
|
* no longer intend to create a 'wip' endpointBryan Newbold2019-01-111-13/+1
|
* start fixing webface for editgroup changesBryan Newbold2019-01-112-12/+10
|
* use full-on autoaccept modeBryan Newbold2019-01-111-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 yetBryan Newbold2019-01-091-10/+11
|
* partially revert raise_for_status() refactorBryan Newbold2019-01-081-1/+0
| | | | Doesn't work with Flask wrapper, of course.
* Merge branch 'bnewbold-crude-auth'Bryan Newbold2019-01-0812-22/+446
|\ | | | | | | | | Fixed a conflict in: python/fatcat_export.py
| * send user to login page if they need to auth to continueBryan Newbold2019-01-081-0/+1
| |
| * decode GIT_REVISION earlierBryan Newbold2019-01-082-2/+2
| |
| * basic/crude IA loginBryan Newbold2019-01-076-9/+101
| |