summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow to force enable apps via CLIJoas Schilling2019-12-131-24/+33
| | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Viewer should be always enabledRoeland Jago Douma2019-12-101-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to an appChristoph Wurst2019-09-281-0/+5
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Properly inject the loggerMorris Jobke2019-07-161-6/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-0/+36
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-15/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-3/+31
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* always enable cloud federation apiBjoern Schiessle2018-07-021-0/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-3/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2017-12-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsLukas Reschke2017-05-201-4/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* createMockJoas Schilling2017-03-201-24/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the testJoas Schilling2017-03-201-0/+471
Signed-off-by: Joas Schilling <coding@schilljs.com>