mirror of
1
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Yevhen Pavlov 1dfaf83798
Return `404` in the API if the requested webhooks were not found ()
Should resolve first point of the issue
https://github.com/go-gitea/gitea/issues/24574
2023-05-21 10:54:28 +08:00
silverwind fe007b65bd
Fix typo in API route ()
Continuation of https://github.com/go-gitea/gitea/pull/23995

---------

Co-authored-by: bilogic <946010+bilogic@users.noreply.github.com>
2023-04-24 20:44:27 +02:00
KN4CK3R 2173f14708
Add user webhooks ()
Currently we can add webhooks for organizations but not for users. This
PR adds the latter. You can access it from the current users settings.


![grafik](https://user-images.githubusercontent.com/1666336/197391408-15dfdc23-b476-4d0c-82f7-9bc9b065988f.png)
2023-03-10 08:28:32 -06:00
Lunny Xiao c0015979a6
Support system hook API ()
This add system hook API
2023-01-28 19:12:10 +01:00