| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-03 | Merge pull request #2709 from searx/update_data_update_currencies.py | Noémi Ványi | |
| Update searx.data - update_currencies.py | |||
| 2021-04-03 | Merge pull request #2711 from searx/update_data_update_wikidata_units.py | Noémi Ványi | |
| Update searx.data - update_wikidata_units.py | |||
| 2021-04-03 | Merge pull request #2713 from searx/update_data_update_languages.py | Noémi Ványi | |
| Update searx.data - update_languages.py | |||
| 2021-04-02 | Merge pull request #2702 from MarcAbonce/fix-dark-infobox | Alexandre Flament | |
| Fix dark "expand" button from infobox | |||
| 2021-04-01 | Update searx.data - update_languages.py | dalf | |
| 2021-04-01 | Update searx.data - update_wikidata_units.py | dalf | |
| 2021-04-01 | Update searx.data - update_currencies.py | dalf | |
| 2021-03-28 | fix dark "expand" button from infobox | Marc Abonce Seguin | |
| 2021-03-27 | [enh] release v1.0.0 | Adam Tauber | |
| 2021-03-27 | [doc] add new contributors to the authors file | Adam Tauber | |
| new contributors: - @cyclaero - @thezeroalpha - @Tobi823 - @archiecodes - @BBaoVanC - @datagram1 - @lucky13820 - @jhigginbotham - @xenrox - @OliveiraHermogenes | |||
| 2021-03-27 | [enh] update translations from transifex | Adam Tauber | |
| 2021-03-27 | Merge pull request #2682 from dalf/fix-checker | Alexandre Flament | |
| [fix] checker: various bug fixes | |||
| 2021-03-27 | Merge pull request #2681 from dalf/fix-wikipedia-title | Alexandre Flament | |
| [fix] wikipedia: remove HTML from the title | |||
| 2021-03-27 | Remove duplicated key from dict in Semantic Scholar | Noémi Ványi | |
| 2021-03-27 | fix Semantic Scholar engine | Noémi Ványi | |
| 2021-03-27 | [fix] update seznam engine to be compatible with the new website | Adam Tauber | |
| 2021-03-26 | Merge pull request #2684 from searx/dependabot/pip/master/linuxdoc-20210324 | Alexandre Flament | |
| Bump linuxdoc from 20210110 to 20210324 | |||
| 2021-03-26 | Bump linuxdoc from 20210110 to 20210324 | dependabot[bot] | |
| Bumps [linuxdoc](https://github.com/return42/linuxdoc) from 20210110 to 20210324. - [Release notes](https://github.com/return42/linuxdoc/releases) - [Commits](https://github.com/return42/linuxdoc/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-26 | Merge pull request #2683 from searx/dependabot/pip/master/lxml-4.6.3 | Alexandre Flament | |
| Bump lxml from 4.6.2 to 4.6.3 | |||
| 2021-03-26 | Bump lxml from 4.6.2 to 4.6.3 | dependabot[bot] | |
| Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-25 | [mod] Dockerfile: remove protobuff dependency | Alexandre Flament | |
| See https://github.com/searx/searx/pull/2481 | |||
| 2021-03-25 | [fix] checker: various bug fixes | Alexandre Flament | |
| * initialize engine_data (youtube engine) * don't crash if an engine don't set result['url'] | |||
| 2021-03-25 | [fix] wikipedia: remove HTML from the title | Alexandre Flament | |
| fr.wikipedia.org (and it seems not other wikipedia websites), adds HTML to api_result['displayTitle']. (Search for '!wp :fr Braid' for example) The commit uses api_result['title'] | |||
| 2021-03-25 | [mod] increase lobste.rs engine timeout to avoid timeouts most of the time | Adam Tauber | |
| 2021-03-25 | [fix] make ina engine compatible with the new response json | Adam Tauber | |
| 2021-03-25 | [fix] rewrite hoogle to use html/xpath instead of json | Adam Tauber | |
| the json response has been changed and it contains html chunks which is not compatible with our json engine, so we have to switch to html/xpath parsing | |||
| 2021-03-25 | [fix] update geektimes.ru url - it redirects to habr.com | Adam Tauber | |
| 2021-03-25 | [fix] update google play movies xpath | Adam Tauber | |
| 2021-03-25 | [fix] update google play apps xpath | Adam Tauber | |
| 2021-03-25 | [enh] add year filter to duckduckgo | Adam Tauber | |
| 2021-03-24 | [fix] remove debug code | Adam Tauber | |
| 2021-03-22 | Merge pull request #2661 from dalf/pref-engine-tooltip | Alexandre Flament | |
| [mod] preferences: a tooltip is shown when the mouse is over the engine names | |||
| 2021-03-22 | [mod] preferences: a tooltip is shown when the mouse is over the engine names | Alexandre Flament | |
| 2021-03-22 | Merge pull request #2673 from dalf/fix-oscar-sourcemaps | Alexandre Flament | |
| [mod] oscar: fix the sourcemap URL in *.min.css | |||
| 2021-03-21 | [mod] oscar: fix the sourcemap URL in *.min.css | Alexandre Flament | |
| Close https://github.com/searx/searx/issues/2670 Note: clean-css contains a bug: * a multiline comment or URL adds "$stdin" to the sourcemap (see src/less/logicodev/search.less) * in this case when the user opens the devtools, the browser fails to load this "https://.../$stdin" URL * it is not a problem and the error appears only when the user actively tries to debug the CSS. * seems related to https://github.com/jakubpawlowicz/clean-css/issues/593 | |||
| 2021-03-21 | Merge pull request #2671 from searx/update-soundcloud | Alexandre Flament | |
| [mod] soundcloud: faster initialization | |||
| 2021-03-21 | Merge pull request #2660 from dalf/upd-translations | Alexandre Flament | |
| [mod] replace /translations.js with an embedded JSON | |||
| 2021-03-21 | [mod] soundcloud: faster initialization | Alexandre Flament | |
| The get_cliend_id() function: * fetches https://soundcloud.com * then fetches each referenced javascript URL to get the client id. This commit fetches the javascript URLs in the reverse order: the client id is in the last javascript URL. | |||
| 2021-03-20 | Merge pull request #2667 from searx/dependabot/pip/master/twine-3.4.1 | Alexandre Flament | |
| Bump twine from 3.3.0 to 3.4.1 | |||
| 2021-03-20 | Bump twine from 3.3.0 to 3.4.1 | dependabot[bot] | |
| Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/3.3.0...3.4.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-20 | Merge pull request #2669 from jhigginbotham/master | Alexandre Flament | |
| Update settings.yml to enable HTTP for yacy engine | |||
| 2021-03-19 | Merge pull request #1 from jhigginbotham/jhigginbotham-patch-1 | James Higginbotham | |
| Update settings.yml to enable HTTP for yacy | |||
| 2021-03-19 | Update settings.yml to enable HTTP for yacy | James Higginbotham | |
| Added a line to the yacy entry to enable HTTP if the local yacy instance isn't using HTTPS. Otherwise, an error will be thrown in the logs: "No connection adapters were found for 'http://localhost:8090/yacysearch.json...'". This is likely related to ticket #2641 that forces HTTPS by default. | |||
| 2021-03-18 | Merge pull request #2662 from dalf/oscar-trim-space | Alexandre Flament | |
| [mod] oscar: remove space | |||
| 2021-03-17 | [mod] oscar: remove space | Alexandre Flament | |
| * reduce by 15% the uncompressed output (on average) * dos2unix searx/templates/oscar/result_templates/files.html | |||
| 2021-03-16 | Merge pull request #2657 from cyclaero/conditional-sigusr1 | Noémi Ványi | |
| Windows does not support SIGUSR1, so don't use it unconditionally. | |||
| 2021-03-16 | Merge branch 'master' into conditional-sigusr1 | Dr. Rolf Jansen | |
| 2021-03-16 | [mod] replace /translations.js by embedded JSON | Alexandre Flament | |
| In webapp.py, there is a new function "get_translations" lists available translations Close #2064 | |||
| 2021-03-16 | Merge pull request #2206 from dalf/upgrade-pygments | Alexandre Flament | |
| [mod] upgrade pygments | |||
| 2021-03-16 | [mod] upgrade pygments | Alexandre Flament | |
| add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes. | |||