nextcloud/apps/webhooks/lib
Côme Chilliet 3bc43b2a34 fix: Move caching to the mapper instead
Application class cannot use DI, and having the cache in the mapper
 allows for invalidating it when inserting or updating a webhook
 registration.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-06-11 14:10:29 +02:00
..
AppInfo fix: Move caching to the mapper instead 2024-06-11 14:10:29 +02:00
BackgroundJobs fix: Fix errors spotted by reviewers, fix @throws annotations 2024-06-11 14:10:29 +02:00
Command chore: rename Index.php to ListWebhooks.php 2024-06-11 14:10:29 +02:00
Controller fix: Fix errors spotted by reviewers, fix @throws annotations 2024-06-11 14:10:29 +02:00
Db fix: Move caching to the mapper instead 2024-06-11 14:10:29 +02:00
Listener fix: Make webhook event serialization opt-in with a new interface 2024-06-11 14:10:29 +02:00
Migration fix: Fix errors spotted by reviewers, fix @throws annotations 2024-06-11 14:10:29 +02:00
Service feat: Add event filtering to webhooks 2024-06-11 14:10:29 +02:00
Settings feat: Add admin delegation for webhooks 2024-06-11 14:10:29 +02:00
ResponseDefinitions.php fix: Fix eventFilter definition in ResponseDefinitions 2024-06-11 14:10:29 +02:00