summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.min.js.map
AgeCommit message (Collapse)Author
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-16Static buildAlexandre Flament
2021-06-16Static buildAlexandre Flament
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-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
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-11-26[mod] simple theme: add the license to different files.Dalf
2017-08-06[enh] add simple theme (WIP)Alexandre Flament