summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js
AgeCommit message (Collapse)Author
2021-11-30[build] /staticMarkus Heiser
2021-11-21[build] /staticmrpaulblack
2021-11-19[build] /staticmrpaulblack
2021-11-19[build] /staticAlexandre Flament
2021-11-11[build] /staticMrPaulBlack
2021-11-05[build] /staticAlexandre Flament
2021-11-05[build] /staticAlexandre Flament
2021-11-04[build] /staticMarkus Heiser
2021-10-28[build] /staticAlexandre Flament
2021-10-01[build] /staticAlexandre Flament
2021-09-24[build] /staticAlexandre Flament
2021-09-22[build] /staticMrPaulBlack
2021-08-31[build] /staticAlexandre Flament
2021-06-28[build] /staticAlexandre Flament
2021-06-22Static buildAlexandre Flament
2021-06-16Static buildAlexandre Flament
2021-06-16[mod] simple theme: autocomplete-js becomes a packages.json dependencyAlexandre Flament
Update to version 2.7.1
2021-06-16[mod] simple theme: move source files to the src directoryAlexandre Flament
2021-06-16Static buildAlexandre Flament
2021-06-10[static] make themes.all - based on commit 12af3b39Markus 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.allMarkus 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 callAlexandre Flament
prepare the code the PR #90
2021-05-17[static] make /stats more CSP compliant- make themes.allMarkus 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] /stats: simple theme implementationAlexandre Flament
2021-04-21[mod] oscar: /preferences , engines tab: report engine timesAlexandre 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 layoutAlexandre Flament
Adjust thumbnail sizes to fill the container width
2021-03-16[mod] replace /translations.js by embedded JSONAlexandre Flament
In webapp.py, there is a new function "get_translations" lists available translations Close #2064
2021-03-16[mod] upgrade pygmentsAlexandre Flament
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
2020-12-17[mod] themes: remove legacy, courgette and pix-art themesAlexandre Flament
2020-09-19[fix] simple theme: fix autocompleteAlexandre 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-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2019-08-06Add 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.
2018-08-14simple theme updateAlex
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result
2017-12-05simple theme : replace magnet.svg with a home made versionAlexandre Flament
2017-11-26[mod] simple theme: add the license to different files.Dalf
2017-08-06[enh] add simple theme (WIP)Alexandre Flament