You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
rachmadani haryono ec88fb8a0f [fix] secret_key can be bytes instead of a string (#1602)
Fix #1600
In settings.yml, the secret_key can be written as string or as base64 encoded data using !!binary notation.
5 years ago
..
answerers feat(answers): add sha256 and uuid v4 to random answers 6 years ago
data [fix] fetch google's supported languages 5 years ago
engines embedded iframe (youtube, dailymotion, vimeo): use https 5 years ago
plugins [enh] Add preference section to two upstream plugins for simple theme integration 5 years ago
static Load next page shortly before hitting the bottom 5 years ago
templates Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 5 years ago
translations [enh] Add Interlingua locale (requires requirements update) 5 years ago
__init__.py Add addr setup via SEARX_BIND_ADDRESS 5 years ago
autocomplete.py [fix] never pass bangs to autocomplete suggestions 5 years ago
exceptions.py [enh] validate input and raise an exception inside search.py. The exception message is output in json and rss format. 7 years ago
languages.py fix fetch_langauges to be more accurate 6 years ago
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 7 years ago
preferences.py [fix] preference query parameter decoding (#1599) 5 years ago
query.py Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 5 years ago
results.py [fix] skip non-string result url/title/content 7 years ago
search.py Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 5 years ago
settings.yml [enh] Add Interlingua locale (requires requirements update) 5 years ago
settings_robot.yml Fix ./manage.sh robot_tests (#1633) 5 years ago
testing.py .travis.yml: robot tests: remove the xvfb dependency 5 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [fix] secret_key can be bytes instead of a string (#1602) 5 years ago
version.py update changelog and version.py 5 years ago
webapp.py Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 5 years ago