-
- Downloads
Add administrative webhooks (#18510)
* Add administrative webhooks * Fix error when webhook is deleted before delivery worker runs
Showing
- app/controllers/admin/webhooks/secrets_controller.rb 19 additions, 0 deletionsapp/controllers/admin/webhooks/secrets_controller.rb
- app/controllers/admin/webhooks_controller.rb 77 additions, 0 deletionsapp/controllers/admin/webhooks_controller.rb
- app/javascript/styles/mastodon/admin.scss 8 additions, 0 deletionsapp/javascript/styles/mastodon/admin.scss
- app/models/admin/action_log.rb 1 addition, 0 deletionsapp/models/admin/action_log.rb
- app/models/report.rb 6 additions, 0 deletionsapp/models/report.rb
- app/models/user.rb 8 additions, 2 deletionsapp/models/user.rb
- app/models/webhook.rb 58 additions, 0 deletionsapp/models/webhook.rb
- app/policies/webhook_policy.rb 35 additions, 0 deletionsapp/policies/webhook_policy.rb
- app/presenters/webhooks/event_presenter.rb 13 additions, 0 deletionsapp/presenters/webhooks/event_presenter.rb
- app/serializers/rest/admin/report_serializer.rb 2 additions, 1 deletionapp/serializers/rest/admin/report_serializer.rb
- app/serializers/rest/admin/webhook_event_serializer.rb 26 additions, 0 deletionsapp/serializers/rest/admin/webhook_event_serializer.rb
- app/services/base_service.rb 4 additions, 0 deletionsapp/services/base_service.rb
- app/services/webhook_service.rb 22 additions, 0 deletionsapp/services/webhook_service.rb
- app/validators/url_validator.rb 1 addition, 1 deletionapp/validators/url_validator.rb
- app/views/admin/webhooks/_form.html.haml 11 additions, 0 deletionsapp/views/admin/webhooks/_form.html.haml
- app/views/admin/webhooks/_webhook.html.haml 19 additions, 0 deletionsapp/views/admin/webhooks/_webhook.html.haml
- app/views/admin/webhooks/edit.html.haml 4 additions, 0 deletionsapp/views/admin/webhooks/edit.html.haml
- app/views/admin/webhooks/index.html.haml 18 additions, 0 deletionsapp/views/admin/webhooks/index.html.haml
- app/views/admin/webhooks/new.html.haml 4 additions, 0 deletionsapp/views/admin/webhooks/new.html.haml
- app/views/admin/webhooks/show.html.haml 34 additions, 0 deletionsapp/views/admin/webhooks/show.html.haml
Loading
Please register or sign in to comment