summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-24feat(answers): add sha256 and uuid v4 to random answersMatej Cotman
2018-03-22Merge pull request #1136 from kvch/add-findx-generalAdam Tauber
Add findx engine
2018-03-22forward category to engine without highlighting on the uiNoémi Ványi
2018-03-22add findx engine for general, images and videosNoémi Ványi
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[UI] new youtube icon for oscar themeVenca24
2018-03-16[enh] update translations ++ add polish - closes #1239Adam Tauber
2018-03-15Merge pull request #1238 from MarcAbonce/duckduckgoAdam Tauber
[fix] Change duckduckgo url to avoid error response
2018-03-14[fix] change duckduckgo url to avoid error responseMarc Abonce Seguin
2018-03-10Use new LABEL syntax for DockerfileAngristan
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
2018-03-10Update to Alpine 3.7Angristan
https://www.alpinelinux.org/posts/Alpine-3.7.0-released.html
2018-03-07Merge pull request #1226 from rndevfx/fix-vim-mode-on-firefoxAdam Tauber
Fix Vim mode on Firefox
2018-03-07Merge pull request #1190 from Themimitoof/masterAdam Tauber
Change alpine version to permit ARM and amd64 deployment
2018-03-05Merge pull request #1227 from Pofilo/masterAdam Tauber
[UI] fix custom-select in oscar
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-23Merge branch 'master' into masterMichael Vieira
2018-02-21Merge pull request #1127 from kvch/remove-source-option-from-manage-shAdam Tauber
remove the option of sourcing manage.sh
2018-02-21change echo to printfNoémi Ványi
2018-02-21remove the option of sourcing manage.shNoémi Ványi
2018-02-19[enh] version 0.14.0Adam Tauber
2018-02-19[doc] add @daftaupe @icegiant @trankmichael @josephkiranbabu @maiki @zeph33 ↵Adam Tauber
to authors
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-13Change the version of alpine on the dockerfile to deploy Searx on ARM ↵Michael Vieira
architectures
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-23Merge pull request #1159 from kvch/gh-pagesAdam Tauber
Remove Gratipay and Flattr from sidebar of docs
2018-01-23remove Gratipay and Flattr from sidebarNoémi Ványi
2018-01-17Merge pull request #1149 from kvch/gh-pagesAdam Tauber
Change python-pybabel to python-babel in package requirements
2018-01-17change python-pybabel to python-babel in package requirementsNoémi Ványi
Closes #1147
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