- Sep 30, 2013
-
-
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.
-
- Sep 27, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 26, 2013
-
-
Thomas Müller authored
-
- Sep 25, 2013
-
-
Arthur Schiwon authored
-
- Sep 24, 2013
-
-
Jenkins for ownCloud authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Georg Ehrke authored
-
Thomas Müller authored
ensure getChildren() is called on an instance of Share_Backend_Collection
-
- Sep 23, 2013
-
-
Andreas Fischer authored
-
Robin Appelman authored
-
Thomas Müller authored
-
- Sep 22, 2013
-
-
Jenkins for ownCloud authored
-
- Sep 21, 2013
-
-
Robin Appelman authored
files: when filtering search results, ensure results are children of the fakeroot not just path starting the same
-
Andreas Fischer authored
-
- Sep 20, 2013
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Thomas Müller authored
when storing back the data field 'encrypted' it is necessary to cast the boolean to an integer to make pg happy
-
Jenkins for ownCloud authored
-
Björn Schießle authored
-
- Sep 19, 2013
-
-
Jörn Friedrich Dreyer authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
- Sep 18, 2013
-
-
Jenkins for ownCloud authored
-
Björn Schießle authored
only remember password if the user changes the permissions, otherwise the user disabled the password protection
-
- Sep 17, 2013
-
-
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
-
- Sep 16, 2013
-
-
Thomas Müller authored
-
Andreas Fischer authored
-
Thomas Müller authored
-
Thomas Tanghus authored
-
- Sep 15, 2013
-
-
Thomas Müller authored
-
- Sep 14, 2013
-
-
Jenkins for ownCloud authored
-