1. 16 Oct, 2019 13 commits
  2. 14 Oct, 2019 9 commits
  3. 06 Aug, 2019 4 commits
  4. 05 Aug, 2019 7 commits
  5. 03 Aug, 2019 2 commits
  6. 02 Aug, 2019 5 commits
    • Alexandre Flament's avatar
      Merge pull request #1665 from dalf/fix-paging · d24e7948
      Alexandre Flament authored
      [fix] fix paging for the oscar theme after PR #1640
      Close #1664
      d24e7948
    • Dalf's avatar
      [fix] fix paging for the oscar theme after PR #1640 · ba80a0ba
      Dalf authored
      ba80a0ba
    • Alexandre Flament's avatar
      [enh] Add timeout limit per request (#1640) · 72029d27
      Alexandre Flament authored
      The new url parameter "timeout_limit" set timeout limit defined in second.
      Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds.
      
      In addition, the query can start with <[number] to set the timeout limit.
      
      For number between 0 and 99, the unit is the second :
      Example: "<30 searx" means the timeout limit is 3 seconds
      
      For number above 100, the unit is the millisecond:
      Example: "<850 searx" means the timeout is 850 milliseconds.
      
      In addition, there is a new optional setting: outgoing.max_request_timeout.
      If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query).
      
      If the value is set, the user can set a timeout between 0 and max_request_timeout using
      <[number] or timeout_limit query parameter.
      
      Related to #1077
      Updated version of PR #1413 from @isj-privacore
      72029d27
    • Alexandre Flament's avatar
      [fix] fix flickr_noapi decoding (#1655) · 2179079a
      Alexandre Flament authored
      Characters that were not ASCII were incorrectly decoded.
      Add an helper function: searx.utils.ecma_unescape (Python implementation of unescape Javascript function).
      2179079a
    • cy8aer's avatar
      [enh] add invidious engine. (#1657) · 4dc792e1
      cy8aer authored
      closes #1372
      4dc792e1