Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-05Use a newer xdebug on PHP 5.6 and disable it everywhere elseOlivier Paroz
2015-08-24Work around coverage report merging bugOlivier Paroz
2015-08-21Some EnvCheckMiddleware path testsOlivier Paroz
I've had to add our test setup creator to the unit testing suite because most filesystems methods don't work when using the Node API via the AppFramework
2015-08-20Don't lint the new cacheOlivier Paroz
2015-08-20Prefer dist composer packages as they're lighter. The fallback will be the ↵Olivier Paroz
source
2015-08-20cp -r for directories...Olivier Paroz
2015-08-20Fix Travis caching configOlivier Paroz
2015-08-20Unit tests for EnvCheckMiddlewareOlivier Paroz
2015-08-20Turbo Travis Go!Olivier Paroz
2015-08-17Add Config APIOlivier Paroz
2015-08-16Add code coverage report for api testsOlivier Paroz
2015-08-16Don't test on core 8.1 since this will never be released for ownCloud 8.1Olivier Paroz
2015-08-16Introduce faster PHP lintOlivier Paroz
2015-08-15Publish documentation and reports on GitHubOlivier Paroz
2015-08-111st acceptance and api testsOlivier Paroz
2015-08-10Switch to Codeception for testingOlivier Paroz
2015-08-04Disable coverage for PHP 7.0 since xDebug is not availableOlivier Paroz
2015-08-04Try to override the report format for PHP 7.0Olivier Paroz
2015-08-04Also disable report merging on PHP 7.0Olivier Paroz
2015-08-04Integration tests are not compatible with PHP 7.0Olivier Paroz
2015-08-03Can't use bash equality with shOlivier Paroz
2015-08-03We're forced to use the slow PHP lint on PHP 5.4Olivier Paroz
2015-08-03Faster PHP lintOlivier Paroz
2015-08-03Update phpcov configOlivier Paroz
2015-08-03Fix phpcov callOlivier Paroz
2015-08-03Move config and merge reportsOlivier Paroz
2015-07-27Setup travis-ci integration and adding first simple unit testThomas Müller
2015-07-26Merge pull request #217 from owncloud/LukasReschke-patch-1Olivier Paroz
Add PHP 5.6 and PHP 7 to test matrix
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-07-19Add PHP 5.6 and PHP 7 to test matrixLukas Reschke
2015-05-12Need to test the dev branch as wellOlivier Paroz
2015-05-11Update the branches.only setting in .travis.ymlJoas Schilling
2015-01-27NewlinesOlivier Paroz
2015-01-13First version for ownCloud 8Olivier Paroz
* Removed stable7 specific code * Removed session middleware which is now part of core * Modified sharing links and routes * Removed private APIs which are now available in the AppFramework * Removed all reported deprecated methods which provide an alternative
2015-01-12Adding master to Tracis-CIOlivier Paroz
2015-01-12Set up Tracis-CIOlivier Paroz
2015-01-05First round of fixesOlivier Paroz