- May 02, 2014
-
-
Thomas Müller authored
- Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
-
- Apr 29, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
after being uploaded in .part files Fix #8131
-
Joas Schilling authored
The write-hook also is triggered for created files Fix #8131
-
- Apr 25, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Apr 23, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Robin Appelman authored
-
- Apr 22, 2014
-
-
Robin Appelman authored
-
- Apr 15, 2014
-
-
Bart Visscher authored
using scrutinizer patch
-
- Apr 14, 2014
-
-
Thomas Tanghus authored
-
- Apr 13, 2014
-
-
Robin McCorkell authored
-
- Apr 07, 2014
-
-
Thomas Müller authored
-
- Apr 04, 2014
-
-
Robin Appelman authored
-
- Apr 02, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Apr 01, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case.
-
- Mar 31, 2014
-
-
Robin Appelman authored
-
- Mar 28, 2014
-
-
Robin Appelman authored
-
- Mar 26, 2014
-
-
Vincent Petry authored
That method was moved to the external storage recently so isn't needed here any more.
-
- Mar 24, 2014
-
-
Vincent Petry authored
When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory.
-
- Mar 21, 2014
-
-
Robin Appelman authored
-
- Mar 20, 2014
-
-
Robin Appelman authored
-
- Mar 19, 2014
-
-
Vincent Petry authored
Fixed the quota storage wrapper to correctly return the quota value when the free space is not known (which usually happens when the disk_free_space function is disabled)
-
Vincent Petry authored
Moved the mounting code for external storage from OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
-
- Mar 18, 2014
-
-
Thomas Müller authored
-
- Mar 10, 2014
-
-
Vincent Petry authored
The total space display in the personal page now shows the quota value instead of used space when used space exceeds the quota (soft quota).
-
Björn Schießle authored
-
- Mar 07, 2014
-
-
Robin Appelman authored
-
Vincent Petry authored
This fixes the "used space" to be based on the unencrypted size, not encrypted size, to be consistent with how quota/space is handled when encryption is enabled
-
Robin Appelman authored
-
Robin Appelman authored
-
Vincent Petry authored
-
- Mar 06, 2014
-
-
Robin Appelman authored
-
- Mar 04, 2014
-
-
Robin Appelman authored
-