| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11-03 | Mojeek engine hotfix | x250 | |
| 2019-11-01 | Merge pull request #1719 from Monogramm/feature/accessibility | Noémi Ványi | |
| Add aria labels for oscar buttons | |||
| 2019-10-29 | Merge branch 'master' into feature/accessibility | Mathieu Brunot | |
| 2019-10-24 | Merge pull request #1728 from MarcAbonce/corrections_fix | Noémi Ványi | |
| [fix] Preserve bangs in corrections | |||
| 2019-10-24 | Merge branch 'master' into corrections_fix | Noémi Ványi | |
| 2019-10-24 | Merge pull request #1729 from MarcAbonce/fix_tracker_remover | Noémi Ványi | |
| Fix out of range error in tracker remover plugin | |||
| 2019-10-23 | Merge pull request #1730 from kvch/gh-pages | Adam Tauber | |
| Add post about introducing offline engines to blog | |||
| 2019-10-23 | add post about introducing offline engines | 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 | Merge pull request #1700 from kvch/intro-offline-engines | Adam Tauber | |
| Initialize support for offline engines | |||
| 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 | Merge pull request #1720 from Monogramm/docker/config | Adam Tauber | |
| Config for instance name and autocomplete | |||
| 2019-10-16 | [mod] remove cloudflare protected digbt from engines list | Adam Tauber | |
| 2019-10-16 | [fix] remove useless engine tests | 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] engine test | 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 | :whale: Config for instance name and autocomplete | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-10-14 | :wheelchair: Add aria labels for oscar buttons | mathieu.brunot | |
| Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> | |||
| 2019-10-01 | Update README.rst | CaffeinatedTech | |
| Fixed some grammar in README.rst | |||
| 2019-08-26 | [fix] google images | Marc Abonce Seguin | |
| 2019-08-20 | [fix] mojeek engine | Venca24 | |
| 2019-08-18 | .. | Robert O'Connor | |
| 2019-08-18 | some other minor tweaks to move stuff very unlikely to change to the top in ↵ | Robert O'Connor | |
| efforts to delay cache invalidation | |||
| 2019-08-18 | add --no-cache to package installs | Robby O'Connor | |
| Add --no-cache to apk upgrade and apk add calls. | |||
| 2019-08-06 | Merge pull request #1647 from dalf/no-inline-script | Alexandre Flament | |
| No inline script for oscar and simple theme | |||
| 2019-08-06 | oscar and simple themes: no inline script (allow A+ Content-Security-Policy) | Dalf | |
| 2019-08-06 | manage.sh grunt_build: add node_modules/.bin to the path | Dalf | |
| 2019-08-06 | Add 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. | |||