summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-08[enh] simple: basic ARIA fixesAlexandre Flament
2022-03-07Merge pull request #947 from return42/fix-mvwMarkus Heiser
[fix] engine mediathekviewweb: replace http links by https
2022-03-07[fix] engine mediathekviewweb: replace http links by httpsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-05Merge pull request #932 from dalf/static-file-hashAlexandre Flament
static files: add a hash as a query
2022-03-05Merge pull request #944 from return42/fix-939Markus Heiser
[fix] engine: Semantic Scholar (Science) // rework & fix
2022-03-05[fix] engine: Semantic Scholar (Science) // rework & fixMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/939 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-05[docker] change static-expires to one yearAlexandre Flament
2022-03-05[mod] URL for the static file contains the sha1Alexandre Flament
* allow to cache the static file forever * avoid bugs when the static files are updated but not reloaded
2022-03-04Merge pull request #943 from dalf/fix-874Alexandre Flament
[simple] switch to tablet layout when the screen width is stictly below 1280px
2022-03-04[build] /staticAlexandre FLAMENT
2022-03-04[simple] switch to the tablet layout at 79.75emAlexandre FLAMENT
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
2022-03-04Merge pull request #942 from searxng/translations_updateMarkus Heiser
Update translations
2022-03-04[translations] update from Weblatesearxng-bot
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>
2022-03-02Merge pull request #927 from dalf/simple-checkboxPaul Braeuning
[simple] make checkboxes accessible
2022-03-02[build] /staticAlexandre FLAMENT
2022-03-02[simple] checkboxes can get the focusableAlexandre Flament
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.
2022-03-01Merge pull request #934 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-03-01Merge pull request #935 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-03-01Merge pull request #936 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-03-01Merge pull request #937 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-03-01Update searx.data - update_currencies.pydalf
2022-03-01Update searx.data - update_wikidata_units.pydalf
2022-03-01Update searx.data - update_firefox_version.pydalf
2022-03-01Update searx.data - update_ahmia_blacklist.pydalf
2022-02-28Merge pull request #929 from dalf/simple-fix-nojs-categoriesAlexandre Flament
[fix] simple: categories: use media query detect touch screen
2022-02-27[build] /staticAlexandre Flament
2022-02-27[fix] simple: display "Click on the magnifier..." only the mouse over the ↵Alexandre Flament
categories
2022-02-27[fix] simple: detect touch screen using media queryAlexandre Flament
related to https://github.com/searxng/searxng/issues/928
2022-02-27Merge pull request #689 from mrpaulblack/images-flexboxAlexandre Flament
[simple theme] use flexbox instead of js for positioning images
2022-02-26[build] /staticmrpaulblack
2022-02-26[simple theme] replace Image_layout.js with flexbox CS impl.mrpaulblack
* 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)
2022-02-26Merge pull request #924 from MontyQI/search-filtersPaul Braeuning
Search filters changes
2022-02-26[build] /staticMonty
2022-02-26Search filters changesMonty
Better search filters view on mobile.
2022-02-25Merge pull request #925 from searxng/dependabot/pip/master/selenium-4.1.2Markus Heiser
Bump selenium from 4.1.0 to 4.1.2
2022-02-25Merge pull request #926 from searxng/translations_updateMarkus Heiser
Update translations
2022-02-25[translations] update from Weblatesearxng-bot
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>
2022-02-25Bump selenium from 4.1.0 to 4.1.2dependabot[bot]
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>
2022-02-21Merge pull request #913 from return42/add-artworkMarkus Heiser
[mod] add artwork to mixcloud & soundcloud engines
2022-02-21Merge pull request #912 from return42/fix-geniusMarkus Heiser
[fix] genius: add player and avoid exceptional programming
2022-02-21[build] /staticMarkus Heiser
2022-02-21[mod] bandcamp & genius: in result set img_src instead thumbnailMarkus Heiser
Suggested-by: @dalf https://github.com/searxng/searxng/pull/900#issuecomment-1046009057 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-21[fix] genius: add player an avoid exceptional programmingMarkus Heiser
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>
2022-02-21Merge pull request #917 from tiekoetter/version-formatMarkus Heiser
[mod] version formatting
2022-02-21[mod] version formattingLéon Tiekötter
Change SearXNG version formatting to YYYY.MM.DD-commit_hash
2022-02-21Merge pull request #916 from dalf/pref_infinite_scroll2Alexandre Flament
Convert the infinite_scroll plugin as a preference (second version)
2022-02-20[build] /staticAlexandre Flament
2022-02-20[mod] infinite_scroll as preferenceAlexandre Flament
* oscar theme: code from searx/plugins/infinite_scroll.py * simple theme: new implementation Co-authored-by: Markus Heiser <markus.heiser@darmarIT.de>
2022-02-20Merge pull request #665 from return42/default-themePaul Braeuning
[mod] switch default theme from oscar to simple
2022-02-20[fix] changeover of the unit tests to the simple themeMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>