| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2019-10-16 | [fix] update 1x engine | Adam Tauber | |
| 2019-10-16 | [fix] enable paging support for arxiv engine | Adam Tauber | |
| 2019-10-14 | [fix] pep8 | Adam Tauber | |
| 2019-10-14 | [fix] add message to SearxParameterException - fixes #1722 | Adam Tauber | |
| 2019-10-14 | [fix] update query params sanitization - closes #722 | Adam Tauber | |
| 2019-10-14 | [fix] update voat xpaths - closes #1581 | Adam Tauber | |
| 2019-10-14 | [fix] update startpage engine - closes #1601 | Adam Tauber | |
| 2019-10-14 | [fix] normalize time range parameter | Adam Tauber | |
| 2019-10-14 | [fix] duckduckgo paging - closes #1677 | Adam Tauber | |
| 2019-10-14 | :wheelchair: Add aria labels for oscar buttons | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-08-26 | [fix] google images | Marc Abonce Seguin | |