| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-01 | Merge pull request #362 from searxng/update_data_update_currencies.py | Markus Heiser | |
| Update searx.data - update_currencies.py | |||
| 2021-10-01 | Update searx.data - update_currencies.py | dalf | |
| 2021-09-29 | Merge pull request #353 from return42/stackexchange | Alexandre Flament | |
| [mod] engines - add Stack Exchange API v2.3 | |||
| 2021-09-29 | Merge pull request #354 from dalf/mod-searx-network-stream | Alexandre Flament | |
| [mod] /image_proxy: fix memory leak | |||
| 2021-09-29 | [fix] engine stackexchange - decode HTML entities in title & content | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] searx.network.stream returns a tuple (response, stream) | Alexandre Flament | |
| 2021-09-28 | Merge pull request #343 from dalf/fix-checker-memory-issue | Alexandre Flament | |
| [fix] checker: fix memory usage | |||
| 2021-09-28 | [fix] searx.network.stream: fix memory leak | Alexandre Flament | |
| 2021-09-28 | [mod] engines - add superuser.com (Stack Exchange API) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] engines - add askubuntu.com (Stack Exchange API) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] replace old stackoverflow engine by Stack Exchange API v2.3 | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] engines - add Stack Exchange API v2.3 | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [fix] checker: fix memory usage | Alexandre Flament | |
| * download images using the "image_proxy" network (HTTP/1 instead of HTTP/2) * don't cache data: URL (reduce memory usage) * after each test: purge image URL cache then call garbage collector * download only the first 64kb of images | |||
| 2021-09-28 | Merge pull request #350 from MrPaulBlack/fix-engine-description-position | Alexandre Flament | |
| [fix] engine description position in simple theme | |||
| 2021-09-28 | [build] /static | MrPaulBlack | |
| 2021-09-28 | [fix] position of engine description tooltip | MrPaulBlack | |
| 2021-09-27 | Merge pull request #348 from return42/no-arial | Alexandre Flament | |
| [theme] simple: do not prefer arial over user's sans-serif font | |||
| 2021-09-27 | [build] /static | Markus Heiser | |
| 2021-09-27 | [theme] simple: do not prefer arial over user's sans-serif font | Markus Heiser | |
| The default *sans-serif* font from the browsers most often renders much better compared to Arial font. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-27 | Merge pull request #345 from MrPaulBlack/simple-theme-changes | Alexandre Flament | |
| simple theme css refactor | |||
| 2021-09-27 | [build] /static | MrPaulBlack | |
| 2021-09-27 | [fix] backtotop and pagination on image result page | MrPaulBlack | |
| 2021-09-27 | [fix] several issues in the simple theme | MrPaulBlack | |
| - using more rem in style and definitions - mobile width in preferences.less fix max-width: 75em to 80em (normalized with style.less and other) - do not display #backToTop position on tablet (when max-width: 80em) - fix answer box on mobile (when max-width: 50em) | |||
| 2021-09-27 | [theme] margin around checkboxes is bigger now, index centers the search ↵ | MrPaulBlack | |
| more and the pref, stats and about page have a max-width now | |||
| 2021-09-27 | [theme] optimize switching between different device types | MrPaulBlack | |
| 2021-09-27 | [theme] cleanup grid layout and remove various margins and paddings from ↵ | MrPaulBlack | |
| elements | |||
| 2021-09-27 | simple theme: update | Alexandre Flament | |
| 2021-09-27 | [fix] make selected tabs not change wifth anymore compared to not being selected | MrPaulBlack | |
| 2021-09-25 | Merge pull request #333 from dalf/enh-engine-descriptions | Alexandre Flament | |
| RFC: /preferences: display engine descriptions | |||
| 2021-09-25 | Merge pull request #344 from dalf/osm-lang-all-fix | Alexandre Flament | |
| [fix] openstreetmap engine: map "all" language to English | |||
| 2021-09-25 | [fix] openstreetmap engine: optmizer SPARQL query | Alexandre Flament | |
| add hint:Query hint:optimizer "None". to the SPARQL query to keep the response time small. It tells the optimizer to follow the path from ?item to the different property values instead of the other way around. See https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization#Property_paths | |||
| 2021-09-24 | [build] /static | Alexandre Flament | |
| 2021-09-24 | [enh] themes: display the engine descriptions | Alexandre Flament | |
| 2021-09-24 | [mod] add /engine_descriptions.json endpoint | Alexandre Flament | |
| returns engine descriptions (JSON): * key: engine name * value: description in the user locale, use English description as a fallback | |||
| 2021-09-24 | [fix] fix searx_extra/update/update_engine_descriptions.py | Alexandre Flament | |
| write ouput in searx/data/engine_descriptions.json instead of stdout use the wikipedia engine to fetch the wikipedia descriptions (for example use tl.wikipedia.org for the Filipino language) | |||
| 2021-09-24 | [fix] fix the about section of some engines | Alexandre Flament | |
| 2021-09-24 | Merge pull request #340 from MrPaulBlack/simple-preferences-refactor | Alexandre Flament | |
| Simple theme preferences refactor | |||
| 2021-09-24 | [fix] openstreetmap engine: map "all" language to English | Alexandre Flament | |
| 2021-09-24 | [preferences] remove checkbox class from query section | MrPaulBlack | |
| 2021-09-24 | [build] /static | MrPaulBlack | |
| 2021-09-24 | [preferences] make elements in query selecter align left | MrPaulBlack | |
| 2021-09-24 | [preferences] reorder tabs in simple to match oscar theme | MrPaulBlack | |
| 2021-09-24 | [preferences] cleanup whitespaces | MrPaulBlack | |
| 2021-09-24 | [preferences] add special queries tab to preferences | MrPaulBlack | |
| 2021-09-22 | Merge pull request #337 from MrPaulBlack/fix-searxjs-null-exception | Alexandre Flament | |
| [fix] fix searx.js null pointer because of missing category div | |||
| 2021-09-22 | [build] /static | MrPaulBlack | |
| 2021-09-22 | [fix] searx.js null pointer exception when category div is missing | MrPaulBlack | |
| 2021-09-22 | Merge pull request #336 from MrPaulBlack/simple-search-form | Alexandre Flament | |
| [theme] remove categories, language and time range from index.html | |||
| 2021-09-21 | [theme] add newline at the end of the file | MrPaulBlack | |
| 2021-09-21 | [theme] remove categories, language and time range from index | MrPaulBlack | |