summary refs log tree commit diff
path: root/src/api/routes/webhooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganise schemas a little bitRory&2025-10-153-3/+4
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-303-3/+3
* Clean up unused importsRory&2025-09-301-1/+0
* Proxy avatar URL + adjust event logicZane Helton2025-06-291-17/+132
* Make tsc happy when using strings as Date in embedZane Helton2025-06-292-2/+22
* Refactor `/github` endpoint into it's own fileZane Helton2025-06-292-561/+423
* Capitalize `ref_type` when using in embedZane Helton2025-06-291-1/+2
* Implement webhook handler for GitHubZane Helton2025-06-291-136/+551
* Validate Name for webhooks enforced moreroot2025-03-251-31/+1
* Added better user configuration and removed extra loggingroot2025-03-251-10/+10
* Updated error message for empty webhook update bodyroot2025-03-242-2/+2
* Added Name Validation utility functionroot2025-03-242-32/+8
* Fixed errors in authorization for webhooks with tokensroot2025-03-232-5/+306
* PrettierTomatoCake2024-07-181-1/+2
* Consistent relations, url property, src channelTomatoCake2024-07-182-3/+18
* Perms for GET webhook, url propertyTomatoCake2024-07-182-11/+32
* Fix ESLint & prettierTomatoCake2024-07-182-1/+2
* webhook fixes & username/avatar property for msgTomatoCake2024-07-181-1/+24
* Start implementing webhooksPuyodead12023-12-102-0/+247