summaryrefslogtreecommitdiffstats
path: root/lib/private/EventDispatcher/EventDispatcher.php
Commit message (Expand)AuthorAgeFilesLines
* Use PSR Logger in event dispatcherJoas Schilling2020-10-081-3/+3
* Deprecate the internal Symfony dispatcher adapterChristoph Wurst2020-07-151-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+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-051-2/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+11
* 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-251-0/+85