- Dec 27, 2015
-
-
Thomas Müller authored
Update mailmap for myself
-
Jenkins for ownCloud authored
-
- Dec 25, 2015
-
-
Jenkins for ownCloud authored
-
- Dec 24, 2015
-
-
Robin Appelman authored
Dont break the files_external migrator if no user is logged in
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Roeland Jago Douma authored
[Avatars] Calculate 'sane' hue precissions
-
Roeland Jago Douma authored
We used to get the numeric value of the entrire md5 string which is a 128bit integer. We would then devide this by the maxval of a 128bit int. There is no need for such huge computations. As we just require a value between 0 and 255. Thus using two 16 bit values is more than enough to get the precision we need. By just taking the MSB we get nearly identical results.
-
Jenkins for ownCloud authored
-
- Dec 23, 2015
-
-
Thomas Müller authored
Fix unit tests
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/21345
-
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
-