- Jan 29, 2014
-
-
Tigran Mkrtchyan authored
do not share users data with config files Signed-off-by:
Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
-
Morris Jobke authored
Added error message for when target folder was removed
-
Jan-Christoph Borchardt authored
Add/fix Microsoft Office file icons.
-
Morris Jobke authored
Add white color variant of checkmark icon
-
jbtbnl authored
-
Vincent Petry authored
Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client.
-
Björn Schießle authored
[ocs share api] public upload is also possible with encryption enabled, since OC6
-
Vincent Petry authored
Fix warnings in logs when renaming over the web UI
-
Vincent Petry authored
The determineIcon() method was expecting attributes to be set which caused warnings about undefined indices in the error log. This fix pre-initializes the array with 'directory' and 'isPreviewAvailable' to make them disappear.
-
Morris Jobke authored
Sharing fixfiledownloadlink
-
- Jan 28, 2014
-
-
Björn Schießle authored
-
Thomas Müller authored
[ocs share api] use error code 403 if sharing is not permitted
-
Björn Schießle authored
-
- Jan 27, 2014
-
-
Victor Dubiniuk authored
Remove unused $freeSpace
-
Robin Appelman authored
-
Thomas Müller authored
Added exception logger plugin for sabre connector
-
Morris Jobke authored
use localised date in notification mails
-
Morris Jobke authored
remove the form, it isn't needed here
-
Morris Jobke authored
Add 'mail_from_address' configuration
-
Morris Jobke authored
Add check for apc.enabled option
-
Morris Jobke authored
Remove %webroot% from CSS
-
Björn Schießle authored
-
Vincent Petry authored
Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues.
-
Jan-Christoph Borchardt authored
Cleans up Core apps for relative(em) to absolute(px) styles.
-
Jan-Christoph Borchardt authored
Converts em to px values for styles in Files.
-
Björn Schießle authored
[encryption] update file cache after the file was written
-
- Jan 25, 2014
-
-
Raghu Nayyar authored
-
Raghu Nayyar authored
-
Jan-Christoph Borchardt authored
prevent autofill for password change settings, prevent leak of existing password
-
- Jan 24, 2014
-
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
add expire date to link share if possible
-
Jens-Christian Fischer authored
-
Morris Jobke authored
Fixed max upload size input field style
-
Björn Schießle authored
increase size of mimetype column
-
Björn Schießle authored
-
Morris Jobke authored
#6051 [ux][files] Move File Spinner
-
Otto Sabart authored
Sometimes it's not possible to disable APC entirely and some of apc_functions are disabled. Only thing which is possible is to disable apc.enable option.
-
Vincent Petry authored
[Ext storage] Now using SFTP stream wrapper from phpseclib
-
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.
-