| Age | Commit message (Collapse) | Author |
|
|
|
[fix] engine mediathekviewweb: replace http links by https
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
static files: add a hash as a query
|
|
[fix] engine: Semantic Scholar (Science) // rework & fix
|
|
Closes: https://github.com/searxng/searxng/issues/939
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
|
|
* allow to cache the static file forever
* avoid bugs when the static files are updated but not reloaded
|
|
[simple] switch to tablet layout when the screen width is stictly below 1280px
|
|
|
|
The previous value was 80em (1280px).
Some desktop screens have this resolution,
and tablet layout takes too much space in this configuration
This PR switch to the table layout for screen width strictly below 1280px.
Close https://github.com/searxng/searxng/issues/874
|
|
Update translations
|
|
82b357ae - 2022-03-02 - Markus Heiser <markus.heiser@darmarit.de>
5aa11c25 - 2022-03-02 - Markus Heiser <markus.heiser@darmarit.de>
c188070f - 2022-02-25 - OctopusET <sumoon@seoulsaram.org>
9b93e452 - 2022-02-26 - Markus Heiser <markus.heiser@darmarit.de>
2a286e9a - 2022-02-25 - OctopusET <sumoon@seoulsaram.org>
|
|
[simple] make checkboxes accessible
|
|
|
|
Do note that checkboxes in the engine tab are displayed reversed.
See: https://github.com/searxng/searxng/blob/3408d061aab9abc6168fec9bbc6deab71b236dac/searx/templates/simple/preferences.html#L313
A checkbox for an engine is checked when the engine is disabled.
|
|
Update searx.data - update_ahmia_blacklist.py
|
|
Update searx.data - update_firefox_version.py
|
|
Update searx.data - update_wikidata_units.py
|
|
Update searx.data - update_currencies.py
|
|
|
|
|
|
|
|
|
|
[fix] simple: categories: use media query detect touch screen
|
|
|
|
categories
|
|
related to https://github.com/searxng/searxng/issues/928
|
|
[simple theme] use flexbox instead of js for positioning images
|
|
|
|
* drop image_layout.js from simple theme
* move image_layout.js to oscar theme and delete common js dir (since its empty now)
* align top position of image detail modal with bottom position of search header
* use flexbox to display images; row height can be set via @results-image-row-height in defenitions.less
* display span title underneath each image with a max width of 12rem
* increase margin and padding around image article on desktop and tablet
* make article height smaller on phone layout (height of 6rem) to display more content on current view
* remove content from result, if the title and content matches
* use a group that cotains the flex image article, if images are mixed with other categories
* fix pylint issues in webapp.py
* use the default.html result template in unit tests (thanks @return42)
|
|
Search filters changes
|
|
|
|
Better search filters view on mobile.
|
|
Bump selenium from 4.1.0 to 4.1.2
|
|
Update translations
|
|
3ecf1edf - 2022-02-21 - Linerly <linerly@protonmail.com>
f6c9465b - 2022-02-23 - Markus Heiser <markus.heiser@darmarit.de>
988c0c74 - 2022-02-22 - Alexandre Flament <alex@al-f.net>
60fbd734 - 2022-02-22 - Markus Heiser <markus.heiser@darmarit.de>
|
|
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)
---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
[mod] add artwork to mixcloud & soundcloud engines
|
|
[fix] genius: add player and avoid exceptional programming
|
|
|
|
Suggested-by: @dalf https://github.com/searxng/searxng/pull/900#issuecomment-1046009057
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Add player:
- The players are just playing 30sec from the title. Some of the player will be
blocked because of a cross-origin request and some players will link to apple
when you press the play button.
Avoid exceptions and (and BTW improve results)
- ERROR searx.engines.genius : list index out of range
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
[mod] version formatting
|
|
Change SearXNG version formatting to YYYY.MM.DD-commit_hash
|
|
Convert the infinite_scroll plugin as a preference (second version)
|
|
|
|
* oscar theme: code from searx/plugins/infinite_scroll.py
* simple theme: new implementation
Co-authored-by: Markus Heiser <markus.heiser@darmarIT.de>
|
|
[mod] switch default theme from oscar to simple
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|