summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2018-03-20fix fetch_langauges to be more accurateMarc Abonce Seguin
Add languages supported by either all default general engines or 10 engines.
2018-03-17[fix] get doi_rewriters from settings - fixes #1245Adam Tauber
2018-03-16[enh] update translations ++ add polish - closes #1239Adam Tauber
2018-03-14[fix] change duckduckgo url to avoid error responseMarc Abonce Seguin
2018-03-07Merge pull request #1226 from rndevfx/fix-vim-mode-on-firefoxAdam Tauber
Fix Vim mode on Firefox
2018-03-05[UI] fix custom-select in oscarpofilo
2018-03-05Fix Vim mode on FirefoxRichard Nespithal
Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered
2018-02-19[enh] version 0.14.0v0.14.0Adam Tauber
2018-02-19[enh] update translations - add taiwanese and filipinoAdam Tauber
2018-02-18[fix] pep8Adam Tauber
2018-02-18[enh] add asksteem engine - closes #1163Adam Tauber
2018-02-17fix Microsoft Academic engineNoémi Ványi
2018-02-17[fix] fix engine initializationAdam Tauber
2018-02-10fix bing videos engineNoémi Ványi
2018-02-07[mod] add bottom margin to results - closes #1176Adam Tauber
2018-02-01[enh] update translationsAdam Tauber
2018-01-31[enh] build oscar cssAdam Tauber
2018-01-24Preserve image aspect ratio in resultsMatthew 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.5Marc Abonce Seguin
Related to discussion in #1124 The io.open import is necessary for python2
2018-01-12Merge pull request #1124 from JosephKiranBabu/python3-unicode-supportAdam Tauber
Make Python 3 able to read settings files with Unicode characters
2018-01-06fix yacy result urlNoé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-21Make Python 3 able to read settings files with Unicode charactersJoseph 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-20dark background for answers && no background for highlightNoémi Ványi
2017-12-18send constant cookie with query to GoogleNoémi Ványi
2017-12-12revert changin about to searx docsNoémi Ványi
2017-12-12add links to footers of oscar and simple themesNoé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 #1107Adam Tauber
2017-12-08[fix] use proper encoding with both py2/3 - closes #1094Adam Tauber
2017-12-06Merge pull request #973 from MarcAbonce/languagesAdam Tauber
Remove 'all' option from search languages
2017-12-06Merge pull request #1109 from dalf/simple_magnet_svgAdam Tauber
simple theme : magnet.svg is replaced by a home made version
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[enh] make custom oscar option configurable from urlAdam Tauber
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-12-05simple theme : replace magnet.svg with a home made versionAlexandre Flament
2017-12-05[fix] handle /sorry redirectsAdam Tauber
2017-12-05[enh] display engine error messagesAdam Tauber
2017-12-01[fix] do not crash if publication date is missing in pubmed engineAdam Tauber
2017-12-01[fix] multiple fixes in pdbe engineAdam Tauber
2017-12-01[fix] convert json engine result attributes to string - closes #1006Adam Tauber
2017-12-01[fix] skip non-string result url/title/contentAdam Tauber
2017-11-30use `change` function just like in case of language selectionNoé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 #1088Zeph
2017-11-23[enh] version 0.13.1v0.13.1Adam Tauber
2017-11-23[fix] autocompleter py3 compatibility - fixes #1088Adam Tauber
2017-11-23[fix] replace obsolete string.join functionAdam 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