| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | [less] update grunt-contrib-less v3.3.0 | Markus Heiser | |
| Upgraded [v3.3.0] otherwise:: ` width: calc(100% - 5rem);` becomes `width: 95%` once compiled by less version 1.4.1. [v3.3.0] https://github.com/gruntjs/grunt-contrib-less/releases/tag/v3.0.0 Suggested-by: @dalf in commit 1204e4f0 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-28 | [static] make themes.all - from commit 9e8171e38 | Markus Heiser | |
| Based on commit 9e8171e38 this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-28 | [fix] new_issue.html: drop inline style attributes (CSP conformance) | Markus Heiser | |
| Inline styles are blocked by default with Content Security Policy (CSP). Move the inline styles from 'new_issue.html' to:: searx/static/themes/__common__/less/new_issue.less Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-28 | [fix] simple theme - remove no longer used stats.less file | Markus Heiser | |
| File searx/static/themes/simple/less/stats.less is not used (imported) in any other less file. I can't say when it's usage was dropped or if it has ever been used. ATM this file is without any usage. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-28 | [fix] grunt/less/development: oscar light & dark logicodev mixes CSS | Markus Heiser | |
| closes: https://github.com/searxng/searxng/issues/39 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-26 | [upd] ./manage pyenv.cmd searx_extra/update/update_pygments.py | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-24 | [mod] /stats: simple theme implementation | Alexandre Flament | |
| 2021-04-24 | [mod] /stats : add reliability column and sort by column links | Alexandre Flament | |
| 2021-04-24 | [mod] update /stats | Alexandre Flament | |
| 2021-04-21 | fix issues from review | Alexandre Flament | |
| 2021-04-21 | [mod] oscar: /preferences , engines tab: report engine times | Alexandre Flament | |
| * display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail. | |||
| 2021-04-19 | Merge remote-tracking branch 'dalf/oscar-images' | Alexandre Flament | |
| 2021-04-15 | [fix] xpath expressions to grap all items from bandcamp's response | Markus Heiser | |
| I also found some items missing a thumbnail and I used text_extract for content and title, to remove unneeded whitespaces. BTW: added bandcamp's favicon Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-05 | [enh] oscar: image thumbnail layout | Alexandre Flament | |
| Adjust thumbnail sizes to fill the container width | |||
| 2021-03-28 | fix dark "expand" button from infobox | Marc Abonce Seguin | |
| 2021-03-22 | [mod] preferences: a tooltip is shown when the mouse is over the engine names | Alexandre Flament | |
| 2021-03-21 | [mod] oscar: fix the sourcemap URL in *.min.css | Alexandre Flament | |
| Close https://github.com/searx/searx/issues/2670 Note: clean-css contains a bug: * a multiline comment or URL adds "$stdin" to the sourcemap (see src/less/logicodev/search.less) * in this case when the user opens the devtools, the browser fails to load this "https://.../$stdin" URL * it is not a problem and the error appears only when the user actively tries to debug the CSS. * seems related to https://github.com/jakubpawlowicz/clean-css/issues/593 | |||
| 2021-03-16 | [mod] replace /translations.js by embedded JSON | Alexandre Flament | |
| In webapp.py, there is a new function "get_translations" lists available translations Close #2064 | |||
| 2021-03-16 | [mod] upgrade pygments | Alexandre Flament | |
| add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes. | |||
| 2021-03-11 | [mod] oscar: update README.rst | Alexandre Flament | |
| 2021-03-11 | [mod] oscar: get bootstrap and typeahead from NPM | Alexandre Flament | |
| 2021-03-11 | [mod] oscar: get leaflet and jquery from NPM | Alexandre Flament | |
| easy to upgrade (package.json) | |||
| 2021-03-10 | [mod] oscar: move compiled files to the src directory | Alexandre Flament | |
| 2021-03-10 | [mod] oscar: remove unused images | 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 | |||
| 2021-03-10 | [mod] oscar: upgrade npm dependencies | Alexandre Flament | |
| 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-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-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-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 | |