- 07 Sep, 2016 8 commits
-
-
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
-
- 06 Sep, 2016 11 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 7 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
-
Vincent Petry authored
-
- 02 Sep, 2016 7 commits
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Semih Serhat Karakaya authored
in getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change.
-