117 Commits (v1.15.7)

Author SHA1 Message Date
KN4CK3R 9b1b4b5433
Refactor Webhook + Add X-Hub-Signature () 4 years ago
Bo-Yi Wu 167b0f46ef
chore(models): rewrite code format. () 4 years ago
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json () 4 years ago
Brad Albright a598877fdf
Cron job to cleanup hook_task table () 4 years ago
Lauris BH 6eee9f0f4e
Merge default and system webhooks under one menu () 4 years ago
Lunny Xiao 9f73cae635
Fix wrong type on hooktask to convert typ from char(16) to varchar(16) () 4 years ago
Lunny Xiao ea914d0f7a
Fix bug for webhook and feishu caused by API changed () 4 years ago
Lunny Xiao 6edfa6bc88
Fix broken migration on webhook () 4 years ago
Lunny Xiao 42354dfe45
Move webhook type from int to string () 4 years ago
Lunny Xiao 1dd3f19ee3
Use google/uuid to instead satori/go.uuid () 5 years ago
S7evinK 828a27feeb
Add Matrix webhook () 5 years ago
James Lakin a9f4489bbc
System-wide webhooks () 5 years ago
John Olheiser 3f1c0841cb
Granular webhook events () 5 years ago
Lunny Xiao 83a8944fcf
Add feishu webhook support () 5 years ago
SpaWn2KiLl 1f01f53c53 API add/generalize pagination () 5 years ago
Lunny Xiao a966a0298e Move more webhook codes from models to webhook module () 5 years ago
Lunny Xiao 0e7f7df3cf Move webhook to a standalone package under modules () 5 years ago
Viktor Szakats bcd96421dd webhook: set Content-Type for application/x-www-form-urlencoded () 5 years ago
Lauris BH 7eacdcf39a Fix webhooks to use proxy from environment () 6 years ago
WGH 6ddd3b0b47 Implement webhook branch filter () 6 years ago
Tamal Saha 171b359877 Use gitea forked macaron () 6 years ago
Lunny Xiao 85202d4784
Display ui time with customize time location () 6 years ago
Antoine GIRARD e9bb75d8d1 Fix duplicate call of webhook () 6 years ago
kolaente f9ec2f89f2 Add golangci () 6 years ago
Lunny Xiao 1f84970de0
Make webhook http connections resuable () 6 years ago
techknowlogick 5fb1ad7011 Webhook Logs show proper HTTP Method, and allow change HTTP method in form () 6 years ago
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs () 6 years ago
Simon a2a006a5d5 Add GET requests to webhook () 6 years ago
Daniel Grier b9d1fb6de3 Add support for MS Teams webhooks () 6 years ago
techknowlogick 56da256853
Telegram webhook () 6 years ago
zeripath 704da08fdc
Better logging () () 6 years ago
techknowlogick 22d3d029e6
Add signatures to webhooks () 6 years ago
Russell Aunger b34996a629 Implement Default Webhooks () 6 years ago
Lanre Adelowo 945804f800 Webhook for Pull Request approval/rejection () 6 years ago
Lunny Xiao 4ec8551490
fix webhook bug of response info is not displayed in UI () 7 years ago
Lunny Xiao 24941a1046
Add more webhooks support and refactor webhook templates directory () 7 years ago
Antoine GIRARD b3fd94c13d Add sensitive headers () 7 years ago
Ethan Koenig 3968c1149e Fix SQL type error for webhooks () 7 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage () 7 years ago
Lunny Xiao 10b54df2b2 Add dingtalk webhook () 7 years ago
Ethan Koenig aa962deec0 Replace deprecated Id method with ID () 7 years ago
Lunny Xiao a8717e5e3a Use AfterLoad instead of AfterSet on Structs () 8 years ago
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate () 8 years ago
Ethan Koenig b689bb6180 Webhooks for repo creation/deletion () 8 years ago
Lunny Xiao 04ec79579c fix orgnization webhooks () 8 years ago
Lunny Xiao 3e6fed368b fix webhook test () 8 years ago
Lunny Xiao ced50e0ec1 Implementation of discord webhook () 8 years ago
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally () 8 years ago
Rémy Boulanouar e0c6ab2d44 Add Gitea Webhook () 8 years ago
Lunny Xiao 36f02c0c32
fix potential sqlite lock 8 years ago