summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07Merge pull request #2248 from dalf/fix-webadapterAlexandre Flament
2020-10-07Merge pull request #2244 from dalf/fix-drop-python2Alexandre Flament
2020-10-06[fix] fix searx.webadapterAlexandre Flament
2020-10-06[fix] drop Python 2: use collections.abc.Iterable instead of collections.Iter...Alexandre Flament
2020-10-06[fix] drop Python 2: use importlib instead of imp.load_sourceAlexandre Flament
2020-10-05Merge pull request #2237 from dalf/mod-engines-initAlexandre Flament
2020-10-05[mod] webapp.py: update engines initialization conditionAlexandre Flament
2020-10-04Merge pull request #2241 from dalf/move-extract-text-and-urlAlexandre Flament
2020-10-04Merge pull request #2239 from dalf/mod-preferencesAlexandre Flament
2020-10-03[enh] Add SepiaSearch engine (#2227)Finn
2020-10-03[mod] searx.utils.normalize_url: remove Yahoo hackAlexandre Flament
2020-10-02[mod] searx/utils.py: add docstringAlexandre Flament
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-10-01[fix] revert PR #2232 and #2230Alexandre Flament
2020-10-01[mod] preferences.py: check language setting with a regex instead of match_la...Alexandre Flament
2020-10-01Merge pull request #2236 from return42/fix-2234Alexandre Flament
2020-10-01[fix] google engine - div classes has been renamed in HTML reultMarkus Heiser
2020-09-30Merge pull request #2232 from dalf/fix-sphinx-build2Alexandre Flament
2020-09-30[fix] Sphinx 3.2.1 build: call searx.engines.initialize_enginesAlexandre Flament
2020-09-30Merge pull request #2230 from dalf/fix-sphinx-buildAlexandre Flament
2020-09-29Merge pull request #2226 from dalf/fix-searx-migrationAlexandre Flament
2020-09-29[fix] Sphinx 3.2.1 build: add missing "engines" variable in the jinja contextAlexandre Flament
2020-09-28[fix] about.html: fix small inconsistencies in about page (#2219)Qt Resynth
2020-09-28[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fi...Alexandre Flament
2020-09-28Merge pull request #2189 from dalf/architecture-clean-upAdam Tauber
2020-09-28[fix] Update Sphinx package versionsAlexandre Flament
2020-09-28[fix] missing 'alias' typo in docs/admin/installation-nginx.rstMarkus Heiser
2020-09-26[mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.Alexandre Flament
2020-09-24[mod] more typingAlexandre Flament
2020-09-22[mod] add typing and __slots__Alexandre Flament
2020-09-22[mod] searx/webadapter.py: add get_selected_categories share common code with...Alexandre Flament
2020-09-22[mod] searx/webadapter.py: each web parameter has a dedicated function (parse...Alexandre Flament
2020-09-22[mod] check the engine tokens in searx/webadapter.py instead of searx/search.pyAlexandre Flament
2020-09-22[mod] check time_range parameter in searx/webadapter.pyAlexandre Flament
2020-09-22[mod] add searx.search.EngineRefAlexandre Flament
2020-09-22[mod] add searx/webadapter.pyAlexandre Flament
2020-09-22"Egde" → "Edge"Qt Resynth
2020-09-22[mod] searx.search: change function declaration: online then offline then uti...Alexandre Flament
2020-09-22[mod] searx.search: remove unused global variable number_of_searchesAlexandre Flament
2020-09-22[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...Alexandre Flament
2020-09-22[mod] searx.search.Search: split the search method into different methodsAlexandre Flament
2020-09-22[mod] add searx/webutils.pyAlexandre Flament
2020-09-22[mod] refactor searx.webapp.get_localeAlexandre Flament
2020-09-22[fix] /autocompleter: return HTTP 400 when q is empty as intent.Alexandre Flament
2020-09-22fetch google's search langs rather than ui langsMarc Abonce Seguin
2020-09-22fix utils/fetch_languages to work with new languagesMarc Abonce Seguin
2020-09-22fetch supported languages for startpage engineMarc Abonce Seguin
2020-09-22add language names in qwant's fetch languages functionMarc Abonce Seguin
2020-09-21Merge pull request #2211 from return42/fix-centos-7Alexandre Flament
2020-09-20[fix] remove doc-build for centos-7 from './utils/searx.sh doc'Markus Heiser