Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Correctly return app id and app version for `core` styles and images | Ferdinand Thiessen | 2025-01-24 | 1 | -0/+103 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(profile): make sure the app cannot be disabled as it was in core | skjnldsv | 2024-11-14 | 1 | -0/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -25/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor(AppManager): Deprecated default apps handling | provokateurin | 2024-09-09 | 1 | -153/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 1 | -0/+48 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 1 | -4/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 1 | -7/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix tests following OC_App migrations to IAppManager | Côme Chilliet | 2024-04-22 | 1 | -6/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -11/+38 |
| | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -11/+118 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(AppManager): Ensure that app manager can handle empty app keys on the ↵ | Ferdinand Thiessen | 2023-11-14 | 1 | -2/+29 |
| | | | | | | navigation entries Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Allow to set custom app order on navigation entries added by closures ↵ | Ferdinand Thiessen | 2023-11-14 | 1 | -3/+3 |
| | | | | | | to NavigationManager Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure default apps and app order in frontend ↵ | Ferdinand Thiessen | 2023-10-20 | 1 | -2/+56 |
| | | | | | | | | | settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix and extend tests for AppManager::getDefaultAppForUser | Côme Chilliet | 2023-09-26 | 1 | -4/+28 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix various deprecation warnings in tests on PHP 8.3 | Côme Chilliet | 2023-08-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Move AppManager events to IEventDispatcher | Joas Schilling | 2023-07-27 | 1 | -11/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(app): Do not clear unused cache key | Christoph Wurst | 2023-05-30 | 1 | -10/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add label for logo link | Christopher Ng | 2023-03-29 | 1 | -0/+43 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 1 | -6/+22 |
| | | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | set theming app to alwaysEnabled | szaimen | 2022-10-17 | 1 | -0/+5 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Fix unit tests | Joas Schilling | 2021-04-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add test to ensure that symlinked apps_paths are not resolved | Daniel Kesselberg | 2020-04-24 | 1 | -0/+29 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -16/+16 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -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 enabled | Roeland Jago Douma | 2019-12-10 | 1 | -0/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -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 app | Christoph Wurst | 2019-09-28 | 1 | -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 logger | Morris Jobke | 2019-07-16 | 1 | -6/+11 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -0/+36 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -15/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check app path for enableAppForGroups | Daniel Kesselberg | 2019-01-26 | 1 | -3/+31 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | always enable cloud federation api | Bjoern Schiessle | 2018-07-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -3/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Lukas Reschke | 2017-05-20 | 1 | -4/+8 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | createMock | Joas Schilling | 2017-03-20 | 1 | -24/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix the test | Joas Schilling | 2017-03-20 | 1 | -0/+471 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |