- 08 Sep, 2016 5 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage.
-
Vincent Petry authored
Choose button remains disbaled for httpd/unix-directory
-
Sujith Haridasan authored
This is not correct. Hence in this patch we validate if the mimetype is 'httpd/unix-directory'. If so we don't disable it. This patch addresses solution for issue: 26034 Signed-off-by:
Sujith Haridasan <Sujith_Haridasan@mentor.com>
-
Vincent Petry authored
[9.2] Moving user ldap to it's own repo
-
- 07 Sep, 2016 10 commits
-
-
Vincent Petry authored
Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()
-
Vincent Petry authored
Update CachedMountInfo for user home storage
-
Vincent Petry authored
Use true random string as uri for public calendars - as a result we c…
-
Vincent Petry authored
Fix trashbin deleteallhooks solution2 (with bulk hook)
-
Martin authored
-
Vincent Petry authored
The birthday calendar can only hold VEVENT
-
Vincent Petry authored
[9.2] Update some more libs
-
Thomas Müller authored
Use true random string as uri for public calendars - as a result we can no longer return the pre-publish-url
-
Vincent Petry authored
Pass web requests to occ controller if upgrade is needed
-
Vincent Petry authored
The DefaultShareProvider now does a DB-level check to find out whether file_source is accessible at all (deleted file) or whether it's in the trashbin of a home storage. One small corner case where the home storage id is in md5 form cannot be covered properly with this approach.
-
- 06 Sep, 2016 12 commits
-
-
Victor Dubiniuk authored
-
-
Vincent Petry authored
Allow increasing permissions for share owner
-
Vincent Petry authored
The CSRF check in the FilesPlugin is being done to early - fixed
-
Thomas Müller authored
-
Piotr M authored
-
Vincent Petry authored
Fix fed share test call to return proper result
-
Vincent Petry authored
Faster Makefile dist build, less crud
-
Vincent Petry authored
-
Vincent Petry authored
Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
-
Vincent Petry authored
Use Webdav PUT for uploads
-
Jörn Friedrich Dreyer authored
-
- 05 Sep, 2016 7 commits
-
-
Jenkins for ownCloud authored
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
- 03 Sep, 2016 6 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Hacked around Blueimp's jquery.fileupload to make it work with our new chunking API.
-
Vincent Petry authored
Not needed any more in IE >= 11
-
Vincent Petry authored
- uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes
-