summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-28Merge pull request #1682 from Venca24/devel_mojeekAdam Tauber
[fix] mojeek engine
2019-11-28Merge pull request #1745 from lorddavidiii/python3.8-fixAdam Tauber
Fix python 3.8 compatibility
2019-11-26Merge pull request #1689 from MarcAbonce/images_fixesAdam Tauber
[fix] Google Images
2019-11-26Merge pull request #1749 from unixfox/patch-1Adam Tauber
[fix] Force Google old UI with a new user agent
2019-11-22[fix] Force Google old UI with a new user agentEmilien Devos
2019-11-16webapp.py: use html.escape if cgi.escape is not availablelorddavidiii
- cgi.escape was removed in python 3.8 - also use html.escape in framalibre.py
2019-11-01Merge pull request #1719 from Monogramm/feature/accessibilityNoémi Ványi
Add aria labels for oscar buttons
2019-10-29Merge branch 'master' into feature/accessibilityMathieu Brunot
2019-10-24Merge pull request #1728 from MarcAbonce/corrections_fixNoémi Ványi
[fix] Preserve bangs in corrections
2019-10-24Merge branch 'master' into corrections_fixNoémi Ványi
2019-10-24Merge pull request #1729 from MarcAbonce/fix_tracker_removerNoémi Ványi
Fix out of range error in tracker remover plugin
2019-10-22fix out of range error in tracker remover pluginMarc Abonce Seguin
2019-10-22[fix] preserve bangs in correctionsMarc Abonce Seguin
2019-10-16Merge branch 'master' into feature/accessibilityMathieu Brunot
2019-10-16Merge pull request #1700 from kvch/intro-offline-enginesAdam Tauber
Initialize support for offline engines
2019-10-16fix pep 8 checkNoémi Ványi
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-10-16Merge pull request #1720 from Monogramm/docker/configAdam Tauber
Config for instance name and autocomplete
2019-10-16[mod] remove cloudflare protected digbt from engines listAdam Tauber
2019-10-16[fix] remove useless engine testsAdam Tauber
2019-10-16[fix] pep8Adam Tauber
2019-10-16[fix] update gigablast engineAdam Tauber
2019-10-16[fix] update digg engineAdam Tauber
2019-10-16[fix] convert bytes type to string in language detection (fixes dictzone)Adam Tauber
2019-10-16[fix] update devianart engineAdam Tauber
2019-10-16[fix] update 1x engineAdam Tauber
2019-10-16[fix] enable paging support for arxiv engineAdam Tauber
2019-10-14[fix] pep8Adam Tauber
2019-10-14[fix] engine testAdam Tauber
2019-10-14[fix] add message to SearxParameterException - fixes #1722Adam Tauber
2019-10-14[fix] update query params sanitization - closes #722Adam Tauber
2019-10-14[fix] update voat xpaths - closes #1581Adam Tauber
2019-10-14[fix] update startpage engine - closes #1601Adam Tauber
2019-10-14[fix] normalize time range parameterAdam Tauber
2019-10-14[fix] duckduckgo paging - closes #1677Adam Tauber
2019-10-14:whale: Config for instance name and autocompletemathieu.brunot
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-10-14:wheelchair: Add aria labels for oscar buttonsmathieu.brunot
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-26[fix] google imagesMarc Abonce Seguin
2019-08-20[fix] mojeek engineVenca24
2019-08-06Merge pull request #1647 from dalf/no-inline-scriptAlexandre Flament
No inline script for oscar and simple theme
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2019-08-06manage.sh grunt_build: add node_modules/.bin to the pathDalf
2019-08-06Add image format and source information to display (#1567)Frank de Lange
Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template.
2019-08-05Fix bing engine results count (#1387)Léo Bourrel
This PR fixes the result count from bing which was throwing an (hidden) error and add a validation to avoid reading more results than avalaible. For example : If there is 100 results from some search and we try to get results from 120 to 130, Bing will send back the results from 0 to 10 and no error. If we compare results count with the first parameter of the request we can avoid this "invalid" results.
2019-08-05Merge pull request #1669 from dalf/engine-fixesAlexandre Flament
Engine fixes
2019-08-05[fix] bing engineDalf
before this commit, sometimes there are no results use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64"
2019-08-05[fix] etymonline, voat enginesDalf
2019-08-05[fix] fdroid engineDalf
2019-08-05[fix] dictzone engineDalf
2019-08-05[fix] arxiv engineDalf