aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/App
Commit message (Expand)AuthorAgeFilesLines
* add deck and mail to the groupware bundle, remove talkBjoern Schiessle2018-08-171-1/+2
* Add the ToS app to the enterprise bundleJoas Schilling2018-08-091-0/+1
* always enable cloud federation apiBjoern Schiessle2018-07-021-0/+4
* Fix testsRoeland Jago Douma2018-05-142-2/+4
* Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-112-6/+103
* App manager is not needed anymoreJoas Schilling2018-02-161-1/+1
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-8/+11
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-3/+4
* Fix testsRoeland Jago Douma2017-12-181-1/+1
* Fix testsRoeland Jago Douma2017-11-173-9/+67
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Add new bundleLukas Reschke2017-07-262-0/+46
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-054-7/+14
* Version and dependency are now requiredJoas Schilling2017-05-221-4/+6
* Fix testsLukas Reschke2017-05-201-4/+8
* Merge pull request #4825 from nextcloud/add-timeout-appstoreLukas Reschke2017-05-121-1/+5
|\
| * Fix failed assertionsJoas Schilling2017-05-121-1/+5
* | Fix unit testsJoas Schilling2017-05-123-2/+12
|/
* Automatic injection into the FetchersJoas Schilling2017-05-103-3/+18
* Fix testRoeland Jago Douma2017-05-021-20/+10
* Fix and update testsRoeland Jago Douma2017-05-021-65/+116
* Add SocialSharingBundleLukas Reschke2017-04-262-0/+42
* Add spreed to Groupware bundleLukas Reschke2017-04-261-0/+1
* Add tests for bundle codeLukas Reschke2017-04-265-0/+250
* createMockJoas Schilling2017-03-201-24/+8
* Fix the testJoas Schilling2017-03-201-34/+46
* Don't use a generic exceptionJoas Schilling2017-03-201-3/+4
* Improve the test caseMorris Jobke2017-03-201-4/+7
* checking if app exists in the FileStream nownoveens2017-03-201-4/+18
* Fix unit tests and improve appstore logicMorris Jobke2017-02-243-4/+176
* Add ETag validation to appstore requestsRoeland Jago Douma2017-01-052-5/+164
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-153-7/+131
* Use the mocked config versionJoas Schilling2016-12-141-5/+6
* Exclude pre-release versions as per SemVerLukas Reschke2016-11-251-18/+38
* Loop for newest version in appstore responseLukas Reschke2016-11-242-4/+1861
* push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+4
* Expose getAppPath to public APIJulius Haertl2016-11-171-0/+10
* Endpoint is now 11.0.0Lukas Reschke2016-11-151-1/+1
* Adjust previous fallbacksLukas Reschke2016-11-151-2/+14
* Add tests for installer methodLukas Reschke2016-10-311-0/+8
* Add update supportLukas Reschke2016-10-311-14/+213
* Use substr and explode instead of a regexLukas Reschke2016-10-311-0/+7
* Use new appstore APILukas Reschke2016-10-315-0/+444
* Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-251-1/+13
|\
| * Make AppConfig part of the public APIJoas Schilling2016-10-211-1/+13
* | App dependencies are now analysed on app enable as well - not only on app ins...Thomas Müller2016-10-241-26/+30
|/
* Ensure $commands being an array - fixes #26073Thomas Müller2016-10-201-0/+1
* use short array syntaxMorris Jobke2016-10-201-7/+7
* Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-071-11/+25
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-072-17/+4