- Feb 12, 2014
-
-
Robin Appelman authored
-
- Feb 11, 2014
-
-
Robin Appelman authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- Feb 04, 2014
-
-
Björn Schießle authored
-
- Jan 29, 2014
-
-
Martial Saunois authored
A new unit test has been added in consequence.
-
- Jan 28, 2014
-
-
Martial Saunois authored
-
- Jan 24, 2014
-
-
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 21, 2014
-
-
Thomas Müller authored
-
- Jan 19, 2014
-
-
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
-
- Jan 17, 2014
-
-
Vincent Petry authored
There was a syntax error when running tests in PHP 5.3.10.
-
- Jan 14, 2014
-
-
Robin Appelman authored
-
Björn Schießle authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jan 10, 2014
-
-
ben-denham authored
updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item.
-
- Jan 09, 2014
-
-
Vincent Petry authored
The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
-
- Jan 08, 2014
-
-
Arthur Schiwon authored
-
Vincent Petry authored
Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
-
- Jan 07, 2014
-
-
Vincent Petry authored
Fixes #6526
-
- Jan 02, 2014
-
-
Robin Appelman authored
-
- Dec 21, 2013
-
-
Andreas Fischer authored
-
- Dec 20, 2013
-
-
Vincent Petry authored
On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
-
Robin Appelman authored
-
- Dec 19, 2013
-
-
Vincent Petry authored
- added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
-
- Dec 18, 2013
-
-
Oliver Gasser authored
-
- Dec 17, 2013
-
-
Oliver Gasser authored
-
Oliver Gasser authored
-
Oliver Gasser authored
-
Thomas Müller authored
-
- Dec 13, 2013
-
-
Arthur Schiwon authored
-
- Dec 12, 2013
-
-
Andreas Fischer authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Andreas Fischer authored
-
- Dec 09, 2013
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- Dec 06, 2013
-
-
Robin Appelman authored
-