| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-07-06 | [fix] indicate visually active tab programmatically on the page Preferences ↵ | Adam Tauber | |
| - #350 | |||
| 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-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-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 | |
| 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. | |||
| 2017-10-06 | preferences: make supported/not supported labels | Noémi Ványi | |
| Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558 | |||
| 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 | |||