| Commit message (Expand) | Author | Age | Files | Lines |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -0/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -10/+6 |
* | Merge pull request #25558 from nextcloud/deprecate/generic-event-wrapper | Roeland Jago Douma | 2021-02-10 | 1 | -0/+17 |
|\ |
|
| * | Deprecate the GenericEvent wrapper | Christoph Wurst | 2021-02-10 | 1 | -0/+17 |
* | | Make our event base class independent of Symfony and follow PSR | Christoph Wurst | 2021-02-10 | 1 | -2/+35 |
|/ |
|
* | Add a hint about the direction of priority | Joas Schilling | 2021-01-15 | 1 | -2/+4 |
* | Type the event dispatcher listener callables with Psalm | Christoph Wurst | 2020-10-28 | 1 | -0/+2 |
* | Deprecate \OCP\EventDispatcher\IEventDispatcher::dispatch | Christoph Wurst | 2020-10-27 | 1 | -0/+1 |
* | Add psalm types for the event dispatcher | Christoph Wurst | 2020-10-15 | 2 | -0/+13 |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -4/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Allow to remove listeners | Joas Schilling | 2020-02-27 | 1 | -0/+8 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -10/+17 |
* | add Nextcloud specific GenericEvent implementation | Arthur Schiwon | 2019-11-26 | 1 | -0/+169 |
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 1 | -0/+71 |
* | Use Symfony's new contract Event class instead of the deprecated one | Christoph Wurst | 2019-09-12 | 1 | -2/+16 |
* | Add Symfony inspired typed event dispatcher method | Christoph Wurst | 2019-09-11 | 1 | -0/+12 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 3 | -0/+141 |