aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Services
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix psalm parameter typeJoas Schilling2022-09-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-0/+2
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitialState ↵Christoph Wurst2020-10-281-1/+4
| | | | | | closure with Psalm Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+49
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix OCPSinceChecker and php-csMorris Jobke2020-05-081-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add InitialState Appframework serviceRoeland Jago Douma2020-05-071-0/+54
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-021-0/+111
9 out of 10 cases apps want to access their own appconfig. Hence it would be nice not to have to enter the app id all the time. This simple wrapper just passes on the appid in all calls. Basically this allows for simpler code in the apps. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>