summaryrefslogtreecommitdiff
path: root/AUTHORS.rst
Commit message (Collapse)AuthorAge
* [fix] keyboard navigation / simple theme (UI)Jinyuan Huang2023-09-16
| | | | | | | | | - avoid loop select - fix select next item in mixed result lists Replaces: https://github.com/searxng/searxng/pull/2789 Closes: https://github.com/searxng/searxng/issues/2751 Closes: https://github.com/searxng/searxng/issues/2788
* [mod] engine torznab - refactor & option to hide linksPaolo Basso2023-06-28
| | | | | | | | | | - torznab engine using types and clearer code - torznab option to hide torrent and magnet links. - document the torznab engine - add myself to authors Closes: https://github.com/searxng/searxng/issues/1124 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
* Update AUTHORS.rstAlexandre Flament2023-04-12
|
* [doc] add example for enabling an engine disabled by defaultblob422023-02-12
|
* Feature: Pagination Widget with list of numbers.llmII2023-01-23
| | | | | | | | | | | | | | Adds to the navigation widget, preserving forward/backward nav, and inserting a list of clickable page numbers between them. Phone sized devices continue without this widget as deterministic display under small screen sizes has not been solved. The widget is agnostic to the actual amount of pages there are that one can navigate to and as such shows all plausible, albeit not necessarilly valid, possibilities. This widget does not interfere with infinite scroll in any fashion.
* [fix] typos in utils/searxng.shMilad-Laly2023-01-08
|
* Add flex-wrap to the list of enginesahmad-alkadri2023-01-07
|
* [mod] link to public-instances can be set to hiddenXavier horwood2022-07-04
| | | | | | Some administrators may want to hide the link to public_instances: If you run a private instance for a company that wants there employees to use the private instance instead of any of the public instances.
* Add privacypolicy_url optionsamsaptidev2022-06-16
|
* [mod] engines - add IMDB / Internet Movie DatabasePaul Alcock2021-10-03
| | | | | | | Merged from @Guilvareux's commit [1] and slightly modfied / see [2]. [1] https://github.com/searx/searx/pull/2980/commits/f2f90071 [2] https://github.com/searx/searx/pull/2980
* [brand] searxng -- fix links to issue tracker & WEB-GUIMarkus Heiser2021-04-25
| | | | Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
* [brand] searxng is a fork from searxMarkus Heiser2021-04-25
| | | | Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
* [doc] update authors fileAdam Tauber2021-04-05
|
* [doc] update authors fileAdam Tauber2021-04-05
| | | | | We would like to thank him for all of his work and we would like to wish him good luck in his future endeavors.
* [doc] add new contributors to the authors fileAdam Tauber2021-03-27
| | | | | | | | | | | | | | new contributors: - @cyclaero - @thezeroalpha - @Tobi823 - @archiecodes - @BBaoVanC - @datagram1 - @lucky13820 - @jhigginbotham - @xenrox - @OliveiraHermogenes
* Updated webutils.highlight_content to ignore double-quotes when highlighting ↵Daniel Hones2021-02-08
| | | | query parts
* update AUTHORS.rst with new contributorsAlexandre Flament2020-12-14
|
* [enh] add plugin converting strings into hash digestsVenca242020-10-23
|
* add peertube engine (#2109)Michael Ilsaas2020-08-08
|
* [fix] typoAdam Tauber2020-07-09
|
* [enh] add @piplongrun @jjasonkal @KazamaSion @resynth1943 @ahangarha ↵Adam Tauber2020-07-09
| | | | @gordon-quad @999eagle to authors
* Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk2020-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Refactored getting search query. Also changed bang operator to ! and is now working. * Removed prints * Removed temporary bangs_redirect.js file. Updated plugin documentation * Added unit test for the bangs plugin * Fixed a unit test and added 2 more for bangs plugin * Changed back to default settings.yml * Added myself to AUTHORS.rst * Refacored working of custom plugin. * Refactored _get_bangs_data from list to dict to improve search speed. * Decoupled bangs plugin from webserver with redirect_url * Refactored bangs unit tests * Fixed unit test bangs. Removed dubbel parsing in bangs.py * Removed a dumb print statement * Refactored bangs plugin to core engine. * Removed bangs plugin. * Refactored external bangs unit tests from plugin to core. * Removed custom_results/bangs documentation from plugins.rst * Added newline in settings.yml so the PR stays clean. * Changed searx/plugins/__init__.py back to the old file * Removed newline search.py * Refactored get_external_bang_operator from utils to external_bang.py * Removed unnecessary import form test_plugins.py * Removed _parseExternalBang and _isExternalBang from query.py * Removed get_external_bang_operator since it was not necessary * Simplified external_bang.py * Simplified external_bang.py * Moved external_bangs unit tests to test_webapp.py. Fixed return in search with external_bang * Refactored query parsing to unicode to support python2 * Refactored query parsing to unicode to support python2 * Refactored bangs plugin to core engine. * Refactored search parameter to search_query in external_bang.py
* Add Wikimedia projects.Splinter Suidman2020-04-05
| | | | | | | | | | | A list of the added projects: - Wikibooks - Wikinews - Wikiquote - Wikisource - Wiktionary - Wikiversity - Wikivoyage
* [enh] update AUTHORS.rst with new contributorsAdam Tauber2020-01-30
|
* [enh] add @pofilo & @return42 to maintainersAdam Tauber2019-12-09
|
* update AUTHORS.rst with new contributorsNoémi Ványi2019-01-06
|
* [doc] add @daftaupe @icegiant @trankmichael @josephkiranbabu @maiki @zeph33 ↵Adam Tauber2018-02-19
| | | | to authors
* [doc] add @vachi, @lcpz, @nikaiw, Thirnearez, @MrPetovan, @woorst, ↵Adam Tauber2017-11-21
| | | | @Apply55gx, @pyrrh0n1c, @cclauss, @moon2l to authors
* [doc] add Joachim Cherqui, @maxigas, @kiney, @juanitobananas to authors ++ ↵Adam Tauber2017-06-04
| | | | promote @a01200356 to major contributor
* [doc] @firebovine @luccoj @eig8phei added to authorsAdam Tauber2017-01-10
|
* Merge branch 'master' into languagesAdam Tauber2016-12-28
|\
| * Add ccctv engine to settings.ymlStefan Antoni2016-12-24
| |
* | small fixesmarc2016-12-13
|/
* initial commit of pdbe engineAlexander Minges2016-10-13
| | | | Adds support for queries to the Protein Data Bank Europe (PDBe).
* Add pydo to authorsPydo2016-10-01
|
* [doc] @blyxxyz @ammarnajjar @stepshal @mmuman @a01200356 @harry-wood ↵Adam Tauber2016-09-06
| | | | @threnard added to authors
* Add Google Scholar search engineDavid A Roberts2016-07-16
|
* [doc] @jibe-b, @pietsch, @Maxqia, @pyprism, @imZack, @mikhirev added to authorsAdam Tauber2016-05-24
|
* [enh] wikipedia infoboxa012003562016-04-17
| | | | creates simple multilingual infobox using wikipedia's api
* Add myself as authorGuilhem Bonnefille2016-04-05
| | | | | As requested by the contribution guide: https://asciimoo.github.io/searx/dev/contribution_guide.html
* Add Arch Linux Wiki search engineKirill Isakov2016-03-24
|
* [doc] @GreenLunar, @kvch, @gugod added to authorsAdam Tauber2015-12-22
|
* [doc] @ldidry, @haasn, @underr, @beniz addedAdam Tauber2015-09-08
|
* [doc] @dalf added as maintainerAdam Tauber2015-05-04
|
* [doc] @glogiotatidis added to authorsAdam Tauber2015-02-05
|
* [doc] @Cqoicebordel promoted to major contributorAdam Tauber2015-02-03
|
* [doc] @dimqua added to authorsAdam Tauber2015-01-20
|
* [doc] @opi added to authorsAdam Tauber2015-01-02
|
* [doc] @vincib added to authorsAdam Tauber2015-01-02
|
* [enh] add turkish translationThomas Pointhuber2014-12-28
|