Skip to content
Snippets Groups Projects
  1. Sep 30, 2013
    • Evgeni Golov's avatar
      cURL does not honour default_socket_timeout · b6fc1430
      Evgeni Golov authored
      SabreDAV uses cURL for the requests and as this does not honour
      default_socket_timeout, setting it is useless and confusing as
      people will expect the request to timeout faster than it actually
      will do.
      
      One has to use
       curl_setopt($curl, CURLOPT_TIMEOUT, x)
      or
       curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x)
      but there is currently no way to make SabreDAV pass this to cURL.
      b6fc1430
  2. Sep 27, 2013
  3. Sep 26, 2013
  4. Sep 25, 2013
  5. Sep 24, 2013
  6. Sep 23, 2013
  7. Sep 22, 2013
  8. Sep 21, 2013
  9. Sep 20, 2013
  10. Sep 19, 2013
  11. Sep 18, 2013
  12. Sep 17, 2013
    • Jörn Friedrich Dreyer's avatar
      initial scrollto implementation: · b40925ae
      Jörn Friedrich Dreyer authored
      use places/folder icon,
      move link construction to JS,
      only show icon on hover,
      use 'searchresult' as css class name,
      add filter/unfilter methods,
      highlight searched files in current filelist
      only filter when correct FileList is present
      b40925ae
  13. Sep 16, 2013
  14. Sep 15, 2013
  15. Sep 14, 2013
Loading