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
path: root/tests
AgeCommit message (Expand)Author
2016-10-19Adding docker based unit test execution for mysql utf8mb4Thomas Müller
2016-10-19only disable unicode test on mysqlMorris Jobke
2016-10-19Adding tests for 4 byte unicode charactersMorris Jobke
2016-10-18Check the mimetype before reading the content and catch exceptionJoas Schilling
2016-10-17Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke
2016-10-14Merge pull request #1441 from nextcloud/getby-id-less-queriesLukas Reschke
2016-10-14Merge pull request #1037 from nextcloud/no-double-token-updateChristoph Wurst
2016-10-12emit pre-update event for commentsArthur Schiwon
2016-10-12optimize Folder::getById to use less queriesRobin Appelman
2016-10-11Add tests for commands in info.xmlRoeland Jago Douma
2016-10-11[9.2] Register commands in info.xml (#26248)Thomas Müller
2016-10-11Fix QueryBuilderTestsThomas Müller
2016-10-11Add test to ensure token times are updatedRobin Appelman
2016-10-11dont update the auth token twiceRobin Appelman
2016-10-10Fix typehintRoeland Jago Douma
2016-10-10Cleanup test caseThomas Müller
2016-10-10Merge pull request #1660 from nextcloud/add-notification-icon-to-apiChristoph Wurst
2016-10-10Merge pull request #1663 from nextcloud/dont-reparse-info-xmlMorris Jobke
2016-10-10Merge pull request #1656 from nextcloud/appinfo-check-class-existanceChristoph Wurst
2016-10-07Simplify isSubDirectory checkLukas Reschke
2016-10-07Cache AppInfo in Memory Cache if configuredLukas Reschke
2016-10-07Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller
2016-10-07Notificacations for simple @-mentioning in commentsArthur Schiwon
2016-10-07Add an icon to the notification APIJoas Schilling
2016-10-07Make sure all the jobs, command, provides and migrations are validJoas Schilling
2016-10-06Merge pull request #1514 from nextcloud/integration-tests-orphaned-sharesMorris Jobke
2016-10-06Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling
2016-10-06Use our base class everywhereJoas Schilling
2016-10-06phpunit min version is 4.8Joas Schilling
2016-10-06Fix testsJoas Schilling
2016-10-06Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry
2016-10-06Properly catch password policy hint for personal page password changesMorris Jobke
2016-10-06Merge pull request #1306 from nextcloud/simplefsLukas Reschke
2016-10-05Use magic DI as much as possibleJoas Schilling
2016-10-05Add a test for all the controllers and the middlewareJoas Schilling
2016-10-05Merge pull request #1624 from nextcloud/exclude_coverage_dirsLukas Reschke
2016-10-05Generate coverage for quick DB testsLukas Reschke
2016-10-05Exclude tests and composer dir from coverageRoeland Jago Douma
2016-10-05Fix avatar testsRoeland Jago Douma
2016-10-05avatar to appdataRoeland Jago Douma
2016-10-05Add TestsRoeland Jago Douma
2016-10-03Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst
2016-10-03Remove database requirement from testLukas Reschke
2016-09-30Remove unused endpointJoas Schilling
2016-09-30Use magic DI for core controllersJoas Schilling
2016-09-30Merge pull request #1582 from nextcloud/make-comments-100-testedLukas Reschke
2016-09-29Add test for setTopmostParentId and getTopmostParentIdLukas Reschke
2016-09-29Only trigger postDelete hooks when the user was deleted...Joas Schilling
2016-09-29Make sure that comments, notifications and preferences are deletedJoas Schilling
2016-09-29Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke