
Chris CoutinhoandClaude
f4759e424d
feat: add webhook management UI and BeforeNodeDeletedEvent support
Added comprehensive webhook management capabilities including:
Webhook Client & API:
- Added WebhooksClient for Nextcloud webhooks API integration
- Create, list, update, and delete webhooks programmatically
- Support for event filters in webhook registration
Webhook Presets:
- Added preset system for common webhook configurations
- notes_sync: BeforeNodeDeletedEvent for Notes file operations
- calendar_sync: Calendar events (create, update, delete)
- deck_sync: Deck card operations
- files_sync: File system changes
- forms_sync: Form submissions (conditional)
- Filter presets by installed apps
Admin UI:
- Added multi-pane app view with tabs (User Info, Vector Sync, Webhooks)
- Webhooks tab for admin users only
- Enable/disable preset webhooks via UI
- View currently registered webhooks
- Uses htmx for dynamic loading and Alpine.js for tab state
- Admin permission checking via OCS API
CLI Improvements:
- Refactored CLI to separate module (cli.py)
- Updated entry point in pyproject.toml
BeforeNodeDeletedEvent Fix:
- Updated ADR-010 to document NodeDeletedEvent issue
- BeforeNodeDeletedEvent includes node.id before deletion
- NodeDeletedEvent lacks node.id (file already deleted)
- Implemented per Nextcloud maintainer recommendation
Testing:
- Added comprehensive webhook client tests
- Added webhook preset filtering tests
- Added admin permission tests
Configuration:
- Updated docker-compose.yml Qdrant settings
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 20:35:08 +01:00
..
2025-05-07 23:06:22 +02:00
2025-11-02 23:31:39 +01:00
2025-11-08 20:32:49 +01:00
2025-11-04 00:03:24 +01:00
2025-11-03 20:33:56 +01:00
2025-11-05 23:19:03 +01:00
2025-11-07 21:08:55 +01:00
2025-11-09 05:11:56 +01:00
2025-11-09 04:47:20 +01:00
2025-11-09 04:47:20 +01:00
2025-11-11 20:35:08 +01:00
2025-11-02 22:03:22 +01:00
2025-10-14 01:23:49 +02:00
2025-09-11 17:31:00 +02:00
2025-10-15 14:47:43 +02:00
2025-11-10 02:47:57 +01:00
2025-09-11 17:28:13 +02:00
2025-10-17 03:08:16 +02:00
2025-11-03 20:33:56 +01:00
2025-09-11 17:28:13 +02:00
2025-10-14 01:23:38 +02:00
2025-11-02 22:03:21 +01:00
2025-11-02 22:03:19 +01:00
2025-05-06 02:52:51 +02:00
2025-11-09 01:00:18 +01:00
2025-11-02 23:58:15 +01:00
2025-11-09 04:47:20 +01:00
2025-11-02 22:03:22 +01:00
2025-11-02 22:03:21 +01:00
2025-11-02 22:03:21 +01:00
2025-11-02 22:03:21 +01:00
2025-11-10 22:48:37 +01:00
2025-10-15 16:27:22 +02:00
2025-10-14 01:23:38 +02:00
2025-11-10 02:47:57 +01:00
2025-09-11 17:28:13 +02:00
2025-10-23 11:20:49 +02:00
2025-10-24 04:38:49 +02:00
2025-11-02 22:03:21 +01:00
2025-09-11 17:28:13 +02:00