aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/web.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* i18n: enable French and Spanish (fr, es)Bryan Newbold2020-10-151-1/+1
* i18n: enable arabic (ar)Bryan Newbold2020-10-141-1/+1
* Upgrade Dynaconf to 3+Bruno Rocha2020-10-051-1/+1
* add Russian (ru) as interface optionBryan Newbold2020-10-051-1/+1
* small lint fixBryan Newbold2020-09-171-1/+1
* web robots.txtBryan Newbold2020-09-151-0/+13
* fmt/lint tweaksBryan Newbold2020-08-121-1/+0
* don't print config; make fmtBryan Newbold2020-08-061-3/+7
* report ES API query time as server-timing headerBryan Newbold2020-08-061-1/+9
* fix lint errors (and some small bugs)Bryan Newbold2020-06-291-7/+7
* start some annotaition fixes for pytypeBryan Newbold2020-06-031-2/+2
* flake8-annotation lintingBryan Newbold2020-06-031-7/+7
* flake8 fixes (partial)Bryan Newbold2020-06-031-4/+2
* reformat python code with blackBryan Newbold2020-06-031-19/+45
* start fleshing out /about and /helpBryan Newbold2020-06-031-0/+5
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-211-3/+3
* search query improvementsBryan Newbold2020-05-211-12/+34
* less whitespace in jinja2 outputBryan Newbold2020-05-211-0/+4
* skeleton of basic search, using covid19 indexBryan Newbold2020-05-131-5/+18
* very hack-y i18n support in jinja2 templatesBryan Newbold2020-05-121-16/+78
* fastapi infrastructureBryan Newbold2020-05-121-0/+79