summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2021-09-17[pylint] fix global-variable-not-assigned issuesMarkus Heiser
2021-09-13[fix] settings - displayed name is SearXNGMarkus Heiser
2021-09-02[mod] move searx/testing.py to the tests directoryAlexandre Flament
2021-08-31[pylint] Pylint 2.10 - fix redundant-u-string-prefixMarkus Heiser
2021-08-17[mod] searx.webapp.get_locale: read locale from the preferencesAlexandre Flament
2021-08-03[mod] settings.yml: remove localesAlexandre Flament
2021-07-25[mod] use tests/unit/settings/test_settings.yml in unit testsMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/user_settings_remove2.ymlMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/user_settings_remove.ymlMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/user_settings_simple.ymlMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/user_settings_keep_only.ymlMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/user_settings.ymlMarkus Heiser
2021-06-05[yamllint] tests/unit/settings/syntaxerror_settings.ymlMarkus Heiser
2021-06-01[mod] settings_default: remove searx.search.max_request_timeout global variableAlexandre Flament
2021-05-07[fix] fix KeyError: 'ipv6'Alexandre Flament
2021-05-05[mod] multithreading only in searx.search.* packagesAlexandre Flament
2021-04-25[brand] searxng is a fork from searxMarkus Heiser
2021-04-12[httpx] replace searx.poolrequests by searx.networkAlexandre Flament
2021-04-10[enh] replace requests by httpxAlexandre Flament
2021-04-10[fix] test: avoid HTTP requestsAlexandre Flament
2021-03-06[enh] add ability to send engine data to subsequent requestsAdam Tauber
2021-03-05Merge pull request #2600 from dalf/searx-extraAlexandre Flament
2021-03-04Add searx_extra packageAlexandre Flament
2021-03-01[enh] autocomplete refactoring, autocomplete on external bangsAlexandre Flament
2021-02-24[mod] add utils/fetch_external_bangs.pyAlexandre Flament
2021-02-08Updated webutils.highlight_content to ignore double-quotes when highlighting ...Daniel Hones
2021-02-04[fix] get correct locale with country from browserMarc Abonce Seguin
2021-01-09fix empty colon in query from selecting ChineseMarc Abonce Seguin
2020-12-18[mod] searx.search.EngineRef: remove from_bang parameterAlexandre Flament
2020-12-18[mod] searx.search.SearchQuery: remove categories parameterAlexandre Flament
2020-12-17[mod] split searx.search into different processorsAlexandre Flament
2020-12-17[mod] themes: remove legacy, courgette and pix-art themesAlexandre Flament
2020-12-03[fix] settings_loader: don't crash when a key exists only in the user settingsAlexandre Flament
2020-12-03[enh] record details exception per engineAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-12-01[fix] tests: fix duplicate method nameAlexandre Flament
2020-11-27[enh] settings.yml: add use_default_settings option (2nd version)Alexandre Flament
2020-11-20[enh] Add multiple outgoing proxiesAlexandre Flament
2020-11-17[mod] use github actions instead of travisAlexandre Flament
2020-11-17[fix] fix a test_standalone_searx test caseAlexandre Flament
2020-11-14[mod] remove unused importAlexandre Flament
2020-11-14Merge pull request #2296 from rachmadaniHaryono/feature/suppress-outputAlexandre Flament
2020-11-14Merge pull request #2309 from dalf/mod_search_reprAlexandre Flament
2020-11-10[mod] searx.search: EngineRef, SearchQuery: add __repr__ and __eq__ methodsAlexandre Flament
2020-11-06[fix] fix of / and /searchAlexandre Flament
2020-11-05chg: test: suppress outputrachmadaniHaryono
2020-11-04Feature/standalone searx update (#1591)rachmadani haryono
2020-11-02[mod] separate index and search routesMarc Abonce Seguin
2020-10-26Merge pull request #565 from MarcAbonce/onionsAdam Tauber
2020-10-26[fix] resolve query_parts regressionAdam Tauber