- Feb 03, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
This reverts commit 5a5b6f18.
-
- Jan 22, 2014
-
-
Robin Appelman authored
-
- Jan 21, 2014
-
-
Robin Appelman authored
-
Vincent Petry authored
adding password protection check to getShareByToken()
-
Thomas Müller authored
-
Thomas Müller authored
Versioning expire function tests
-
Vincent Petry authored
Replaced time() with uniqid() to make sure the file name is unique
-
Jörn Friedrich Dreyer authored
Revert "use getAppWebPath() in here as well"
-
Thomas Müller authored
OC_Util::setupFS($user) will create a data dir for the given string - no...
-
Vincent Petry authored
The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately.
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
don't use the user id within the versions preview call as it could be us...
-
Thomas Müller authored
don't use the user id within the versions preview call as it could be used to access previews of another user
-
Thomas Müller authored
use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'
-
Thomas Müller authored
user workaround to compare CLOB column with CHAR value
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jan 20, 2014
-
-
Thomas Müller authored
Load a separate config (if present) when running unit tests
-
Robin Appelman authored
Reuse the data retrieved from the cache in checkUpdate
-
Vincent Petry authored
When reading the size of "files" mountpoints need to be excluded
-
Jörn Friedrich Dreyer authored
Quote column names on adding description
-
Vincent Petry authored
The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731
-
Robin Appelman authored
-
Vincent Petry authored
Fixed quota wrapper to not wrap failed fopen streams
-
Robin Appelman authored
-
Morris Jobke authored
Fix 6730
-
Thomas Müller authored
-
Thomas Müller authored
This reverts commit 6254f0a4.
-
Thomas Müller authored
-
- Jan 19, 2014
-
-
Thomas Müller authored
Fix internet detection to use OC_Util::getUrlContent
-
Vincent Petry authored
When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832
-
Vincent Petry authored
Fixed isPreviewAvailable warnings in log
-