| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-10 | [mod] oscar: move compiled files to the src directory | Alexandre Flament | |
| 2021-03-10 | [mod] theme: remove require-2.1.15.min.js | Alexandre Flament | |
| See https://github.com/requirejs/requirejs/issues/1816 requirejs loads one file: leaflet. This commit: * removes requirejs * load leaflet using <script src...> HTML tag in searx/templates/oscar/base.html | |||
| 2020-11-30 | [fix] fix the reset button in the oscar theme (#2306) | GazoilKerozen | |
| Rely on javascript instead of type="clear" Close #2009 | |||
| 2020-09-10 | wait for img to load before hiding infobox toggle | Marc Abonce Seguin | |
| 2020-08-10 | add toggle to resize infobox | Marc Abonce Seguin | |
| 2020-07-06 | [fix] indicate visually active tab programmatically on the page Preferences ↵ | Adam Tauber | |
| - #350 | |||
| 2020-06-15 | [enh] add translatable strings to javascript - closes #461 | Adam Tauber | |
| 2020-06-03 | [fix] do not autocomplete for pressing enter when mouse is on the completion ↵ | Adam Tauber | |
| list - fixes #340 | |||
| 2020-05-31 | add disable all and allow all engines button to Oscar preferences | Noémi Ványi | |
| 2020-03-23 | [enh] submit search on suggestion select - closes #807 | Adam Tauber | |
| 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-08-06 | oscar and simple themes: no inline script (allow A+ Content-Security-Policy) | Dalf | |
| 2016-07-25 | [fix] Close #640 : remove MapQuest maps. Add in comment maps.wikimedia.org ↵ | Alexandre Flament | |
| maps, see https://www.mediawiki.org/wiki/Maps | |||
| 2015-02-16 | Allow autocompleter to work in a sub folder of the domain name. | Cqoicebordel | |
| 2015-01-05 | Whitespace correction | Cqoicebordel | |
| 2015-01-05 | Integrated media in results + Deezer Engine | Cqoicebordel | |
| New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key). | |||
| 2015-01-01 | [fix] static file paths | Adam Tauber | |
| 2015-01-01 | [enh] themes static content refactor | Adam Tauber | |