aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/EventDispatcher
Commit message (Expand)AuthorAgeFilesLines
* emit an event when a message is loggedRobin Appelman2023-07-101-0/+7
* fix(events): Log deprecated events as debug, not infoChristoph Wurst2023-04-192-2/+2
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* Fix codestyleCôme Chilliet2022-03-241-1/+0
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-242-10/+8
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-5/+9
* Clarify that lazy event listeners are built from the server containerChristoph Wurst2021-07-051-6/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-9/+4
* Fix the legacy dispatcher argument orderChristoph Wurst2021-02-091-0/+30
* Test the symfony adapterChristoph Wurst2021-02-052-1/+5
* Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
* Use the Symfony dispatcher correctlyChristoph Wurst2021-01-051-14/+22
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use PSR Logger in event dispatcherJoas Schilling2020-10-082-9/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+4
* Deprecate the internal Symfony dispatcher adapterChristoph Wurst2020-07-152-0/+17
* Don't break event listeners with the GenericEventWrapperJoas Schilling2020-06-161-1/+1
* Fix missing parent constructor call and get_class usage in GenericEventWrapperChristoph Wurst2020-06-081-3/+5
* Log usage of a deprecated event instead of emittingRoeland Jago Douma2020-05-222-6/+124
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Allow to remove listenersJoas Schilling2020-02-271-0/+5
* Update license headersChristoph Wurst2019-12-053-6/+12
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+3
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+11
* use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-5/+13
* Merge pull request #17106 from nextcloud/feature/dispatch-typed-eventblizzz2019-09-121-0/+5
|\
| * Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-111-0/+5
* | Use the new Symfony event dispatcher signatureChristoph Wurst2019-09-101-2/+1
|/
* Add event dispatcher to OCPChristoph Wurst2019-06-253-0/+303