- 16 Sep, 2016 1 commit
-
-
Sergio Bertolín authored
-
- 15 Sep, 2016 1 commit
-
-
Vincent Petry authored
-
- 14 Sep, 2016 3 commits
-
-
Vincent Petry authored
Print error if logged couldn't log it in index.php
-
Vincent Petry authored
In some rare env problem cases, the exception cannot be logged because the logger couldn't be initialized properly. In such cases, we now print the stack trace directly on the output.
-
Vincent Petry authored
Better comments in activity sidebar
-
- 12 Sep, 2016 12 commits
-
-
Vincent Petry authored
FilesHome now also returns DAV properties
-
Vincent Petry authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Vincent Petry authored
Remove strange consol logging hack
-
Vincent Petry authored
Fix links for files moved to .github folder.
-
Vincent Petry authored
The files home node must also return DAV properties like etag, permissions, etc for the clients to work like they did with the old endpoint. This fix makes FilesHome extend the Sabre Directory class, this makes the FilesPlugin and other plugins recognize it as a directory and will retrieve the matching properties when applicable.
-
Thomas Müller authored
-
Thomas Müller authored
-
- 11 Sep, 2016 1 commit
-
-
Thomas Müller authored
* Update phpunit dependency to 5.5 * getMock() -> createMock() or getMockBuilder() * Fix integration tests - comment enable/disable app tests for now * Update .htaccess
-
- 10 Sep, 2016 1 commit
-
-
RealRancor authored
-
- 08 Sep, 2016 6 commits
-
-
VicDeo authored
* Log the reason of occ controller failure * Allow requests from SERVER_ADDR
-
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 5 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
-