| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-28 | [build] /static | Monty | |
| 2022-03-24 | [build] /static | mrpaulblack | |
| 2022-03-19 | [build] /static | Alexandre Flament | |
| 2022-03-16 | [build] /static | mrpaulblack | |
| 2022-03-12 | [build] /static | Markus Heiser | |
| 2022-03-02 | [build] /static | Alexandre FLAMENT | |
| 2022-02-27 | [build] /static | Alexandre Flament | |
| 2022-02-26 | [build] /static | mrpaulblack | |
| 2022-02-20 | [build] /static | Alexandre Flament | |
| 2022-01-29 | [build] /static | Alexandre Flament | |
| 2022-01-22 | [build] /static | Monty | |
| 2022-01-17 | [build] /static | mrpaulblack | |
| 2021-12-31 | [build] /static | Markus Heiser | |
| 2021-12-18 | [build] /static | mrpaulblack | |
| 2021-12-15 | [build] /static | Markus Heiser | |
| 2021-12-05 | [build] /static | Markus Heiser | |
| 2021-12-04 | [build] /static | Markus Heiser | |
| 2021-12-01 | [build] /static | Markus Heiser | |
| 2021-11-30 | [build] /static | Markus Heiser | |
| 2021-11-19 | [build] /static | mrpaulblack | |
| 2021-11-19 | [build] /static | Alexandre Flament | |
| 2021-11-11 | [build] /static | MrPaulBlack | |
| 2021-11-05 | [build] /static | Alexandre Flament | |
| 2021-11-04 | [build] /static | Markus Heiser | |
| 2021-10-28 | [build] /static | Alexandre Flament | |
| 2021-10-01 | [build] /static | Alexandre Flament | |
| 2021-09-30 | [build] /static | Alexandre Flament | |
| 2021-09-24 | [build] /static | Alexandre Flament | |
| 2021-06-28 | [build] /static | Alexandre Flament | |
| 2021-06-22 | Static build | Alexandre Flament | |
| 2021-06-10 | [static] make themes.all - based on commit 12af3b39 | Markus Heiser | |
| Based on commit 12af3b39 this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-06-01 | [static] make /stats more CSP compliant- make themes.all | Markus Heiser | |
| Based on commit: - a89b823f [mod] remove overpass API call this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-06-01 | [mod] remove overpass API call | Alexandre Flament | |
| prepare the code the PR #90 | |||
| 2021-05-17 | [static] make /stats more CSP compliant- make themes.all | Markus Heiser | |
| Based on commits - 0507e185 [fix] bar graph and rename CSS class engine-scores -> engine-score - 3e9ad7ae [fix] make /stats more CSP compliant - github issue form - 34859d0e [fix] make /stats more CSP compliant - oscar theme - 0a6c4884 [fix] make /stats more CSP compliant - simple theme - cdfb4b7f [fix] make /stats more CSP compliant - bar graph - 965817f2 [fix] simple theme - generate missing sourceMap file this patch is generated by:: make themes.all Reported-by: https://github.com/searxng/searxng/issues/57 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-24 | [mod] update /stats | 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-05 | [enh] oscar: image thumbnail layout | Alexandre Flament | |
| Adjust thumbnail sizes to fill the container width | |||
| 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: 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] 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-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-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 | |