| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | add ebay enginte to shopping category | Noémi Ványi | |
| 2020-10-06 | [fix] opensearch.xml URL contains method and autocomplete parameters | Alexandre Flament | |
| When the user add searx as a search engine, the browser loads the /opensearch.xml URL without the cookies. Without the query parameters, the user preferences are ignored (method and autocomplete). In addition, opensearch.xml is modified to support automatic updates, see https://developer.mozilla.org/en-US/docs/Web/OpenSearch | |||
| 2020-09-29 | Merge pull request #2226 from dalf/fix-searx-migration | Alexandre Flament | |
| [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs | |||
| 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 : ↵ | Alexandre Flament | |
| fix URLs | |||
| 2020-09-22 | "Egde" → "Edge" | Qt Resynth | |
| 2020-09-10 | Drop Python 2 (2/n): templates | Dalf | |
| 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-08-27 | fix selects in preferences so they look consistent (#2150) | Marc Abonce Seguin | |
| 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-10 | add toggle to resize infobox | Marc Abonce Seguin | |
| 2020-08-09 | add class for infobox's official url | 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 | 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-07-31 | Add clearfix to fix issue 2110 | Vlad | |
| 2020-07-28 | Replaced dash with em in searx description (#1973) | TheEvilSkeleton | |
| Very small change, but it looks better | |||
| 2020-07-02 | [fix] refine contrast ratios of texts and borders - #350 | Noémi Ványi | |
| 2020-06-30 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-28 | [fix] rewrite overflow:none as none is an invalid property - $350 | Adam Tauber | |
| 2020-06-28 | [fix] add aria labels to result links - #350 | Adam Tauber | |
| 2020-06-27 | Make Oscar theme scalable | Noémi Ványi | |
| 2020-06-26 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-25 | [fix] add label/info to Time range search and Language - #350 | Adam Tauber | |
| 2020-06-25 | [fix] make "Advanced settings" openable and usable with keyboard - #350 | Adam Tauber | |
| 2020-06-25 | [fix] change lang attribute of the html to match the current locale - #350 | Adam Tauber | |
| 2020-06-25 | [fix] connect selects and inputs programmatically on the preferences page - #350 | Adam Tauber | |
| 2020-06-25 | [fix] use scope attribute to describe properties in the engine preferences table | Adam Tauber | |
| 2020-06-25 | [fix] indicate too high max time by e.g. icon not only by colour | Adam Tauber | |
| 2020-06-25 | [fix] do not use h1 element for the logo | Adam Tauber | |
| 2020-06-25 | [fix] remove redundant alt texts from images in Videos, Social Media and ↵ | Adam Tauber | |
| Music results - #350 | |||
| 2020-06-25 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-23 | [enh] make checkboxes in preferences accessible using keyboard - #350 | Adam Tauber | |
| 2020-06-23 | [fix] remove alt text which doesnt add extra info - #350 | Adam Tauber | |
| 2020-06-19 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-19 | Merge branch 'master' into csp-oscar-theme | Markus Heiser | |
| 2020-06-18 | [enh] update opensearch.xml to match major search engines opensearch.xml | Adam Tauber | |
| 2020-06-16 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-16 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-15 | [fix] add missing template file | Adam Tauber | |
| 2020-06-15 | [enh] add translatable strings to javascript - closes #461 | Adam Tauber | |
| 2020-06-10 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-10 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-09 | [enh] add official site link to the top of the infobox - closes #1644 | Adam Tauber | |
| 2020-06-09 | [enh] add length and author details to youtube videos | Adam Tauber | |
| closes #775 | |||
| 2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
| 2020-06-09 | Merge branch 'master' into about-opensearch | Markus Heiser | |
| 2020-06-09 | Merge branch 'master' into csp-oscar-theme | Markus Heiser | |