| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 2 | -41/+4 |
* | add hasListeners() | Maxence Lange | 2024-02-14 | 1 | -17/+9 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -13/+13 |
* | chore!: Remove legacy SymfonyAdapter | Joas Schilling | 2023-07-28 | 2 | -332/+0 |
* | fix(eventdispatcher): Don't use all evaluating "or" | Joas Schilling | 2023-06-23 | 1 | -1/+1 |
* | emit an event when a message is logged | Robin Appelman | 2023-06-13 | 1 | -0/+7 |
* | fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc... | Joas Schilling | 2023-06-02 | 1 | -2/+1 |
* | fix(events): Log deprecated events as debug, not info | Christoph Wurst | 2023-04-19 | 2 | -2/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
* | Fix codestyle | Côme Chilliet | 2022-03-24 | 1 | -1/+0 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 2 | -10/+8 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -5/+9 |
* | Clarify that lazy event listeners are built from the server container | Christoph Wurst | 2021-07-05 | 1 | -6/+18 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -9/+4 |
* | Fix the legacy dispatcher argument order | Christoph Wurst | 2021-02-09 | 1 | -0/+30 |
* | Test the symfony adapter | Christoph Wurst | 2021-02-05 | 2 | -1/+5 |
* | Log deprecation notice of GenericEventWrapper just once | Christoph Wurst | 2021-02-05 | 1 | -0/+8 |
* | Use the Symfony dispatcher correctly | Christoph Wurst | 2021-01-05 | 1 | -14/+22 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Use PSR Logger in event dispatcher | Joas Schilling | 2020-10-08 | 2 | -9/+8 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -1/+4 |
* | Deprecate the internal Symfony dispatcher adapter | Christoph Wurst | 2020-07-15 | 2 | -0/+17 |
* | Don't break event listeners with the GenericEventWrapper | Joas Schilling | 2020-06-16 | 1 | -1/+1 |
* | Fix missing parent constructor call and get_class usage in GenericEventWrapper | Christoph Wurst | 2020-06-08 | 1 | -3/+5 |
* | Log usage of a deprecated event instead of emitting | Roeland Jago Douma | 2020-05-22 | 2 | -6/+124 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -3/+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/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -6/+12 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -3/+3 |
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 1 | -0/+11 |
* | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 1 | -5/+13 |
* | Merge pull request #17106 from nextcloud/feature/dispatch-typed-event | blizzz | 2019-09-12 | 1 | -0/+5 |
|\ |
|
| * | Add Symfony inspired typed event dispatcher method | Christoph Wurst | 2019-09-11 | 1 | -0/+5 |
* | | Use the new Symfony event dispatcher signature | Christoph Wurst | 2019-09-10 | 1 | -2/+1 |
|/ |
|
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 3 | -0/+303 |