summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2019-07-01[fix] preserve bangs in suggestions and correctionsMarc Abonce Seguin
2019-07-01[fix] never pass bangs to autocomplete suggestionsMarc Abonce Seguin
2019-06-30Merge branch 'master' into ne/improve-infinite-scrollNoémi Ványi
2019-06-24Merge branch 'master' into feature/fix-configNoémi Ványi
2019-06-17Fix locale and search languageNicolas Gelot
Locale and search language was always defined with english value. This patch inits the locale on `pre_request` in order to define the default value of locale and language preferences. Plus the `best_match` function provided by flask babel library did not work as expected. So the function `match_language` provided by searx is used to detect that the language from Accepted-Language header can be used in searx project.
2019-06-17Remove get local from request.argsNicolas Gelot
args parameters are merged in form in pre_request, so this patch removes that useless operation.
2019-06-17Add addr setup via SEARX_BIND_ADDRESSNicolas Gelot
2019-06-04Load next page shortly before hitting the bottomNick Espig
This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between. It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true.
2019-05-29Merge branch 'master' into feature/fix-configrachmadani haryono
2019-05-29[fix] Force Google old UI (#1597)Emilien Devos
2019-05-28Merge branch 'master' into feature/fix-configrachmadani haryono
2019-05-28Use string formatter to create source and img_format labels (#1566)Frank de Lange
google_images : use JSON embedded in HTML (engine expected pure JSON)
2019-05-28Remove some engines : subtitleseeker, seedpeer, swisscowsDalf
http://www.subtitleseeker.com and http://www.seedpeer.eu don't exist anymore. https://swisscows.ch/ has change : the engine needs to be updated
2019-05-28Merge branch 'master' into feature/fix-configrachmadani haryono
2019-05-21[fix] seznam engineVenca24
2019-05-18fix: dev: python3 dict keys jsonifyrachmadaniHaryono
2019-04-19Merge branch 'master' into patch-1Alexandre Flament
2019-04-14Merge branch 'master' into ne/fix-google-image-searchAlexandre Flament
2019-04-14Fix google image searchNick Espig
- Because there is not full image url in the dom, we replace "image_url" with the same url as the "url" (url of source). See example HTML https://gist.github.com/Nachtalb/2dea8a4d2c723c49226ad9645838121f - Remove unused import - Fix google image search title - Keep google image safe value up to date
2019-04-13[fix] duckduckgo images requestsMarc Abonce Seguin
2019-04-09use instance_name for page titleb_b
related to #1025
2019-04-09Merge branch 'master' into patch-1Alexandre Flament
2019-04-09Merge branch 'master' into youtube_fixAlexandre Flament
2019-03-29Merge branch 'master' into patch-1Elias Ojala
2019-03-28[fix] stop engine from sending duplicated requestsMarc Abonce Seguin
2019-03-26[fix] get youtube results from js objectMarc Abonce Seguin
Results are not appearing in the html document anymore, instead they are found inside an object embedded in a script.
2019-03-12Use HTTPS for crossrefElias Ojala
2019-02-23update pyyamlNoémi Ványi
2019-02-22Merge branch 'master' into devel_google_scholarNoémi Ványi
2019-02-13[enh] adds apkmirror search engineJonas Zohren
2019-02-04[fix] google scholar suggestionsVenca24
2019-01-29Merge branch 'master' into fix-engine-suspend-timeNoémi Ványi
2019-01-28Remove asksteemLéo Bourrel
2019-01-25add again accidentally removed import to search.pyNoémi Ványi
2019-01-25Merge branch 'master' into devel_image_proxyNoémi Ványi
2019-01-18[FIX] image_proxifyVenca24
2019-01-14Merge branch 'master' into engines/unsplashd-tux
2019-01-08[fix] unicode error with WolframAlpha API engineMarc Abonce Seguin
2019-01-08Merge branch 'master' into engines/unsplashd-tux
2019-01-07fix after rebaseNoémi Ványi
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2019-01-07Merge branch 'master' into language_aliases_fixNoémi Ványi
2019-01-07[fix] Remove markup errors in simple template preferences fileÉtienne Deparis
2019-01-07Remove forgotten white spaces in templates/simple/preferences.htmlÉtienne Deparis
2019-01-07[enh] Add preference section to two upstream plugins for simple theme ↵Étienne Deparis
integration
2019-01-06[fix] fetch google's supported languagesMarc Abonce Seguin
2019-01-06[fix] always set langauge_aliases even if it's emptyMarc Abonce Seguin
2019-01-06[fix] check language aliases when setting search languageMarc Abonce Seguin
2019-01-06update changelog and version.pyNoémi Ványi
2019-01-06pull translations from TransifexNoémi Ványi