| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-22 | [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename ↵ | Alexandre Flament | |
| to getQuery and changeQuery getSearchQuery is confusing, the method returns a str not a SearchQuery object | |||
| 2020-09-22 | [mod] searx.search.Search: split the search method into different methods | Alexandre Flament | |
| 2020-09-22 | [mod] add searx/webutils.py | Alexandre Flament | |
| contains utility functions and classes used only by webapp.py | |||
| 2020-09-22 | [mod] refactor searx.webapp.get_locale | Alexandre Flament | |
| * Log each call to get_locale: display the URL, the locale and the source (browser, preferences, form). * Rename _get_browser_language to _get_browser_or_settings_language to match the actual code. | |||
| 2020-09-22 | [fix] /autocompleter: return HTTP 400 when q is empty as intent. | Alexandre Flament | |
| Fix commit c225db45c8a4ab466bff049216f7e0189dc1b067 | |||
| 2020-09-22 | fetch google's search langs rather than ui langs | Marc Abonce Seguin | |
| 2020-09-22 | fix utils/fetch_languages to work with new languages | Marc Abonce Seguin | |
| 2020-09-22 | fetch supported languages for startpage engine | Marc Abonce Seguin | |
| 2020-09-22 | add language names in qwant's fetch languages function | Marc Abonce Seguin | |
| 2020-09-19 | Merge pull request #2205 from dalf/fix-simple-theme-autocomplete | Alexandre Flament | |
| [fix] simple theme: fix autocomplete | |||
| 2020-09-19 | [fix] simple theme: fix autocomplete | Alexandre Flament | |
| AJAX requests send the X-Requested-With HTTP header, so searx.webapp.autocompleter returns the results with the expected data format. Related to #2127 Close #2203 | |||
| 2020-09-13 | [fix] searx.utils.HTMLTextExtractor: invalid HTML don't raise an Exception | Alexandre Flament | |
| Close #2188 | |||
| 2020-09-12 | [mod] searx.RawTextQuery: the constructor call parse_query | Alexandre Flament | |
| 2020-09-10 | Drop Python 2 (5/n): searx.utils.is_valid_lang, input parameter is a str ↵ | Alexandre Flament | |
| instead of bytes Fix bug in translated.py and dictzone.py | |||
| 2020-09-10 | Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes | Dalf | |
| 2020-09-10 | Drop Python 2 (3/n): objects | Dalf | |
| 2020-09-10 | Drop Python 2 (2/n): templates | Dalf | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-09-10 | wait for img to load before hiding infobox toggle | Marc Abonce Seguin | |
| 2020-09-10 | use Wikipedia's REST v1 API | Marc Abonce Seguin | |
| 2020-09-08 | [mod] results.py: code clean up (#2140) | Alexandre Flament | |
| 2020-09-08 | [enh] Add command line engines: git grep, find, etc. (#2128) | Noémi Ványi | |
| A new "base" engine called command is introduced. It is the foundation for all command line engines for now. You can use this engine to create your own command line engine. Add some engines (commented out to make sure no one enables anything accidentally): * git grep: This engine lets you grep in the searx repo. * locate: If locate is installed and initialized, you can search on the FS. * find: You can find files with a specific name from where you started searx. * pattern search in files: This engine utilizes the command fgrep. * regex search in files: This engine runs `grep` to find a file based on its contents. | |||
| 2020-09-07 | [enh] stop searx when an engine raise an SyntaxError exception (#2177) | Alexandre Flament | |
| and some other exceptions: * KeyboardInterrupt * SystemExit * RuntimeError * SystemError * ImportError: an engine with an unmet dependency will stop everything. | |||
| 2020-09-01 | Add key to settings.yml for opening result links in a new tab | Scott Wallace | |
| Closes #1552 Closes #444 | |||
| 2020-09-01 | [enh] add option to configure proxies per engine - closes #1827 | Adam Tauber | |
| 2020-08-31 | Revert "[enh] test: load each engine to check for syntax errors" | Alexandre Flament | |
| This reverts commit 4fb3ed2c6335b68f6b28ebc68d5d22f2fd621648. | |||
| 2020-08-31 | Added metager-search (#2139) | Singustromo | |
| * Added metager-search | |||
| 2020-08-31 | Merge pull request #2160 from dalf/test_load_engine | Adam Tauber | |
| [enh] test: load each engine to check for syntax errors | |||
| 2020-08-31 | [fix] skip uncomplete image results - closes #1496 | Adam Tauber | |
| 2020-08-28 | [enh] test: load each engine to check for syntax errors | Dalf | |
| 2020-08-27 | fix selects in preferences so they look consistent (#2150) | Marc Abonce Seguin | |
| 2020-08-27 | only return one url per "type" in Wikidata (#2151) | Marc Abonce Seguin | |
| i.e. only one official website, one Twitter, etc. | |||
| 2020-08-27 | [fix] pylint | Adam Tauber | |
| 2020-08-27 | [fix] use base_url for prefix of sharing 'currenly saved preferences' - ↵ | Adam Tauber | |
| fixes #1249 by @matejc | |||
| 2020-08-27 | [fix] add search language and time range filter to suggestions - fixes #1314 | Adam Tauber | |
| 2020-08-18 | [fix] opensearch on chromium for android (#2132) | Émilien Devos | |
| 2020-08-18 | [enh] add yggtorrent engine (#2135) | Émilien Devos | |
| 2020-08-10 | [fix] piratebay engine date and pep8 indentation | Emilien Devos | |
| 2020-08-10 | [fix] piratebay engine | Emilien Devos | |
| 2020-08-10 | Merge pull request #2116 from mikeri/invidiousres | Adam Tauber | |
| Include author and video length in Invidious results | |||
| 2020-08-10 | Merge pull request #2130 from msafadieh/master | Adam Tauber | |
| Make default query submission method configurable | |||
| 2020-08-10 | add toggle to resize infobox | Marc Abonce Seguin | |
| 2020-08-09 | add visually-hidden css class to pointhi style | Marc Abonce Seguin | |
| 2020-08-09 | add class for infobox's official url | Marc Abonce Seguin | |
| 2020-08-09 | set max-height on infobox's images | Marc Abonce Seguin | |
| 2020-08-09 | add engine's name in infobox's header | Marc Abonce Seguin | |
| 2020-08-09 | reduce space between title and url in infobox header | Marc Abonce Seguin | |
| 2020-08-09 | Make default query submission method configurable | Mohamad Safadieh | |
| Sending queries through POST, while better for privacy, breaks functionality with certain extensions (e.g. Firefox containers). Since Firefox does not send cookies when requesting `/opensearch.xml`, users cannot easily switch to GET on the client side unless they make a custom search engine. This commit allows admins to modify the default method on their side so they can set it to GET if needed. | |||
| 2020-08-09 | Use query params for browser autocomplete | Mohamad Safadieh | |
| Sending query params over GET seems to be the only way to be able to enable autocomplete in the browser. This commit adds the necessary URL formatting to opensearch.xml. In order to identify queries coming from the URL bar (rather than an AJAX request), which requires a different JSON format and MIME type, the request headers are checked for "X-Requested-With: XMLHttpRequest" which is added by jQuery request. | |||
| 2020-08-08 | Fix google images 'get image' button bug from issue #2103 (#2115) | Vlad | |
| Closes #2103 | |||