| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-14 | [mod] plugins: minor change | Alexandre Flament | |
| required attributes: display a different message when the attribute has the wrong type | |||
| 2021-06-17 | [mod] oscar theme: /preferences : HTML detail order match visual tabs | Alexandre Flament | |
| First details about the general tab, then detail about UI tab, etc... No functionnal change | |||
| 2021-06-17 | [mod] oscar theme /preferences: reorganize the preferences | Alexandre Flament | |
| close #115 | |||
| 2021-06-01 | [mod] move all default settings into searx.settings_defaults | Alexandre Flament | |
| 2021-04-22 | [drop] plugin HTTPS rewrite - rule base is to old (update is to big) | Markus Heiser | |
| The usefulness of the _HTTPS rewrite_ plugin is questionable: - the 36 rule files have not been updated since 2015 [1] - actual there are 23760 rule files in the https-everywhere repo [2] For the first, we can remove this plugin. For a complete new implementation, it might be good to know that there is a project "https-everywhere : Privacy for Pythons" [3] related: https://github.com/return42/searx-next/issues/8 [1] https://github.com/return42/searx-next/tree/d187a1d/searx/plugins/https_rules [2] https://github.com/EFForg/https-everywhere/tree/master/src/chrome/content/rules [3] https://github.com/jayvdb/https-everywhere-py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
| 2020-11-14 | [mod] remove unused import | Alexandre Flament | |
| use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
| 2020-10-25 | add Ahmia filter plugin for onion results | Marc Abonce Seguin | |
| 2020-10-23 | [enh] add plugin converting strings into hash digests | Venca24 | |
| 2020-10-09 | [enh] add ability to set enabled plugins from settings - closes #1613 #778 | Adam Tauber | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-07-29 | Revert "[enh] new plugin to open results on new browser tabs" | Noémi Ványi | |
| This reverts commit ab6a7601cbdbdd93fa07ec6405bc3167f392b792. Closes #2037 | |||
| 2020-07-28 | [enh] copy atime_ns and mtime_ns of external plugin resources | Adam Tauber | |
| 2020-07-28 | [mod] add dedicated directory to external plugins with gitignore file | Adam Tauber | |
| 2020-07-28 | [fix] correct imported modules | Adam Tauber | |
| 2020-07-28 | [fix] resolve minor review issues | Adam Tauber | |
| 2020-07-28 | [mod] create static directory for each external plugin | Adam Tauber | |
| 2020-07-28 | [fix] pep8 | Adam Tauber | |
| 2020-07-28 | [fix] add plugin sha sum check to be able to copy updated resources | Adam Tauber | |
| 2020-07-28 | [enh] add external plugin support | Adam Tauber | |
| 2017-11-01 | [enh] oa_doi_rewrite plugin broadens doai_rewrite | jibe-b | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-01-02 | [mod] searx uses flask framework only in webapp.py. Make migration to ↵ | Alexandre Flament | |
| another framework easier. | |||
| 2016-08-11 | [enh] infinite scroll | David A Roberts | |
| resolves #649 | |||
| 2016-08-10 | Add Crossref search engine and DOAI rewrite plugin | David A Roberts | |
| 2016-07-04 | [enh][fix] update to latest dependencies ++ fix tests & travis test runner | Adam Tauber | |
| WARNING: dependency changes | |||
| 2016-04-23 | [WIP] Add vim-hotkeys plugin | Kirill Isakov | |
| 2016-02-10 | [enh] new plugin to open results on new browser tabs | Adam Tauber | |
| 2015-06-21 | Merge branch 'remove_trackers_plugin' of ↵ | Adam Tauber | |
| https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin Conflicts: searx/plugins/__init__.py | |||
| 2015-06-15 | Change self plugin to self_info + change self_info description | Luc Didry | |
| 2015-06-15 | Merge self_ip and self_useragent into one plugin | Luc Didry | |
| 2015-06-14 | Add a self user agent plugin | Luc Didry | |
| Just like with the "ip" query, duckduckgo gives the server's information with the "user agent" query. This corrects this behavior by adding a plugin based on self_ip.py plugin. | |||
| 2015-06-09 | Add a plugin to remove trackers from results URLs | Cqoicebordel | |
| 2015-04-13 | [mod] https rewrite pluginification | Adam Tauber | |
| 2015-04-13 | [doc] plugin license infos | Adam Tauber | |
| 2015-04-12 | [enh] new plugin: search on category select (currently only in oscar theme) | Adam Tauber | |
| TODO purge mootools from default/courgette and integrate jquery ++ this theme | |||
| 2015-04-12 | [enh] plugins: client side dependency support | Adam Tauber | |
| 2015-03-14 | [enh] plugin attribute type check | Adam Tauber | |
| 2015-03-11 | [enh] plugin id | Adam Tauber | |
| 2015-03-10 | [enh] per user plugin switch | Adam Tauber | |
| 2015-03-10 | [enh] plugin support basics ++ self ip plugin | Adam Tauber | |