summaryrefslogtreecommitdiffstats
path: root/tests/lib/App
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-18/+16
* Use elseif instead of else ifChristoph Wurst2020-04-102-10/+10
* Remove trailing and in between spacesChristoph Wurst2020-04-091-7/+7
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-16/+16
* Use a blank line after the opening tagChristoph Wurst2020-04-091-1/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-1224/+1224
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-547/+547
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-255-37/+37
|/
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
* add hub bundle for easy post-installationArthur Schiwon2020-01-261-1/+3
* AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-091-1305/+1387
* Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-222-1/+18
* Allow to force enable apps via CLIJoas Schilling2019-12-131-24/+33
* Viewer should be always enabledRoeland Jago Douma2019-12-101-0/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-2713-26/+27
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2716-18/+18
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Move settings to an appChristoph Wurst2019-09-281-0/+5
* Properly inject the loggerMorris Jobke2019-07-161-6/+11
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-0/+36
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-10/+6
* Remove "socialsharing_googleplus" from Social Sharing BundleMarius Blüm2019-03-071-1/+0
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-15/+30
* two item => two itemsDaniel Kesselberg2019-02-251-1/+1
* Parse multiple navigation itemsDaniel Kesselberg2019-02-221-7/+9
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-3/+31
* 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