aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/web.py
Commit message (Expand)AuthorAgeFilesLines
* small tweaks to RSS feedBryan Newbold2022-03-251-1/+3
* initial implementation of RSS search feedsBryan Newbold2022-03-251-0/+59
* i18n templates are a global, so capitalizeBryan Newbold2022-03-011-8/+8
* web: update docs for LangPrefixBryan Newbold2022-01-111-4/+6
* codespell fixesBryan Newbold2021-11-241-1/+1
* make fmt (black 21.9b0)Bryan Newbold2021-10-271-7/+19
* re-style imports (isort) on all core python filesBryan Newbold2021-10-271-16/+15
* mark TODOs inlineBryan Newbold2021-10-121-0/+2
* web: access_redirect_fallback mechanismBryan Newbold2021-07-261-66/+160
* update access redirect URL endpointsBryan Newbold2021-06-111-32/+51
* lint: ignore mypy on some template importsBryan Newbold2021-06-021-2/+2
* web: fixes to access redirect endpointsBryan Newbold2021-05-191-1/+6
* enable Greek (el) translation (still partial)Bryan Newbold2021-05-181-0/+1
* iterate on PDF redirect linksBryan Newbold2021-05-171-31/+34
* enable initial Korean (ko) web interface translationBryan Newbold2021-04-301-0/+1
* web: sitemap.xml servingBryan Newbold2021-04-291-0/+6
* iterate on access redirects and landing page implementationBryan Newbold2021-04-271-0/+1
* web: initial implementation of work landing page and citation_pdf_url access ...Bryan Newbold2021-04-231-2/+90
* change health check from .exists(index) to .mapping(index)Bryan Newbold2021-04-061-2/+2
* make fmtBryan Newbold2021-03-291-1/+10
* don't use async endpoints for sync implementationsBryan Newbold2021-03-291-3/+3
* web and API health check endpointBryan Newbold2021-03-291-4/+6
* web: small typosBryan Newbold2021-03-251-2/+14
* implement additional translation languagesBryan Newbold2021-03-231-1/+14
* update to v0.2.0v0.2.0Bryan Newbold2021-03-231-1/+1
* web: respond to HTTP HEAD / (for uptime monitoring)Bryan Newbold2021-03-051-0/+7
* Revert undesirable changesChristian Clauss2021-02-231-4/+4
* Modernize Python syntax with pyupgrade --py38-plus **/*.pyChristian Clauss2021-02-231-4/+4
* fmt and lint fixes (including one actual bug)Bryan Newbold2021-02-151-2/+2
* allow simple GET CORS requestsBryan Newbold2021-02-111-0/+9
* api: handle null 'q' parameter on search endpointBryan Newbold2021-02-111-0/+2
* i18n: use babel.numbers.format_number() in web interfaceBryan Newbold2021-01-251-0/+2
* revert jinja2 i18n trimmed flag (not correct place)Bryan Newbold2021-01-221-2/+0
* jinja2: attempt to enable trans trimming by defaultBryan Newbold2021-01-221-0/+2
* add citation query feature (disabled by default)Bryan Newbold2021-01-191-3/+3
* lint: fix small bugs and type annotationsBryan Newbold2021-01-181-3/+3
* make fmtBryan Newbold2021-01-151-8/+13
* api: fix /search test, and mypy error on implementationBryan Newbold2021-01-151-11/+11
* api: add type annotations for /search responseBryan Newbold2021-01-141-4/+29
* fastapi: /favicon.ico handlerBryan Newbold2021-01-141-1/+5
* fastapi: add basic error/exception handler and pageBryan Newbold2021-01-141-1/+30
* i18n: add web interface support for 'hr' (Croatian)Bryan Newbold2020-11-181-1/+1
* web: fix ngettext() i18n wrapperBryan Newbold2020-11-051-2/+2
* web: fix lang detection (include 'en')Bryan Newbold2020-10-281-1/+1
* basic test for issue-db pipelineBryan Newbold2020-10-231-12/+17
* web: basic Accept-Language HTTP negotiationBryan Newbold2020-10-221-1/+12
* remove minor unused importsBryan Newbold2020-10-221-1/+0
* remove spurious debugging print() in robots.txt handlerBryan Newbold2020-10-211-1/+0
* set up sentry exception handlingBryan Newbold2020-10-211-3/+26
* enable Norwegian (nb) in web interfaceBryan Newbold2020-10-191-1/+1