summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/utils
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-273-3/+3
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Fix: system webhooks API bug (#28531)vincent2023-12-311-6/+17
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+9
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-7/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-5/+5
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-19/+21
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-5/+6
* Add user webhooks (#21563)KN4CK3R2023-03-101-21/+68
* Support system hook API (#14537)Lunny Xiao2023-01-281-0/+38
* Improve utils of slices (#22379)Jason Song2023-01-111-17/+17
* Remove old HookEventType (#22358)Jason Song2023-01-061-35/+35
* Restructure `webhook` module (#22256)delvh2023-01-011-6/+6
* Move `convert` package to services (#22264)KN4CK3R2022-12-292-2/+2
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+29
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-273-6/+3
* Add Webhook authorization header (#20926)oliverpool2022-11-031-6/+46
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+2
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-3/+3
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-11/+2
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-2/+22
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Use middleware to open gitRepo (#19559)65432022-04-301-6/+2
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-072-68/+19
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Granular webhook events in editHook (#19251)John Olheiser2022-03-291-5/+16
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-54/+55
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-3/+3
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-131-0/+61
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-1/+1
* Fix some API bugs (#16184)65432021-06-181-1/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* [API] Add pagination to ListBranches (#14524)65432021-02-031-19/+0
* migrate from com.* to alternatives (#14103)65432020-12-251-22/+21
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-0/+19
* Possible fix the webhook API creation (#13960)Lunny Xiao2020-12-121-1/+2
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-3/+3
* API: Fix GetQueryBeforeSince (#13559)65432020-11-141-16/+36
* Granular webhook events (#9626)John Olheiser2020-03-061-9/+26