| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 8 days | 2 | -3/+3 |
* | Add workflow_job webhook (#33694) | ChristopherHX | 2025-03-11 | 1 | -0/+1 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 2 | -18/+18 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 2 | -31/+31 |
* | Add tests for webhook and fix some webhook bugs (#33396) | Lunny Xiao | 2025-01-30 | 1 | -0/+2 |
* | Refactor webhook events (#33337) | Lunny Xiao | 2025-01-23 | 1 | -41/+40 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 1 | -2/+2 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 3 | -3/+3 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 1 | -1/+1 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -1/+2 |
* | Fix: system webhooks API bug (#28531) | vincent | 2023-12-31 | 1 | -6/+17 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -1/+1 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -1/+1 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -8/+9 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -7/+2 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -5/+5 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 1 | -19/+21 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -5/+6 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -21/+68 |
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 1 | -0/+38 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -17/+17 |
* | Remove old HookEventType (#22358) | Jason Song | 2023-01-06 | 1 | -35/+35 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 1 | -6/+6 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 2 | -2/+2 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -0/+29 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 3 | -6/+3 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -6/+46 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 1 | -0/+2 |
* | refactor webhook *NewPost (#20729) | oliverpool | 2022-08-11 | 1 | -3/+3 |
* | Add latest commit's SHA to content response (#20398) | Gusted | 2022-07-30 | 1 | -11/+2 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 1 | -2/+22 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Use middleware to open gitRepo (#19559) | 6543 | 2022-04-30 | 1 | -6/+2 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 2 | -68/+19 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Granular webhook events in editHook (#19251) | John Olheiser | 2022-03-29 | 1 | -5/+16 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -2/+2 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -54/+55 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+3 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -3/+3 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -3/+1 |
* | Let branch/tag name be a valid ref to get CI status (#16400) | 6543 | 2021-07-13 | 1 | -0/+61 |
* | Refactor Webhook + Add X-Hub-Signature (#16176) | KN4CK3R | 2021-06-27 | 1 | -1/+1 |
* | Fix some API bugs (#16184) | 6543 | 2021-06-18 | 1 | -1/+1 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+3 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -19/+0 |