Files
nc_bot_webhooks/composer.json
T
kyle 3f51a8ca48 Can now get channels!
- Inject LoggerInterface across WebhookController, TalkService, and ImageCleanup
- Replace TalkService.getAvailableTalkRooms() OCS API calls with direct database queries
- Add getBaseUrl() helper to resolve localhost/SSRF constraints for internal API calls
- Update buildRichObject() to generate public link shares for file attachments
- Add saveBotPassword, debug, and debugTables endpoints to WebhookController
- Separate frontend assets (JS/CSS) from adminSettings template
- Add composer.json and autoload files for PSR-4 autoloading
- Update Admin settings to use TemplateResponse and register app icons
2026-06-11 10:21:23 -07:00

11 lines
229 B
JSON

{
"name": "ncdiscordhook/app",
"description": "Discord webhook bridge for Nextcloud Talk",
"type": "nextcloud-app",
"autoload": {
"psr-4": {
"OCA\\NCdiscordhook\\": "../lib/"
}
}
}