summary refs log tree commit diff
path: root/src/api/routes/webhooks/#webhook_id/#token (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify webhook token parameter nameRory&2026-07-152-637/+0
* Delete messages when deleting webhookRory&2026-06-171-1/+4
* Routes: reduce scope of api imports to api/utilRory&2026-06-171-2/+2
* Signify some imports more explicitlyRory&2026-06-161-1/+1
* Move entities to databaseRory&2026-06-121-3/+22
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-122-2/+2
* fix: make github webhooks embeds have `rich` typeCyberL12026-03-311-1/+20
* Migrate WebhooksUpdateEvent to satisfies, part of #1577Rory&2026-03-201-4/+4
* more pk fixesMathMan052026-03-201-0/+1
* properly mark unused paramsRory&2026-03-141-0/+1
* Assert req.params type as solely string (express update)Rory&2026-02-011-3/+3
* Deprecation: Use object-based relations for typeormRory&2025-12-191-3/+3
* refactor: adjust numbers for length limitsCyberL12025-12-191-1/+1
* refactor: adjust numbers for length limitsCyberL12025-12-191-2/+2
* refactor: adjust commit lenghts for `push` eventCyberL12025-12-191-1/+1
* fix: description length for `issue_comment` eventCyberL12025-12-191-1/+1
* fix: description length for `issue` eventCyberL12025-12-191-1/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-518/+518
* No more fallback URLsRory&2025-12-171-2/+1
* Prettier u5Rory&2025-12-171-37/+8
* fix: check if event is "opened" or "closed"CyberL12025-12-151-0/+4
* fix: show compare url on multiple commitsCyberL12025-12-121-1/+1
* fix: check if `body` is not `null`CyberL12025-12-051-1/+3
* fix: show only the first line of commit messageCyberL12025-12-031-1/+1
* fix: github webhok username and avatar are now more in-line with discordCyberL12025-12-021-2/+2
* fix: send 204 even if event is invalid (discord does this, idk why)CyberL12025-12-021-3/+1
* chore: remove debug logCyberL12025-12-021-1/+0
* refactor: refactor github webhooks embeds to match discord'sCyberL12025-12-021-469/+321
* Reorganise schemas a little bitRory&2025-10-152-2/+3
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-302-2/+2
* 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
* Updated error message for empty webhook update bodyroot2025-03-241-1/+1
* Added Name Validation utility functionroot2025-03-241-1/+6
* Fixed errors in authorization for webhooks with tokensroot2025-03-231-5/+134
* Consistent relations, url property, src channelTomatoCake2024-07-181-1/+9
* Perms for GET webhook, url propertyTomatoCake2024-07-181-2/+7
* Fix ESLint & prettierTomatoCake2024-07-181-1/+1
* webhook fixes & username/avatar property for msgTomatoCake2024-07-181-1/+24
* Start implementing webhooksPuyodead12023-12-101-0/+215