Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | [mod] preferences: a tooltip is shown when the mouse is over the engine names | Alexandre Flament | |
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-08 | [mod] by default allow only HTTPS, not HTTP | Alexandre Flament | |
Related to https://github.com/searx/searx/pull/2373 | |||
2021-03-06 | [enh] add ability to send engine data to subsequent requests | Adam Tauber | |
2020-12-18 | [mod] Makefile: make CONTACT_URL optional | Alexandre Flament | |
2020-12-18 | Add link to contact instance maintainer to footer of each page (#2391) | BBaoVanC | |
2020-12-16 | [themes] add hyperlink to searx instances list in error message | Markus Heiser | |
closes: #2383 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-12-09 | display if an engine does not support https | Noémi Ványi | |
Closes #302 | |||
2020-11-02 | [mod] separate index and search routes | Marc Abonce Seguin | |
This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar. | |||
2020-10-28 | [fix] simple theme: infobox: remove useless entity information | Alexandre Flament | |
2020-10-25 | Let admins lock user preferences | 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-10 | Drop Python 2 (2/n): templates | Dalf | |
2020-07-28 | Replaced dash with em in searx description (#1973) | TheEvilSkeleton | |
Very small change, but it looks better | |||
2020-06-15 | [enh] add translatable strings to javascript - closes #461 | Adam Tauber | |
2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
2020-06-09 | [enh] add engine names to results as classes - closes #670 | Adam Tauber | |
2020-06-04 | [enh] add unique class for each endpoint - closes #1133 | Adam Tauber | |
2020-05-27 | Add autofocus to all search inputs | resynth1943 | |
2020-03-25 | brands: add ISSUE_URL | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-03-25 | [fix] brands: add variables from build env to jinja templating | Markus Heiser | |
We have some variables in the build environment which are also needed in the templating process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-02-14 | [mod] move public instance list to https://searx.space | Dalf | |
2019-11-24 | add seedpeer again | Marc Abonce Seguin | |
2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
2019-08-06 | oscar and simple themes: no inline script (allow A+ Content-Security-Policy) | Dalf | |
2019-08-02 | [enh] Add timeout limit per request (#1640) | Alexandre Flament | |
The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore | |||
2019-07-17 | Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵ | Dalf | |
themes accordingly. | |||
2019-04-09 | use instance_name for page title | b_b | |
related to #1025 | |||
2019-01-07 | [fix] Remove markup errors in simple template preferences file | Étienne Deparis | |
2019-01-07 | Remove forgotten white spaces in templates/simple/preferences.html | Étienne Deparis | |
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 | |||
2017-12-12 | revert changin about to searx docs | Noémi Ványi | |
2017-12-12 | add links to footers of oscar and simple themes | Noémi Ványi | |
Links: * Source code * Issue tracker * List of public instances Closes #1071 | |||
2017-12-08 | [fix] use proper encoding with both py2/3 - closes #1094 | Adam Tauber | |
2017-10-18 | Remove / in url_for parameter for simple theme | Hypolite Petovan | |
Same change as with the oscar theme. | |||
2017-09-08 | [fix] static path fixed in templates and webapp, line endings fixed | misnyo | |
2017-08-12 | [fix] fix no_results.html template of the simple theme | Alexandre Flament | |
2017-08-08 | [fix] add missing no_results.html template to simple theme | Adam Tauber | |
2017-08-06 | [enh] add simple theme (WIP) | Alexandre Flament | |