summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Bump jinja2 from 3.0.3 to 3.1.0dependabot[bot]
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Bump pylint from 2.12.2 to 2.13.0dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.12.2...v2.13.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Bump wlc from 1.12 to 1.13dependabot[bot]
Bumps [wlc](https://github.com/WeblateOrg/wlc) from 1.12 to 1.13. - [Release notes](https://github.com/WeblateOrg/wlc/releases) - [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst) - [Commits](https://github.com/WeblateOrg/wlc/compare/1.12...1.13) --- updated-dependencies: - dependency-name: wlc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25Merge pull request #963 from MontyQI/mobile-barMarkus Heiser
Mobile bar google-like
2022-03-25Merge pull request #995 from return42/fix-932Markus Heiser
[interim fix] static files can't be delivered by HTTP.
2022-03-24[build] /staticmrpaulblack
2022-03-24[simple theme] refactor search formMonty
* update search input form params; inspiried by whoogle * remove autofocus from result page input form (JS impl. as well as input param) -> autofocus on landing page still works only on desktop and tablet with JS impl. * update landing page margins on mobile * rework border and radius for search form to 0.8rem and outline * remove positioning from autocomplete JS lib and use CSS impl. * match search box and autocomplete width * rework search form to a google like design on mobile * fix settings icon display withg RTL on mobile on result page when search input is empty
2022-03-22[doc] add sphinx-notfound-pageMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/703 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-21Merge pull request #996 from return42/fix-settings-docMarkus Heiser
[docs] improve settings.yml documentation (admin/engines/settings)
2022-03-21[docs] improve settings.yml documentation (admin/engines/settings)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-21Merge pull request #997 from return42/fix-794Markus Heiser
[fix] Text can't be selected when using simple theme with JS enabled
2022-03-20[build] /staticMarkus Heiser
2022-03-20[fix] Text can't be selected when using simple theme with JS enabledMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/794 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-20Merge pull request #979 from dalf/simple-upgrade-dependenciesMarkus Heiser
Simple upgrade dependencies
2022-03-20[build] /staticMarkus Heiser
2022-03-20simple theme: upgrade some of dependenciesAlexandre Flament
* less-plugin-clean-css: no updated version. @wikipedia/less-plugin-clean-css might be an alternative. * stylelint & stylelint-config-standard the new versions require configuration and source code changes
2022-03-20[interim fix] static files can't be delivered by HTTP.Markus Heiser
Since PR 932 [1][2] static files can't be delivered by HTTP server any longer. This patch makes the hash paramter in the URL of static files: /static/themes/simple/css/searxng.min.css?5fde34a74bc438c7b56ec8c6501e131cc9914bd8 optional. By default the hash parameter is disabled. HINT: Instances that do not deliver static files by their HTTP server and have a long expire time [3] should enable this option. ---- This is only a interim solution, on the long run: make static.build.commit creates files including the file name: css/searxng-5fde34a74bc438c7b56ec8c6501e131cc9914bd8.min.css and a mapping.json with this content[4] [1] https://github.com/searxng/searxng/issues/964 [2] https://github.com/searxng/searxng/pull/932#issuecomment-1067039518 [3] https://github.com/searxng/searxng/pull/932/commits/55833364401ed72c30b3e85c16824a75de6b547a [4] https://github.com/searxng/searxng/pull/932#issuecomment-1067216426 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-20Merge pull request #990 from dalf/searxng_base_urlAlexandre Flament
settings.yml: allow to base_url with the SEARXNG_BASE_URL env variable
2022-03-20Merge pull request #859 from return42/fix-814Markus Heiser
[mod] add i18n infrastructure for SearXNG message files (searxng.msg)
2022-03-19Merge pull request #992 from return42/fix-987Markus Heiser
[fix] settings.yml: ui.results_on_new_tab
2022-03-19[fix] settings.yml: ui.results_on_new_tabMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/987 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-19Merge pull request #991 from dalf/fix-894Alexandre Flament
Fix 894
2022-03-19[build] /staticAlexandre Flament
2022-03-19simple theme: JS version: the reset button clear the textAlexandre Flament
The <input type="reset"> introduced in the PR 894, restores the default value. It works in the index page, but it doesn't work in the /search page: the reset button restore the initial query. This PR: * fix the JS version: the reset button clear the text * keep the clear button in the / page * hide the clear button in the /search page
2022-03-19Merge pull request #989 from return42/fix-945Paul Braeuning
[fix] simple theme: open preferences with general tab
2022-03-19settings.yml: allow to base_url with the SEARXNG_BASE_URL env variableAlexandre Flament
Related to https://github.com/searxng/searxng-docker/pull/12
2022-03-19[fix] simple theme: open preferences with general tabMarkus Heiser
BTW: fix also the category tab to open with category 'general' Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-19Merge pull request #988 from mrpaulblack/fix-pr-894Paul Braeuning
[simple theme] fix small CSS issue from #894
2022-03-19[build] /staticmrpaulblack
2022-03-19[fix] naming of id for prefs in cssmrpaulblack
2022-03-19Merge pull request #985 from dalf/docker-logPaul Braeuning
docker: log to stdout
2022-03-19[fix] languages: show country name even if there is only one countryMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-19[fix] don't show flags for languages without region identifierMarkus Heiser
SearXNG shows two different things: region: "de-CH" is the equivalent of "Schweiz (de)" in DDG. languages: "en" doesn't say anything about the location. It is up the engines to do their best to select English results without a region. Suggested-by: @dalf https://github.com/searxng/searxng/pull/967#issuecomment-1072979693 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-19[mod] add flags to the languages filterMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-19Merge pull request #986 from dalf/fix-startpage-fetch_supported_languagesMarkus Heiser
fix startpage: update XPath in _fetch_supported_languages
2022-03-19fix startpage: update XPath in _fetch_supported_languagesAlexandre Flament
2022-03-19docker: log to stdoutAlexandre Flament
previously the log (only the exceptions) were log into /var/log/uwsgi/uwsgi.log this is disturbing for the admins: * they see an internal error on HTTP port * no log where they are expected (docker logs) this commit fixes this issue
2022-03-19Merge pull request #894 from dalf/simple-aria-1Alexandre Flament
[enh] simple: basic ARIA fixes
2022-03-18Merge pull request #983 from return42/fix-depMarkus Heiser
[revert interim] bump sphinx-tabs from interim fix to 3.3.1
2022-03-18[revert interim] bump sphinx-tabs from interim fix to 3.3.1Markus Heiser
The bugfix of sphinx-tabs issue 152 [1] has been released, we can bump the version and remove the interim return42/sphinx-tabs.git@fix-152 branch. [1] https://github.com/executablebooks/sphinx-tabs/issues/152 [2] https://github.com/searxng/searxng/pull/954#issuecomment-1064888261 Closes: https://github.com/searxng/searxng/pull/954 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-18Merge pull request #981 from searxng/translations_updateMarkus Heiser
Update translations
2022-03-18[translations] update from Weblatesearxng-bot
5ef4a876 - 2022-03-16 - Joseph Ko <eaglclaws@gmail.com> 4f81930f - 2022-03-16 - Markus Heiser <markus.heiser@darmarit.de> 7d2abf90 - 2022-03-17 - Markus Heiser <markus.heiser@darmarit.de> 87d5542e - 2022-03-16 - Markus Heiser <markus.heiser@darmarit.de> d39c1e67 - 2022-03-16 - Joseph Ko <eaglclaws@gmail.com> 7b0c3b03 - 2022-03-16 - Joseph Ko <eaglclaws@gmail.com> fc37b695 - 2022-03-16 - Joseph Ko <eaglclaws@gmail.com> 7df01eea - 2022-03-16 - Joseph Ko <eaglclaws@gmail.com> 56af42c2 - 2022-03-13 - Markus Heiser <markus.heiser@darmarit.de> 4b17697d - 2022-03-14 - Joseph Ko <eaglclaws@gmail.com> f5523f9d - 2022-03-12 - Markus Heiser <markus.heiser@darmarit.de> 04998001 - 2022-03-12 - Nik Drešar <nik.dresar@gmail.com> e6f4d878 - 2022-03-13 - AHOHNMYC <lqwh2h2cwa@protonmail.com> ede86266 - 2022-03-11 - Matheus Henrique <niletcode@gmail.com> 362b7f2e - 2022-03-12 - Markus Heiser <markus.heiser@darmarit.de> da14280c - 2022-03-13 - Markus Heiser <markus.heiser@darmarit.de> d68537d2 - 2022-03-12 - PLefebvreBJO <contact@plefebvrebjo.com> da27e825 - 2022-03-12 - Markus Heiser <markus.heiser@darmarit.de> 1d00cc00 - 2022-03-12 - Markus Heiser <markus.heiser@darmarit.de>
2022-03-17Merge pull request #975 from return42/fix-723Alexandre Flament
[fix] remove unmaintained searx/templates/simple/simple.spec.txt
2022-03-17[fix] remove unmaintained searx/templates/simple/simple.spec.txtMarkus Heiser
Files hasn't been updated since it initial commit in 2017 Closes: https://github.com/searxng/searxng/issues/723 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-17Merge pull request #969 from dalf/fix_infoMarkus Heiser
Fix info
2022-03-16Info: code refactoring & bug fixesAlexandre Flament
2022-03-16Sphinx doc: rename "User documentation" to "User Information"Alexandre Flament
2022-03-16Merge pull request #968 from mrpaulblack/normalize-info-pageMarkus Heiser
[simple theme] Normalize info page
2022-03-16[build] /staticmrpaulblack
2022-03-16[simple theme] use default font and font-size in info pagemrpaulblack