meta.sr.ht 0.55.0 Drew DeVault (23): API: Initial prototype of GQL-native webhooks API: Rig up query { profileWebhook } API: Implement test payload for webhooks API: Validate webhook input fields API: Rig up mutation { deleteWebhook } API: Rig up query { profileWebhooks } API: De-duplicate webhook filtering logic API: Rig up ProfileWebhookSubscription { deliveries } API: Rig up WebhookDelivery { subscription } API: Rig up other GQL webhooks API: Expand validation on mutation { updateUser } Route profile updates through GraphQL API: Rig legacy webhooks back up Rig up SSH key management via GraphQL Rig up PGP key management via GraphQL Route API key management through GraphQL API: Rig up remaining webhook sample payloads API: Update core-go API: Forbid webhook create with insufficient perms API: Fix revokeOAuthClient for clients with 0 tokens API: Expand webhooks design API: Refactor webhook auth for internal use API: Updates per core-go auth changes