Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-07 | [mod] searx.plugins.prepare_package_resources() - use generators | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-10-07 | [fix] searx.plugins.initialize() - don't miss module & module-name | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-10-06 | plugins: refactor initialization | Alexandre Flament | |
add a new function "init" call when the app starts. The function can: * return False to disable the plugin. * modify the Flask app. | |||
2021-09-11 | [enh] add hostname_replace plugin | Alexandre Flament | |
* backport of https://github.com/searx/searx/pull/2724 * allow to remove result if the replacement is the boolean value false | |||
2021-09-09 | [mod] ahmia_filter: use on_result instead of post_search | Alexandre Flament | |
see commit 6c9ae7911e9639bc46cd53af215734b4bdb61ba9 | |||
2021-09-07 | [mod] oa_doi_rewrite plugin: get_doi_resolver: remove args parameter | Alexandre Flament | |
doi_resolvers.get_value('preferences') already contains the value from request.args.get('doi_resolver') | |||
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> | |||
2021-04-06 | Remove hubsbpot tracking URL params | 3nprob | |
More information here: https://knowledge.hubspot.com/settings/how-do-i-create-a-tracking-url https://knowledge.hubspot.com/ads/ad-tracking-in-hubspot https://knowledge.hubspot.com/ctas/calls-to-action-frequently-asked-questions https://meta.stackexchange.com/questions/263392/what-are-these-very-long-parameters-in-so-careers-feedback-always-welcome-url | |||
2021-04-04 | [fix] default_doi_resolver in preferences | Markus Heiser | |
Instead of a hard-coded `oadoi.org` default, use the default value from `settings.yml`. Fix an issue in the themes: The replacement 'current_doi_resolver' contains the doi_resolver_url, not the name of the DOI resolver. Compare return value of:: searx.plugins.oa_doi_rewrite.get_doi_resolver(...) Fix a typo in `get_doi_resolver(..)`: suggested by @kvch: *L32 should set doi_resolver not doi_resolvers* 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-27 | [mod] ahmia_filter.py: minor changes | Alexandre Flament | |
- use result['parsed_url'] - load ahmia_blacklist.txt in searx.datae | |||
2020-10-25 | add Ahmia filter plugin for onion results | Marc Abonce Seguin | |
2020-10-24 | [fix] code style | Venca24 | |
2020-10-23 | [mod] adapt hash plugin to current version of searx | Venca24 | |
2020-10-23 | [fix] hash plugin | Venca24 | |
2020-10-23 | [fix] code style | Venca24 | |
2020-10-23 | [fix] hash plugin | Venca24 | |
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 (4/n): SearchQuery.query is a str instead of bytes | Dalf | |
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 | |
2020-07-16 | Allow localization of "Self Informations" | Lukáš Kucharczyk | |
Allows the string "Self Informations" in the plugin of the same name to be localized by wrapping it with gettext(). | |||
2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
2019-10-22 | fix out of range error in tracker remover plugin | Marc Abonce Seguin | |
2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
2019-10-14 | [fix] pep8 | Adam Tauber | |
2019-10-14 | [fix] update query params sanitization - closes #722 | Adam Tauber | |
2019-01-07 | [enh] Add preference section to two upstream plugins for simple theme ↵ | Étienne Deparis | |
integration | |||
2018-08-19 | Merge pull request #1360 from Popolon/master | Adam Tauber | |
get_doi_resolver return doi resolver url instead of doi resolver name | |||
2018-08-14 | simple theme update | Alex | |
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result | |||
2018-08-07 | remove double spaces | Popolon | |
2018-08-06 | return doi resolver url instead of doi resolver name | Popolon | |
2017-11-01 | minor fixes of doi resolver | Noémi Ványi | |
Closes #1047 | |||
2017-11-01 | [enh] oa_doi_rewrite plugin broadens doai_rewrite | jibe-b | |
2017-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |