| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-17 | [fix] fix engine initialization | Adam Tauber | |
| 2018-02-10 | fix bing videos engine | Noémi Ványi | |
| 2018-02-07 | [mod] add bottom margin to results - closes #1176 | Adam Tauber | |
| 2018-02-01 | [enh] update translations | Adam Tauber | |
| 2018-01-31 | [enh] build oscar css | Adam Tauber | |
| 2018-01-24 | Preserve image aspect ratio in results | Matthew Olmsted | |
| Noticed that images are often distorted in the results due to a hard minimum height. This keeps the 4-per-row image results consistent in row height without distorting wider images. | |||
| 2018-01-16 | [fix] read utf-8 files (settings, languages, currency) with python3.5 | Marc Abonce Seguin | |
| Related to discussion in #1124 The io.open import is necessary for python2 | |||
| 2018-01-12 | Merge pull request #1124 from JosephKiranBabu/python3-unicode-support | Adam Tauber | |
| Make Python 3 able to read settings files with Unicode characters | |||
| 2018-01-06 | fix yacy result url | Noémi Ványi | |
| Closes #1064 | |||
| 2017-12-29 | [enh] overwrite secret_key from env with the SEARX_SECRET env var if exists ↵ | Adam Tauber | |
| - closes #845 | |||
| 2017-12-21 | Make Python 3 able to read settings files with Unicode characters | Joseph Nuthalapati | |
| SearX currently doesn't start up when run with Python 3 as it tries to parse the settings.yml file with ASCII codecs. There are similar problems with engines_languages.json and currencies.json Python 3 requires that files with Unicode characters be read with a 'b' flag. This also works with Python 2 and hence can be integrated into the main source code. Tested with the latest Python 3.6.4rc1 on Debian unstable. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> | |||
| 2017-12-20 | dark background for answers && no background for highlight | Noémi Ványi | |
| 2017-12-18 | send constant cookie with query to Google | Noémi Ványi | |
| 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-11 | [fix] do not save engine/plugin cookies as unknown settings options - fixes ↵ | Adam Tauber | |
| #1110 | |||
| 2017-12-09 | [fix] gigablast url parameter change - fixes #1107 | Adam Tauber | |
| 2017-12-08 | [fix] use proper encoding with both py2/3 - closes #1094 | Adam Tauber | |
| 2017-12-06 | Merge pull request #973 from MarcAbonce/languages | Adam Tauber | |
| Remove 'all' option from search languages | |||
| 2017-12-06 | Merge pull request #1109 from dalf/simple_magnet_svg | Adam Tauber | |
| simple theme : magnet.svg is replaced by a home made version | |||
| 2017-12-06 | remove 'all' option from search languages | marc | |
| 2017-12-05 | [enh] make custom oscar option configurable from url | Adam Tauber | |
| 2017-12-05 | [enh] add dark version of oscar/logicodev | Adam Tauber | |
| 2017-12-05 | simple theme : replace magnet.svg with a home made version | Alexandre Flament | |
| 2017-12-05 | [fix] handle /sorry redirects | Adam Tauber | |
| 2017-12-05 | [enh] display engine error messages | Adam Tauber | |
| 2017-12-01 | [fix] do not crash if publication date is missing in pubmed engine | Adam Tauber | |
| 2017-12-01 | [fix] multiple fixes in pdbe engine | Adam Tauber | |
| 2017-12-01 | [fix] convert json engine result attributes to string - closes #1006 | Adam Tauber | |
| 2017-12-01 | [fix] skip non-string result url/title/content | Adam Tauber | |
| 2017-11-30 | use `change` function just like in case of language selection | Noémi Ványi | |
| The previous version did not work in Chrome browser. Closes #1102 | |||
| 2017-11-26 | [mod] simple theme: add the license to different files. | Dalf | |
| 2017-11-23 | [fix] autocompleter py3 compatibility - fixes #1088 | Zeph | |
| 2017-11-23 | [enh] version 0.13.1 | Adam Tauber | |
| 2017-11-23 | [fix] autocompleter py3 compatibility - fixes #1088 | Adam Tauber | |
| 2017-11-23 | [fix] replace obsolete string.join function | Adam Tauber | |
| 2017-11-23 | [fix] measure request duration only if total_time attribute is set - fixes ↵ | Adam Tauber | |
| autocompleter | |||
| 2017-11-22 | [fix] use english in google engine if no language was set - this prevents ↵ | Adam Tauber | |
| guessing the language by the IP of the instance | |||
| 2017-11-22 | [fix] revert language changes to prevent CAPTCHAs | Adam Tauber | |
| 2017-11-22 | [enh] timeout and total HTTP time are managed by searx.poolrequests | Alexandre Flament | |
| 2017-11-21 | [enh] version 0.13.0 | Adam Tauber | |
| 2017-11-21 | [enh] update translations | Adam Tauber | |
| 2017-11-21 | [fix] remove trailing 0x00 from csv output | Adam Tauber | |
| 2017-11-21 | [fix] resurrect csv output in py2 | Adam Tauber | |
| 2017-11-21 | [fix] fix language support of google | Adam Tauber | |
| 2017-11-21 | [fix] allow none as category in preferences - #1086 | Adam Tauber | |
| 2017-11-15 | fix bug: TypeError: set(['bing', 'google']) is not JSON serializable, when ↵ | yujunqiang | |
| curl 'http://127.0.0.1:8888/?q=xxxxxxxx&categories=general&format=json' | |||
| 2017-11-13 | [enh] update translations | Adam Tauber | |
| 2017-11-07 | Fixed typos. | pyrrh0n1c | |
| 2017-11-07 | Fixed the currency_convert engine. | pyrrh0n1c | |