summaryrefslogtreecommitdiffstats
path: root/lib/public/App
Commit message (Collapse)AuthorAgeFilesLines
* docs: update docs for ocp eventsDaniel Kesselberg2024-07-233-0/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-0/+15
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Add SPDX headerAndy Scherzinger2024-05-246-124/+16
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-1/+2
| | | | | | 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` functionFerdinand Thiessen2024-03-071-0/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(apps): Fix type information of app managerJoas Schilling2024-01-231-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(AppManager): Ensure that app manager can handle empty app keys on the ↵Ferdinand Thiessen2023-11-141-0/+2
| | | | | | navigation entries Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-1/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(IAppManager): Allow to set the (user) default apps and get all global ↵Ferdinand Thiessen2023-10-191-0/+17
| | | | | | default apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #37425 from ↵Julius Härtl2023-03-301-4/+4
|\ | | | | | | nextcloud/fix/fix-since-version-number-for-app-loading
| * Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-4/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add label for logo linkChristopher Ng2023-03-291-0/+9
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Small cleanups for AppManagerCôme Chilliet2023-03-201-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move isType to AppManagerCôme Chilliet2023-03-201-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-133-0/+164
| | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix phpdocMaxence Lange2022-09-151-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-0/+17
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-0/+3
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-131-6/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-4/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Deprecate all remaining event constantsChristoph Wurst2021-02-091-0/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove @package annotations from public namespaceJulius Härtl2020-08-263-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+2
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to force enable apps via CLIJoas Schilling2019-12-131-2/+4
| | | | | | 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>
* Update license headersChristoph Wurst2019-12-053-4/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+2
| | | | | | | | | | | * 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>
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-051-2/+2
| | | | | | Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-251-0/+11
| | | | | | Implements a public API for \OC_App::getAppWebPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Make the auto-disabled list more broadJoas Schilling2019-08-151-1/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-0/+15
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Move to AppFramework ControllerJulius Härtl2018-06-061-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-311-0/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-063-8/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Replace wrong PHPDocsLukas Reschke2017-08-011-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't use a generic exceptionJoas Schilling2017-03-201-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove group restrictions when those are not allowed anymoreJoas Schilling2017-01-041-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Expose getAppPath to public APIJulius Haertl2016-11-172-0/+41
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* check registered sections and settings after an app got updated to garbage ↵Arthur Schiwon2016-08-161-0/+5
| | | | collect orphaned classes
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-212-2/+4
|