- Feb 11, 2014
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- Feb 04, 2014
-
-
Björn Schießle authored
-
- Jan 30, 2014
-
-
Vincent Petry authored
Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
-
- 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
-
-
Björn Schießle authored
-
Thomas Müller authored
-
- Jan 20, 2014
-
-
Thomas Müller authored
-
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.
-
Thomas Müller 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
-
Björn Schießle authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jan 13, 2014
-
-
Thomas Müller 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 24, 2013
-
-
Thomas Müller 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
After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them.
-
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
-