aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-25/+25
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-2/+2
* refactor(AppManager): Deprecated default apps handlingprovokateurin2024-09-091-153/+0
* feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-0/+48
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-221-7/+2
* fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-221-6/+9
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-11/+38
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-11/+118
* fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-2/+29
* fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-141-3/+3
* feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-201-2/+56
* Fix and extend tests for AppManager::getDefaultAppForUserCôme Chilliet2023-09-261-4/+28
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+5
* fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-271-11/+5
* chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-10/+0
* Add label for logo linkChristopher Ng2023-03-291-0/+43
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-6/+22
* set theming app to alwaysEnabledszaimen2022-10-171-0/+5
* Fix unit testsJoas Schilling2021-04-271-3/+3
* Add test to ensure that symlinked apps_paths are not resolvedDaniel Kesselberg2020-04-241-0/+29
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-091-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-16/+16
* 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-271-2/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* 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
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-15/+30
* Check app path for enableAppForGroupsDaniel Kesselberg2019-01-261-3/+31
* always enable cloud federation apiBjoern Schiessle2018-07-021-0/+4
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-3/+4
* Fix testsRoeland Jago Douma2017-12-181-1/+1
* Fix testsLukas Reschke2017-05-201-4/+8
* createMockJoas Schilling2017-03-201-24/+8
* Fix the testJoas Schilling2017-03-201-0/+471