- Jan 24, 2014
-
-
Jens-Christian Fischer authored
-
Jens-Christian Fischer authored
-
Jens-Christian Fischer authored
In environments where there are rules for the email addresses, the "from address" that owncloud uses has to be configurable. This patch adds a new configuration variable 'mail_from_address'. If it is configured, owncloud will use this as the sender of *all* emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by default). By using the 'mail_from_address' configuration, only this email address will be used.
-
- Jan 23, 2014
-
-
Thomas Müller authored
Added Javascript unit tests
-
Jan-Christoph Borchardt authored
change mail address by pressing enter - fixes #6179
-
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
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jan 20, 2014
-
-
Thomas Müller authored
-
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
-