aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/EventDispatcher
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-245-97/+10
* add hasListeners()Maxence Lange2024-02-141-0/+9
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-10/+6
* Merge pull request #25558 from nextcloud/deprecate/generic-event-wrapperRoeland Jago Douma2021-02-101-0/+17
|\
| * Deprecate the GenericEvent wrapperChristoph Wurst2021-02-101-0/+17
* | Make our event base class independent of Symfony and follow PSRChristoph Wurst2021-02-101-2/+35
|/
* Add a hint about the direction of priorityJoas Schilling2021-01-151-2/+4
* Type the event dispatcher listener callables with PsalmChristoph Wurst2020-10-281-0/+2
* Deprecate \OCP\EventDispatcher\IEventDispatcher::dispatchChristoph Wurst2020-10-271-0/+1
* Add psalm types for the event dispatcherChristoph Wurst2020-10-152-0/+13
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Allow to remove listenersJoas Schilling2020-02-271-0/+8
* Update license headersChristoph Wurst2019-12-055-10/+17
* add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-261-0/+169
* Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-281-0/+71
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-2/+16
* Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-111-0/+12
* Add event dispatcher to OCPChristoph Wurst2019-06-253-0/+141