| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
Via Lighthouse. Apparently destination pages can reach-back to the
opening window via JS API. Weird!
Note that instead of noreferrer, we have a meta tag to have off-domain
(off-origin) links only include the origin name (eg, hostname) instead
of full URL with query paths. So we don't forward user queries to
non-archive.org domains.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 88.3% (53 of 60 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
|
|
|
|
|
|
|
| |
Currently translated at 81.6% (49 of 60 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
|
|
|
|
|
|
|
| |
Currently translated at 95.0% (57 of 60 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
|
|
|
|
|
|
|
| |
Currently translated at 74.5% (41 of 55 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
|
|
|
|
|
|
| |
In dynaconf 3+ it is no more recommended to use `from dynaconf import
settings` now the recommendation is to create your own instance of the
settings object based on Dynaconf class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 90.9% (50 of 55 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (55 of 55 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
|
|
|
|
|
|
|
| |
Currently translated at 74.5% (41 of 55 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
|
|
|
|
|
|
|
| |
Currently translated at 83.6% (46 of 55 strings)
Translation: Internet Archive/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit dbd7f83b4b6ea364ec0f86bed2a75def216aebbe.
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 73.2% (41 of 56 strings)
Translation: Internet Archive Services and Tools/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
|
|
|
|
|
|
|
| |
Currently translated at 73.2% (41 of 56 strings)
Translation: Internet Archive Services and Tools/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
|
|
|
|
|
|
|
| |
Currently translated at 73.2% (41 of 56 strings)
Translation: Internet Archive Services and Tools/Archive Scholar (web interface)
Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
If query is a single token which looks like a valid PMCID or DOI, with
no surrounding quotes, then expand scope and filter to that single
external identifier.
|
|
|
|
|
| |
The performance benefit here is probably negligable, but giving it a
try to improve first page load times.
|
|
|
|
|
|
|
|
|
|
| |
There is/was an issue in starlette repo about having url_for() do the
right thing when behind a reverse proxy:
https://github.com/encode/starlette/issues/538#issuecomment-548795041
but really there is no need, we can just point to the static assets
directly.
|
| |
|
|
|
|
| |
Two variants depending on environment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|