summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17Merge pull request #1199 from kvch/fix-microsoft-academicAdam Tauber
Fix Microsoft Academic engine
2018-02-17fix Microsoft Academic engineNoémi Ványi
2018-02-17[fix] fix engine initializationAdam Tauber
2018-02-11Merge pull request #1186 from kvch/fix-bing-videosAdam Tauber
Fix Bing videos engine
2018-02-10fix unit testsNoémi Ványi
2018-02-10fix bing videos engineNoémi Ványi
2018-02-09Merge pull request #1180 from daftaupe/patch-1Adam Tauber
Update README.md
2018-02-09Update README.mdPierre-Alain TORET
ohloh is now openhub
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-31Merge pull request #1166 from IceGiant/img-results-aspect-ratioAdam Tauber
Preserve image aspect ratio in results
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-24Merge pull request #1162 from trankmichael/adding-virtualenv-to-gitignoreAdam Tauber
added searx-ve to gitignore
2018-01-24added searx-ve to gitignoretrankmichael
2018-01-17Merge pull request #1148 from MarcAbonce/python3.5-fixAdam Tauber
[fix] Read utf-8 files (settings, languages, currency) with Python3.5
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-16add CI test for python3.5Marc Abonce Seguin
Python3.5 is still the default Python3 version in Debian Stretch (stable) and Ubuntu 16.04 LTS https://packages.debian.org/source/stretch/python3-defaults https://packages.ubuntu.com/source/xenial/python/python3-defaults
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-06Merge pull request #1135 from kvch/fix-yacy-linkAdam Tauber
Fix yacy engine
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-20Merge pull request #1126 from kvch/minor-logicodev-dark-changesAdam Tauber
Logicodev-dark fixes
2017-12-20dark background for answers && no background for highlightNoémi Ványi
2017-12-18Merge pull request #1121 from kvch/add-cookie-to-reqsAdam Tauber
Fix google searches
2017-12-18send constant cookie with query to GoogleNoémi Ványi
2017-12-18Merge pull request #1119 from maiki/patch-1Adam Tauber
Update readme
2017-12-15Update readmemaiki
Stopped a sentence before it got out of hand.
2017-12-12Merge pull request #1111 from kvch/searx-links-in-footerAdam Tauber
Add links to footers of oscar and simple
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-11Merge pull request #1112 from dalf/manange_shAdam Tauber
[mod] simplify manage.sh
2017-12-11[fix] do not save engine/plugin cookies as unknown settings options - fixes ↵Adam Tauber
#1110
2017-12-10[mod] simplify manage.shAlexandre Flament
- npm install less@2.7 less-plugin-clean-css grunt-cli is moved inside manage.sh - if it is possible to source manage.sh to update the PATH (to start grunt) - tidy the help documentation - update the geckodriver version to 0.19.1
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] pdbe testAdam Tauber
2017-12-01[fix] do not crash if publication date is missing in pubmed engineAdam Tauber