- Jan 24, 2014
-
-
Jan-Christoph Borchardt authored
-
- Jan 23, 2014
-
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
-
Thomas Müller authored
-
- Jan 22, 2014
-
-
Thomas Müller authored
Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
-
Björn Schießle authored
[files_versions] fix array order
-
Morris Jobke authored
Fix public upload progress bar
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
- Jan 21, 2014
-
-
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
-
Myles McNamara authored
Changed jQuery selector for public preview to public_upload to correctly show preview
-
Jörn Friedrich Dreyer authored
Quote column names on adding description
-
Thomas Müller authored
-
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
-