mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Harvey Tindall
e5f79c60ae
Webhooks send a POST to an admin-supplied URL when something happens, with relevant information sent in JSON. One has been added for creating users in Settings > Webhooks > User Created. Lazily, the portion of GetUsers which generates a respUser has been factored out, and is called to send the JSON payload. A stripped-down common.Req method has been added, which is used by the barebones WebhookSender struct. |
||
---|---|---|
.. | ||
account-linking.ts | ||
accounts.ts | ||
activity.ts | ||
captcha.ts | ||
common.ts | ||
discord.ts | ||
invites.ts | ||
lang.ts | ||
login.ts | ||
modal.ts | ||
profiles.ts | ||
search.ts | ||
settings.ts | ||
stripmd.ts | ||
tabs.ts | ||
theme.ts | ||
update.ts | ||
validator.ts |