aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/App
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1513-67/+67
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-2/+2
* fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-121-0/+1
* refactor(AppManager): Deprecated default apps handlingprovokateurin2024-09-091-153/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
* feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-0/+48
* chore: Add SPDX headerAndy Scherzinger2024-05-1317-247/+38
* 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(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-0/+133
* test: Update test for PublicSectorBundleChristopher Ng2024-03-121-0/+2
* 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: Fetch custom app store url without internet connectionJulius Härtl2024-03-042-3/+11
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-2/+93
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
* 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
* Adapt tests to config value typingCôme Chilliet2023-04-053-84/+67
* Add label for logo linkChristopher Ng2023-03-291-0/+43
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-6/+22
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* set theming app to alwaysEnabledszaimen2022-10-171-0/+5
* remove getDefaultInstallationBundleArthur Schiwon2022-09-221-5/+0
* remove Core BundleArthur Schiwon2022-09-222-41/+1
* Fix many tests and warningsCarl Schwan2022-08-081-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-3/+3
* Remove at matcher uses in tests/libCôme Chilliet2022-06-162-115/+104
* Overwrite the channelJoas Schilling2022-03-101-9/+15
* Fix unit testsJoas Schilling2021-10-212-41/+67
* Send the subscription key to the appstore requestsJohn Molakvoæ2021-10-143-5/+11
* Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-1/+78
* Fix unit testsJoas Schilling2021-04-273-9/+9
* Make the app code checker a NOOPChristoph Wurst2021-02-116-471/+0
* Add negative version comparison test for version suffixesChristoph Wurst2021-01-271-0/+1
* Fix app fetcher php comparison to allow wider rangesChristoph Wurst2021-01-261-0/+8
* Do not run on php8Roeland Jago Douma2020-12-072-0/+8
* Don't check on php8Roeland Jago Douma2020-12-072-0/+12
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-161-75/+36
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-125-17/+16
* Increase timeout of the appstore requestsJoas Schilling2020-06-121-3/+3
* Revert "Compress the appstore requests by default"Morris Jobke2020-05-201-42/+5