summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-19Merge pull request #549 from guyou/feature-pool-fine-tuningAdam Tauber
Use new settings to fine tune the connection pool
2016-05-06Merge pull request #555 from imZack/masterAdam Tauber
Fix 'set' object does not support indexing
2016-05-04Fix 'set' object does not support indexingYuLun Shih
2016-05-04Merge pull request #553 from Maxqia/convertAdam Tauber
[fix] currency_convert: make unit tests pass
2016-05-04Merge pull request #554 from pyprism/patch-1Adam Tauber
Fixed broken link
2016-05-04Update README.rstAshutosh Das
2016-05-03[fix] currency_convert: make unit tests passMaxqia
also make regex more efficent and normalize 's'es
2016-05-02Preset new values with defaulting values from codeGuilhem Bonnefille
2016-05-02Fix pep8Guilhem Bonnefille
2016-05-02Merge pull request #550 from Maxqia/convertAdam Tauber
[enh] currency_convert: allow strings like google's "convert 1 euro to dollars"
2016-04-30[enh] currency_convert: allow strings like google's "convert 1 euro to dollars"Maxqia
2016-04-28Use new settings to fine tune the connection poolGuilhem Bonnefille
In some circumstances, it is necessary to increase size of pool.
2016-04-25Merge pull request #547 from ukwt/vim-hotkeysAdam Tauber
Vim-inspired hotkeys plugin
2016-04-24Fix result selection for top & bottom scrollingKirill Isakov
2016-04-24Add auto page scrolling to selected resultKirill Isakov
2016-04-24Add search result navigation supportKirill Isakov
2016-04-24Set vim-hotkeys help panels to same heightKirill Isakov
2016-04-23[WIP] Add vim-hotkeys pluginKirill Isakov
2016-04-22Merge pull request #545 from pointhi/oscar-improvementAdam Tauber
Oscar improvement
2016-04-21[fix] use old system if there is no img_srcThomas Pointhuber
2016-04-21[enh] add img_src to default result templateThomas Pointhuber
2016-04-19Merge pull request #540 from a01200356/wikipedia_infoboxAdam Tauber
[enh] wikipedia infobox
2016-04-19[fix] compile regex in ddg_definitionsa01200356
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-04-16Merge pull request #542 from ukwt/fix538Adam Tauber
[fix] incorrect URLs in Reddit image search results - closes #538
2016-04-16Update Reddit unit test -- check for img_srcKirill Isakov
2016-04-16[fix] incorrect URLs in Reddit results - closes #538Kirill Isakov
2016-04-14[mod] disable nyaa anime engine by defaultAdam Tauber
2016-04-14Merge pull request #526 from ukwt/animeAdam Tauber
Add a few search engines
2016-04-13Fix a few typos in Google search engineKirill Isakov
2016-04-13Revert to using random UA in Reddit search engineKirill Isakov
2016-04-12Merge pull request #531 from guyou/add-doku-engineAdam Tauber
Add doku engine
2016-04-12Merge pull request #536 from kvch/general-minor-refactorsAdam Tauber
General minor refactors
2016-04-10[fix] clear image link if javascript enabled - closes #535Adam Tauber
2016-04-09Comment out ubuntu-fr as it is not a general search engineGuilhem Bonnefille
2016-04-09add description to a var that seems to be unusedNoemi Vanyi
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-04-09more follow ups in new preferencesNoemi Vanyi
2016-04-09rename blocked engines to diabled enginesNoemi Vanyi
2016-04-09minor grammar fix in error messageNoemi Vanyi
2016-04-09sort languages properlyNoemi Vanyi
2016-04-09[fix] user data checkAdam Tauber
2016-04-09Merge pull request #534 from kvch/preferences-refactorAdam Tauber
new preferences handling
2016-04-09add unit && robot testsNoemi Vanyi
2016-04-09new preferences handlingNoemi Vanyi
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed.
2016-04-07[fix] broken google images parsingAdam Tauber
2016-04-05Fix query encodingGuilhem Bonnefille
2016-04-05Add myself as authorGuilhem Bonnefille
As requested by the contribution guide: https://asciimoo.github.io/searx/dev/contribution_guide.html
2016-04-04Fix pep8 about too long linesGuilhem Bonnefille
Code is refactored and example data are truncated.