- Jan 29, 2014
-
-
Tigran Mkrtchyan authored
do not share users data with config files Signed-off-by:
Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
-
- Jan 27, 2014
-
-
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 24, 2014
-
-
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.
-
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
-
-
Jan-Christoph Borchardt authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- Jan 21, 2014
-
-
Jörn Friedrich Dreyer authored
-
Thomas Müller 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
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Thomas Müller authored
This reverts commit 6254f0a4.
-
- 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
-
-
Björn Schießle authored
-
Robin Appelman authored
-
- Jan 16, 2014
-
-
Vincent Petry authored
- added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script
-
- Jan 15, 2014
-
-
Thomas Müller authored
-
- Jan 14, 2014
-
-
Robin Appelman authored
-
- Jan 13, 2014
-
-
Thomas Müller authored
-
Björn Schießle authored
-
- Jan 12, 2014
-
-
st3so authored
-
- Jan 10, 2014
-
-
Joan authored
-
- 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.
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
- Jan 08, 2014
-
-
Arthur Schiwon authored
-
Vincent Petry authored
This fixes the issue introduced by the transfer id which itself wasn't taken into account by the shortcut code for part file in the shared storage class.
-
Thomas Müller authored
-
Arthur Schiwon authored
-
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.
-
Thomas Müller authored
-
- Jan 07, 2014
-
-
Arthur Schiwon authored
-