Commit Graph

  • b728cb610b
    Merge pull request #2241 from dalf/move-extract-text-and-url Alexandre Flament 2020-10-04 09:06:20 +0200
  • e2cd9b65bb
    Merge pull request #2239 from dalf/mod-preferences Alexandre Flament 2020-10-04 09:05:14 +0200
  • 53c8d945b4
    [enh] Add SepiaSearch engine (#2227) Finn 2020-10-03 13:00:10 +0200
  • 8f914a28fa [mod] searx.utils.normalize_url: remove Yahoo hack Alexandre Flament 2020-10-03 10:02:50 +0200
  • c1d10bde02 [mod] searx/utils.py: add docstring Alexandre Flament 2020-10-02 18:17:01 +0200
  • 2006eb4680 [mod] move extract_text, extract_url to searx.utils Alexandre Flament 2020-10-02 18:13:56 +0200
  • 2cafc5462d [fix] revert PR #2232 and #2230 Alexandre Flament 2020-10-01 16:37:19 +0200
  • 507896c115 [mod] preferences.py: check language setting with a regex instead of match_language Alexandre Flament 2020-10-01 11:29:31 +0200
  • ecb9f28869
    Merge pull request #2236 from return42/fix-2234 Alexandre Flament 2020-10-01 10:11:19 +0200
  • 8162d7aff4 [fix] google engine - div classes has been renamed in HTML reult Markus Heiser 2020-10-01 09:44:29 +0200
  • fd5fe36984
    Merge pull request #2232 from dalf/fix-sphinx-build2 Alexandre Flament 2020-09-30 10:29:28 +0200
  • 9a856083df [fix] Sphinx 3.2.1 build: call searx.engines.initialize_engines Alexandre Flament 2020-09-30 10:20:12 +0200
  • 6c6985aaf8
    Merge pull request #2230 from dalf/fix-sphinx-build Alexandre Flament 2020-09-30 09:29:09 +0200
  • 9740618227
    Merge pull request #2226 from dalf/fix-searx-migration Alexandre Flament 2020-09-29 12:35:11 +0200
  • 6d56c754a7 [fix] Sphinx 3.2.1 build: add missing "engines" variable in the jinja context Alexandre Flament 2020-09-29 12:30:10 +0200
  • 246b8cd1a4
    [fix] about.html: fix small inconsistencies in about page (#2219) Qt Resynth 2020-09-28 15:56:25 +0100
  • f204e4903d [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs Alexandre Flament 2020-09-28 16:44:14 +0200
  • 8d47142f35
    Merge pull request #2189 from dalf/architecture-clean-up Adam Tauber 2020-09-28 14:56:23 +0200
  • c2a6f14516 [fix] Update Sphinx package versions Alexandre Flament 2020-09-20 07:51:01 +0200
  • 9d60ae1ce6 [fix] missing 'alias' typo in docs/admin/installation-nginx.rst Markus Heiser 2020-09-27 12:49:29 +0200
  • 93f7f7eee2 [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. Alexandre Flament 2020-09-15 10:54:31 +0200
  • f2f3300bde [mod] more typing Alexandre Flament 2020-09-24 16:26:00 +0200
  • 485a502b88 [mod] add typing and __slots__ Alexandre Flament 2020-09-10 18:08:14 +0200
  • 678699beaf [mod] searx/webadapter.py: add get_selected_categories share common code with get_search_query_from_webapp Alexandre Flament 2020-09-22 18:03:42 +0200
  • d5b5e48f04 [mod] searx/webadapter.py: each web parameter has a dedicated function (parse_pageno, page_lang,....). Alexandre Flament 2020-09-22 17:45:32 +0200
  • 691d12726b [mod] check the engine tokens in searx/webadapter.py instead of searx/search.py Alexandre Flament 2020-09-22 16:55:59 +0200
  • eecfff2689 [mod] check time_range parameter in searx/webadapter.py Alexandre Flament 2020-09-22 16:31:17 +0200
  • 2929495112 [mod] add searx.search.EngineRef Alexandre Flament 2020-09-22 16:22:22 +0200
  • 2dbc0de0cd [mod] add searx/webadapter.py Alexandre Flament 2020-09-22 13:59:27 +0200
  • 21dbc7e852 "Egde" → "Edge" Qt Resynth 2020-09-22 14:01:10 +0100
  • e8df5d3f7f [mod] searx.search: change function declaration: online then offline then utility functions. Alexandre Flament 2020-09-14 10:25:29 +0200
  • 50e717c452 [mod] searx.search: remove unused global variable number_of_searches Alexandre Flament 2020-09-14 10:15:44 +0200
  • edd8dccd07 [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery Alexandre Flament 2020-09-14 10:11:49 +0200
  • c4067a9d02 [mod] searx.search.Search: split the search method into different methods Alexandre Flament 2020-09-14 13:21:21 +0200
  • ad0758e52a [mod] add searx/webutils.py Alexandre Flament 2020-09-19 18:25:24 +0200
  • f9664037a6 [mod] refactor searx.webapp.get_locale Alexandre Flament 2020-09-15 09:56:39 +0200
  • 2fd582d457 [fix] /autocompleter: return HTTP 400 when q is empty as intent. Alexandre Flament 2020-09-21 19:14:24 +0200
  • ecf5899153 fetch google's search langs rather than ui langs Marc Abonce Seguin 2020-09-20 23:01:06 -0700
  • c86504b47a fix utils/fetch_languages to work with new languages Marc Abonce Seguin 2020-09-14 00:07:45 -0700
  • 41800835f9 fetch supported languages for startpage engine Marc Abonce Seguin 2020-09-14 00:06:58 -0700
  • ea9d979cc3 add language names in qwant's fetch languages function Marc Abonce Seguin 2020-09-14 00:05:48 -0700
  • e0142d380e
    Merge pull request #2211 from return42/fix-centos-7 Alexandre Flament 2020-09-21 09:06:20 +0200
  • 69a61ce333 [fix] remove doc-build for centos-7 from './utils/searx.sh doc' Markus Heiser 2020-09-20 11:11:14 +0200
  • 4cc8644ec9
    Merge pull request #1865 from dalf/uwsgi_static Alexandre Flament 2020-09-19 16:04:07 +0200
  • 375cbd12b3
    Merge pull request #2205 from dalf/fix-simple-theme-autocomplete Alexandre Flament 2020-09-19 16:02:01 +0200
  • 530fc4bda7
    Merge pull request #2190 from dalf/fix-htmltextextractor Alexandre Flament 2020-09-19 15:59:03 +0200
  • c23401e9fa [fix] simple theme: fix autocomplete Alexandre Flament 2020-09-19 10:13:05 +0200
  • 6deb85072a [fix] searx.utils.HTMLTextExtractor: invalid HTML don't raise an Exception Alexandre Flament 2020-09-11 10:23:56 +0200
  • ae07f4a211
    Merge pull request #2185 from dalf/rawtextquery-auto-parse Alexandre Flament 2020-09-12 15:33:03 +0200
  • df12ed6e55 [mod] searx.RawTextQuery: the constructor call parse_query Alexandre Flament 2020-09-09 12:17:58 +0200
  • 2370234d09
    Merge pull request #2137 from dalf/drop-python-2 Noémi Ványi 2020-09-12 14:51:35 +0200
  • bdac99d4f0 Drop Python 2 (5/n): searx.utils.is_valid_lang, input parameter is a str instead of bytes Alexandre Flament 2020-09-08 16:08:37 +0200
  • c225db45c8 Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes Dalf 2020-08-11 16:25:03 +0200
  • 7888377743 Drop Python 2 (3/n): objects Dalf 2020-08-12 09:42:27 +0200
  • 78df10fb55 Drop Python 2 (2/n): templates Dalf 2020-08-11 15:24:41 +0200
  • 1022228d95 Drop Python 2 (1/n): remove unicode string and url_utils Dalf 2020-08-06 17:42:46 +0200
  • 272158944b [fix] make docker produces clean tag version (0.17.0 instead of 0.17.0-- for example) Alexandre Flament 2020-09-09 11:35:18 +0200
  • 8ffede6140 [fix] docker and k8s: run searx Alexandre Flament 2020-09-09 10:28:17 +0200
  • 7e82817925 wait for img to load before hiding infobox toggle Marc Abonce Seguin 2020-09-07 22:27:10 -0700
  • ab20ca182c use Wikipedia's REST v1 API Marc Abonce Seguin 2020-09-07 22:05:21 -0700
  • d0f9778c2a
    [mod] results.py: code clean up (#2140) Alexandre Flament 2020-09-08 10:09:11 +0200
  • f0ca1c3483
    [enh] Add command line engines: git grep, find, etc. (#2128) Noémi Ványi 2020-09-08 09:51:53 +0200
  • 3397382754
    [enh] stop searx when an engine raise an SyntaxError exception (#2177) Alexandre Flament 2020-09-07 15:39:26 +0200
  • f77ad22d65
    Merge pull request #2167 from scottwallacesh/fix_1552 Adam Tauber 2020-09-02 00:37:29 +0200
  • 8bcba31e31 Add key to settings.yml for opening result links in a new tab Closes #1552 Closes #444 Scott Wallace 2020-09-01 17:41:48 +0100
  • 4a913247b2 [enh] add option to configure proxies per engine - closes #1827 Adam Tauber 2020-09-01 15:57:35 +0200
  • b329058c1a Revert "[enh] test: load each engine to check for syntax errors" Alexandre Flament 2020-08-31 18:59:27 +0200
  • 315cdfee09
    Added metager-search (#2139) Singustromo 2020-08-31 18:42:51 +0200
  • 6f9aa0e258
    Merge pull request #2160 from dalf/test_load_engine Adam Tauber 2020-08-31 14:29:52 +0200
  • 6ded6e7a9a [fix] skip uncomplete image results - closes #1496 Adam Tauber 2020-08-31 14:00:32 +0200
  • 4fb3ed2c63 [enh] test: load each engine to check for syntax errors Dalf 2020-08-28 12:12:32 +0200
  • ec5adad851
    [fix] requirements-dev.txt: set fixed versions for all the dependencies (#2154) Alexandre Flament 2020-08-27 22:28:51 +0200
  • a2430154b9
    fix selects in preferences so they look consistent (#2150) Marc Abonce Seguin 2020-08-27 19:55:47 +0000
  • 0d8970c8f2
    only return one url per "type" in Wikidata (#2151) Marc Abonce Seguin 2020-08-27 19:44:48 +0000
  • 079783e993 [fix] pylint Adam Tauber 2020-08-27 14:38:39 +0200
  • 30d16e7ee6 [fix] use base_url for prefix of sharing 'currenly saved preferences' - fixes #1249 by @matejc Adam Tauber 2020-08-27 14:29:38 +0200
  • 6278538890 [fix] add search language and time range filter to suggestions - fixes #1314 Adam Tauber 2020-08-27 14:26:38 +0200
  • 9b9b5e9625
    [fix] docker-entrypoint.sh -h hangs if searx is a valid user (#2099) Markus Heiser 2020-08-18 17:14:06 +0000
  • a5e6423c39
    [fix] opensearch on chromium for android (#2132) Émilien Devos 2020-08-18 19:29:58 +0300
  • 27d74826f1
    [enh] add yggtorrent engine (#2135) Émilien Devos 2020-08-18 19:02:41 +0300
  • 093dd42bb0
    Merge pull request #2134 from unixfox/fix/piratebay-engine-date-indentation Alexandre Flament 2020-08-11 14:56:19 +0200
  • c15a91a534 [fix] piratebay engine date and pep8 indentation Emilien Devos 2020-08-10 23:44:53 +0200
  • f3bfc4f4a9
    Merge pull request #2133 from unixfox/fix/piratebay-engine Adam Tauber 2020-08-10 23:04:23 +0200
  • 52d78d8418 [fix] piratebay engine Emilien Devos 2020-08-10 20:26:59 +0200
  • 77103c7874
    Merge pull request #2116 from mikeri/invidiousres Adam Tauber 2020-08-10 12:49:17 +0200
  • e6d002a730
    Merge pull request #2130 from msafadieh/master Adam Tauber 2020-08-10 12:15:45 +0200
  • 43df251f3d
    Merge pull request #2131 from MarcAbonce/infobox_style Adam Tauber 2020-08-10 12:15:05 +0200
  • 0601f2bb48 add toggle to resize infobox Marc Abonce Seguin 2020-08-03 00:15:54 -0700
  • 57bad502a6 add visually-hidden css class to pointhi style Marc Abonce Seguin 2020-08-02 20:37:54 -0700
  • 74270a3fc2 add class for infobox's official url Marc Abonce Seguin 2020-08-02 18:18:30 -0700
  • 001eb047cd set max-height on infobox's images Marc Abonce Seguin 2020-08-02 17:11:24 -0700
  • c9c39b3e79 add engine's name in infobox's header Marc Abonce Seguin 2020-07-26 23:26:30 -0700
  • 574e99c4de reduce space between title and url in infobox header Marc Abonce Seguin 2020-07-26 20:31:57 -0700
  • 8dff74dd1b
    Make default query submission method configurable Mohamad Safadieh 2020-08-09 16:57:31 -0400
  • f3bfc19a55
    Merge pull request #2127 from msafadieh/master Alexandre Flament 2020-08-09 19:21:09 +0200
  • 1ea35605d1
    Use query params for browser autocomplete Mohamad Safadieh 2020-08-09 07:59:49 -0400
  • 3c45fb7a99
    [fix] set encoding of README.rst explicit in setup.py (utf-8) (#2117) Markus Heiser 2020-08-08 18:01:04 +0000
  • 623fb87065
    [enh] add centos-7 to LXC images (#2118) Markus Heiser 2020-08-08 17:50:11 +0000
  • f678388dbc
    Fix google images 'get image' button bug from issue #2103 (#2115) Vlad 2020-08-08 20:35:22 +0300
  • a1ce141c99
    add peertube engine (#2109) Michael Ilsaas 2020-08-08 19:22:53 +0200