- Jan 24, 2014
-
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
add expire date to link share if possible
-
Morris Jobke authored
Fixed max upload size input field style
-
Björn Schießle authored
increase size of mimetype column
-
Morris Jobke authored
#6051 [ux][files] Move File Spinner
-
Vincent Petry authored
[Ext storage] Now using SFTP stream wrapper from phpseclib
-
Björn Schießle authored
-
- Jan 23, 2014
-
-
Thomas Müller authored
Added Javascript unit tests
-
Vincent Petry authored
Added "type=text" makes it look like nice like all other fields
-
Björn Schießle authored
-
Jan-Christoph Borchardt authored
change mail address by pressing enter - fixes #6179
-
Vincent Petry authored
-
Vincent Petry authored
- Upgraded phpseclib to master version (post 0.3.5) - Now using fopen() on sftp URL for both read and write - Fixes #4063
-
Björn Schießle authored
[encryption] infinite loop on sharing
-
- Jan 22, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
add path relative to the files folder of the currently logged in user to the output of getFolderContent()
-
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
-