summary refs log tree commit diff
path: root/src/api/routes/webhooks/#webhook_id/index.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some typesRory&2026-07-311-1/+1
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-211-1/+1
* Remove APIWebhookArrayRory&2026-07-151-3/+6
* Delete messages when deleting webhookRory&2026-06-171-0/+1
* Signify some imports more explicitlyRory&2026-06-161-1/+1
* Move entities to databaseRory&2026-06-121-15/+23
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-121-1/+1
* handle constraints on webhook deleteRory&2026-05-031-1/+32
* Migrate WebhooksUpdateEvent to satisfies, part of #1577Rory&2026-03-201-4/+4
* 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
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-110/+110
* No more fallback URLsRory&2025-12-171-2/+1
* Prettier u5Rory&2025-12-171-69/+17
* Reorganise schemas a little bitRory&2025-10-151-1/+1
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-301-1/+1
* Clean up unused importsRory&2025-09-301-1/+0
* Added better user configuration and removed extra loggingroot2025-03-251-10/+10
* Updated error message for empty webhook update bodyroot2025-03-241-1/+1
* Added Name Validation utility functionroot2025-03-241-31/+2
* Fixed errors in authorization for webhooks with tokensroot2025-03-231-0/+172
* PrettierTomatoCake2024-07-181-1/+2
* Consistent relations, url property, src channelTomatoCake2024-07-181-2/+9
* Perms for GET webhook, url propertyTomatoCake2024-07-181-9/+25
* Fix ESLint & prettierTomatoCake2024-07-181-0/+1
* Start implementing webhooksPuyodead12023-12-101-0/+32