summary refs log tree commit diff
path: root/src/api/routes/webhooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* more pk fixesMathMan052026-03-071-0/+1
* Assert req.params type as solely string (express update)Rory&2026-02-012-6/+6
* Deprecation: Use object-based relations for typeormRory&2025-12-192-6/+6
* 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-173-628/+628
* No more fallback URLsRory&2025-12-172-4/+2
* Prettier u5Rory&2025-12-172-106/+25
* 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-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