aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/EventDispatcher/GenericEventWrapper.php
Commit message (Collapse)AuthorAgeFilesLines
* chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-281-124/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(events): Log deprecated events as debug, not infoChristoph Wurst2023-04-191-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix codestyleCôme Chilliet2022-03-241-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-4/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-5/+9
| | | | | | 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-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix missing parent constructor call and get_class usage in GenericEventWrapperChristoph Wurst2020-06-081-3/+5
| | | | | | | * The parent constructor was not called * `get_class` does not allow null values in php7.2+ Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Log usage of a deprecated event instead of emittingRoeland Jago Douma2020-05-221-0/+111
This way we can track down what is being used and migrate them over. And slowly kill the old way in a release or 2. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>