| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-23 | Merge branch 'master' into bug/oscar-theme | Markus Heiser | |
| 2019-12-21 | hide suggestions box if empty | Marc Abonce Seguin | |
| This bug happens only in python3 because map returns an iterator. | |||
| 2019-12-21 | remove empty parenthesis in wikipedia's summary | Marc Abonce Seguin | |
| They're usually IPA pronunciations which are removed by the API. | |||
| 2019-12-21 | exclude disambiguation pages from wikipedia infobox | Marc Abonce Seguin | |
| 2019-12-22 | [Fix] oscar: no HTML escaping prior to output | Vipul | |
| When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649 | |||
| 2019-12-22 | [Fix] oscar: move info box at top of the page | Vipul | |
| In low width devices like mobile, tablet etc, info box is present at bottom of the page. This change addresses the issue by rearranging column grids for low width devices and move side bar at top of the page. See - https://getbootstrap.com/docs/3.3/css/#grid-column-ordering. - and Searx issue tracker (issue#1777), for more information. Effect: Along with Info, Suggestion and Link boxes also move to top of the page. Resolves: #1777 | |||
| 2019-12-21 | [enh] display error message if gigablast extra param expired | Adam Tauber | |
| 2019-12-21 | [fix] pep8 | Adam Tauber | |
| 2019-12-21 | [fix] handle empty response from wikipedia engine - closes #1114 | Adam Tauber | |
| 2019-12-21 | [fix] convert byte query to string in osm engine - fixes #1220 | Adam Tauber | |
| 2019-12-21 | [fix] fetch extra search param of gigablast - fixes #1293 | Adam Tauber | |
| 2019-12-21 | [fix] add explicit useragent header to requests - closes #1459 | Adam Tauber | |
| 2019-12-11 | Merge pull request #1752 from MarcAbonce/user-agents-update | Adam Tauber | |
| User agents update | |||
| 2019-12-10 | theme: oscar - remove dust (comes from PR #1671 implementation) | Markus Heiser | |
| was inadvertently included in the commit [1] [1] https://github.com/asciimoo/searx/commit/f34ac58752b3857468d01c79d7bc3409e8b03fe3#diff-0243d1c24e9981002156cc87cc10bd53R103 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - add accesskey to input tags | Markus Heiser | |
| l - language field s - search field t - time range field The way to activate the accesskey depends on the browser and its platform [1] [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - fix auto-submit on language seletion | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - tidy up trailing whitespaces and tab usage | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | Merge branch 'master' of https://github.com/asciimoo/searx into dos2unix | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | [mod] tidy oscar HTML output | Dalf | |
| 2019-12-08 | themes: remove CR from newlines | Markus Heiser | |
| Adding a CR in some files and in others not, is a good starting point for a DOS+Unix mess we all have already seen in many projects. Patch fixes all files matching (even those comming from grunt's build):: find ./searx -exec file {} \; | grep CR BTW: Same with mixing TAB and SPACE indent styles in one and the same file. So if sources are tuched here in this patch, its also fixed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-07 | [fix] update xpaths for new google results page | Marc Abonce Seguin | |
| 2019-12-02 | Merge pull request #1744 from dalf/optimizations | Adam Tauber | |
| [mod] speed optimization | |||
| 2019-12-02 | Merge pull request #1758 from return42/ddd-fix | Adam Tauber | |
| [fix] duckduckgo_definitions | |||
| 2019-12-02 | duckduckgo_definitions: remove the debug message | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-02 | Merge pull request #1754 from MarcAbonce/seedpeer | Adam Tauber | |
| Add Seedpeer again | |||
| 2019-11-29 | [fix] duckduckgo_definition issues reported by 'manage.sh test' | Markus Heiser | |
| Fix this error while travis build:: /home/travis/build/asciimoo/searx/searx/engines/duckduckgo_definitions.py:21:44: E225 missing whitespace around operator Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] duckduckgo_definitions - where 'AnswerType' is 'calc' | Markus Heiser | |
| Do not try to get text when 'AnswerType' is 'calc'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-29 | [fix] soundcloud: URLs of JS sources has been moved | Markus Heiser | |
| The client_id is found under (new) URL: https://a-v2.sndcdn.com/assets/49-a0c01933-3.js Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | Merge pull request #1682 from Venca24/devel_mojeek | Adam Tauber | |
| [fix] mojeek engine | |||
| 2019-11-28 | Merge pull request #1745 from lorddavidiii/python3.8-fix | Adam Tauber | |
| Fix python 3.8 compatibility | |||
| 2019-11-26 | Merge pull request #1689 from MarcAbonce/images_fixes | Adam Tauber | |
| [fix] Google Images | |||
| 2019-11-24 | add seedpeer again | Marc Abonce Seguin | |
| 2019-11-23 | update user agents | Marc Abonce Seguin | |
| 2019-11-23 | add a shortcut for utils/fetch_firefox_version.py in manage.sh | Marc Abonce Seguin | |
| 2019-11-22 | [fix] Force Google old UI with a new user agent | Emilien Devos | |
| 2019-11-16 | webapp.py: use html.escape if cgi.escape is not available | lorddavidiii | |
| - cgi.escape was removed in python 3.8 - also use html.escape in framalibre.py | |||
| 2019-11-15 | [mod] speed optimization | Dalf | |
| compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
| 2019-10-29 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-24 | Merge branch 'master' into corrections_fix | Noémi Ványi | |
| 2019-10-22 | fix out of range error in tracker remover plugin | Marc Abonce Seguin | |
| 2019-10-22 | [fix] preserve bangs in corrections | Marc Abonce Seguin | |
| 2019-10-16 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-16 | fix pep 8 check | Noémi Ványi | |
| 2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2019-10-16 | [mod] remove cloudflare protected digbt from engines list | Adam Tauber | |
| 2019-10-16 | [fix] pep8 | Adam Tauber | |
| 2019-10-16 | [fix] update gigablast engine | Adam Tauber | |
| 2019-10-16 | [fix] update digg engine | Adam Tauber | |
| 2019-10-16 | [fix] convert bytes type to string in language detection (fixes dictzone) | Adam Tauber | |
| 2019-10-16 | [fix] update devianart engine | Adam Tauber | |