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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-16Adding unit test which shows insertIfNotExists to fall apart in certain situa...Thomas Müller
2014-12-15Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt
2014-12-11fix unit testsThomas Müller
2014-12-11Correctly fallback to english, if the plural case is not translatedJoas Schilling
2014-12-11adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller
2014-12-11adding dependencies for supported platformsThomas Müller
2014-12-11adding supported libraries - including min and max versionThomas Müller
2014-12-04no nested xml tags on dependenciesThomas Müller
2014-12-04adding command dependencyThomas Müller
2014-12-04switch to different parsing implementation to get xml attributes properly han...Thomas Müller
2014-12-04adding supported databasesThomas Müller
2014-12-04introduce dependency analyzer to take care of app dependenciesThomas Müller
2014-12-04adding new dependency for php version in apps info.xmlThomas Müller
2014-11-25handle invalid xml fileThomas Müller
2014-11-25simplify xml parser codeThomas Müller
2014-11-25Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller
2014-10-29adding console command to generate javascript translation files based on exis...Thomas Müller
2014-10-14Use `rawurlencode` since this seems to be expected by cURLLukas Reschke
2014-09-22Remove unneeded unit testsLukas Reschke
2014-08-31Add unit tests and fix rootcerts creation bugLukas Reschke
2014-06-04add unit testGeorg Ehrke
2014-04-01Correctly read the full stream in file_get_contentsVincent Petry
2014-02-26let's name the column 'select' because this is a keyword on all platformsThomas Müller
2014-02-26adding test for migrations on columns using keywordsThomas Müller
2014-01-20adding a comment to the database schemaThomas Müller
2013-12-19Add unit tests for decimal type usageOliver Gasser
2013-12-07fix wrong test data in l10nMorris Jobke
2013-11-12Add DB tests for default numericOliver Gasser
2013-10-15on windows we supply an openssl.cnf file in order to execute the unit tests p...Thomas Müller
2013-09-24add test data for cal and contact previewGeorg Ehrke
2013-09-16Merge pull request #4825 from owncloud/fix-sharing-expiration-oracleBart Visscher
2013-09-13Add database tests for INSERT/SELECT date format.Andreas Fischer
2013-08-25Add unittests & check filetype in setLocalAvatar()kondou
2013-08-08Merge pull request #4271 from owncloud/plural_translationsOwen Winkler
2013-08-03unit tests for plural translations addedThomas Müller
2013-08-01Optimize image and skip mimetype testkondou
2013-08-01Add OC_Image Unit Testkondou
2013-06-28Going from text to clob is not something we do.Bart Visscher
2013-06-10shorten table identifiers in testsJörn Friedrich Dreyer
2012-11-13Don't use indexes in test data as postgres complains over duplicate keys.Thomas Tanghus
2012-10-19Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus
2012-10-12Add missing test filesBart Visscher
2012-10-08test data for archive testsRobin Appelman
2012-08-18Optimized image sizeLukas Reschke
2012-02-13dummy data for tests casesRobin Appelman