| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-17 | [mod] themes: remove legacy, courgette and pix-art themes | Alexandre Flament | |
| 2020-12-01 | [mod] oscar theme: added option into gruntfile.js for generate sourceMap | Alexandre Flament | |
| Credits go to @mrwormo (see PR #2308 ) | |||
| 2020-11-30 | [fix] fix the reset button in the oscar theme (#2306) | GazoilKerozen | |
| Rely on javascript instead of type="clear" Close #2009 | |||
| 2020-11-30 | Add recoll engine (#2325) | Noémi Ványi | |
| recoll is a local search engine based on Xapian: http://www.lesbonscomptes.com/recoll/ By itself recoll does not offer web or API access, this can be achieved using recoll-webui: https://framagit.org/medoc92/recollwebui.git This engine uses a custom 'files' result template set `base_url` to the location where recoll-webui can be reached set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain | |||
| 2020-11-02 | [mod] separate index and search routes | Marc Abonce Seguin | |
| This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar. | |||
| 2020-09-19 | [fix] simple theme: fix autocomplete | Alexandre Flament | |
| AJAX requests send the X-Requested-With HTTP header, so searx.webapp.autocompleter returns the results with the expected data format. Related to #2127 Close #2203 | |||
| 2020-09-10 | wait for img to load before hiding infobox toggle | Marc Abonce Seguin | |
| 2020-08-27 | fix selects in preferences so they look consistent (#2150) | Marc Abonce Seguin | |
| 2020-08-10 | add toggle to resize infobox | Marc Abonce Seguin | |
| 2020-08-09 | add visually-hidden css class to pointhi style | Marc Abonce Seguin | |
| 2020-08-09 | add class for infobox's official url | Marc Abonce Seguin | |
| 2020-08-09 | set max-height on infobox's images | Marc Abonce Seguin | |
| 2020-07-29 | Revert "[enh] new plugin to open results on new browser tabs" | Noémi Ványi | |
| This reverts commit ab6a7601cbdbdd93fa07ec6405bc3167f392b792. Closes #2037 | |||
| 2020-07-28 | [mod] add dedicated directory to external plugins with gitignore file | Adam Tauber | |
| 2020-07-06 | [fix] indicate visually active tab programmatically on the page Preferences ↵ | Adam Tauber | |
| - #350 | |||
| 2020-07-02 | [fix] refine contrast ratios of texts and borders - #350 | Noémi Ványi | |
| 2020-06-30 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-25 | [fix] make "Advanced settings" openable and usable with keyboard - #350 | Adam Tauber | |
| 2020-06-23 | [enh] make checkboxes in preferences accessible using keyboard - #350 | Adam Tauber | |
| 2020-06-23 | [enh] add visually hidden but accessible css class - #350 | Adam Tauber | |
| 2020-06-19 | Merge branch 'master' into csp-oscar-theme | Markus Heiser | |
| 2020-06-18 | Consider HTTP request when running search categories on select is enabled | Noémi Ványi | |
| Closes #1138 | |||
| 2020-06-16 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-15 | [enh] add translatable strings to javascript - closes #461 | Adam Tauber | |
| 2020-06-10 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-10 | [fix] do not stretch images - fixes #1262 | Adam Tauber | |
| 2020-06-09 | Merge branch 'master' into csp-oscar-theme | Markus Heiser | |
| 2020-06-04 | [fix] wrap long lines in infoboxes - fixes #1652 | Adam Tauber | |
| 2020-06-04 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-06-03 | [fix] do not autocomplete for pressing enter when mouse is on the completion ↵ | Adam Tauber | |
| list - fixes #340 | |||
| 2020-06-03 | [mod] reduce the gap between results | Adam Tauber | |
| 2020-06-03 | [enh] update npm dependency versions | Adam Tauber | |
| 2020-06-03 | [enh] build css after less file changes | Adam Tauber | |
| 2020-06-03 | Merge pull request #983 from ahangarha/patch-1 | Adam Tauber | |
| Update results.less | |||
| 2020-06-01 | Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme | Markus Heiser | |
| 2020-05-31 | add disable all and allow all engines button to Oscar preferences | Noémi Ványi | |
| 2020-05-15 | [build] rebuild of the oscar theme, build from ad208378 | Markus Heiser | |
| the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-15 | [fix] oscar theme, remove inline style attributes (CSP compliants) | Markus Heiser | |
| Inline styles are blocked by default with Content Security Policy (CSP). Move the rest of inline styles to CSS and correct the HTML template of the oscar preference page. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-26 | .gitignore: make package-lock.json visible | Markus Heiser | |
| Even if we do not versioning them right now. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-25 | Makefile: add target node.env - download & install npm dependencies | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-25 | [fix] brands: add variables from build env to grunt process | Markus Heiser | |
| We have some variables in the build environment which are also needed in the grunt process when building themes. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-23 | [enh] submit search on suggestion select - closes #807 | Adam Tauber | |
| 2020-03-23 | [fix] load new page with infinite scroll if there is no scrollbar - fixes #759 | Adam Tauber | |
| 2020-01-28 | Merge branch 'master' into fix-infinite-scroll | Markus Heiser | |
| 2019-12-16 | Fix not jumping to results loaded by infinite scroll | Nick Espig | |
| Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling. | |||
| 2019-12-11 | [mod] infinite scroll: XHR requests are sent with the header "Accept: ↵ | Dalf | |
| text/html". Fix https://github.com/searx/searx-docker/issues/16 | |||
| 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-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-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
| 2019-08-06 | oscar and simple themes: no inline script (allow A+ Content-Security-Policy) | Dalf | |