- Dec 23, 2015
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
add target="_blank" to href in setupcheck
-
- Dec 22, 2015
-
-
Thomas Müller authored
Make a modifiable copy of the webdav properties in JS file list
-
Vincent Petry authored
Plugins can extend _getWebdavProperties to add custom properties. These should not be added to the original properties list, so now the FileList makes a copy of the array.
-
Thomas Müller authored
Adding integration tests for CalDAV
-
Thomas Müller authored
Add error logging to federation handshake
-
- Dec 21, 2015
-
-
Renaud Fortier authored
-
Thomas Müller authored
Restore DB connection after failure
-
Vincent Petry authored
In case of failure, PHPUnit seems to skip `tearDown`, so any useful assertion messages cannot be shown because `tearDownAfterClass` is throwing an error because of database usage. This commit makes sure we also restore the database in `tearDownAfterClass` to prevent the data root restoration to fail
-
Robin Appelman authored
-
Thomas Müller authored
-
Thomas Müller authored
Restructure travis tests
-
Thomas Müller authored
-
Thomas Müller authored
Fix carddav sharing plugin + adding unit tests
-
Thomas Müller authored
-
Thomas Müller authored
Do not delete background jobs, in case an exception occured
-
Thomas Müller authored
Use new APCu API
-
Jenkins for ownCloud authored
-
- Dec 20, 2015
-
-
Thomas Müller authored
Update README.md
-
aspdye authored
-
Thomas Müller authored
[3rdparty] Bump symfony/process to 2.8.0
-
Lukas Reschke authored
This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095
-
Roeland Jago Douma authored
-
aspdye authored
-Added Facebook into "Get in touch"-section -Improved Emojis on "Get in touch"-section -Added Support Information
-
Jenkins for ownCloud authored
-
- Dec 19, 2015
-
-
Jenkins for ownCloud authored
-
- Dec 18, 2015
-
-
Thomas Müller authored
Allow background jobs to be service names for DI
-
Thomas Müller authored
Use OCP\Util::getVersion instead of the internal private implementation
-
Morris Jobke authored
-
Thomas Müller authored
[3rdparty] Bump symfony/routing to 2.8.0
-
Thomas Müller authored
Remove deprecated OC_Helper mimetype functions
-
Joas Schilling authored
-
Thomas Müller authored
Cleanup OC_Config mess
-
Thomas Müller authored
OC_Helper::makeURLAbsolute is not used anymore
-
Joas Schilling authored
This approach is not valid anymore. It initially was added for jobs of non existing apps. But jobs of non-existing apps can not be created so they will never be executed and so this call just catches other cases which were not intended. This reverts commit 4f4ad724.
-
Joas Schilling authored
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
Joas Schilling authored
-
Joas Schilling authored
-