| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 22 | -2354/+0 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 2 | -13/+12 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 4 | -40/+55 |
* | Use GhostUser if needed for TrackedTimes (#22021) | zeripath | 2022-12-04 | 1 | -6/+5 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 9 | -20/+25 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 21 | -42/+21 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 4 | -34/+37 |
* | Add `updated_at` field to PullReview API object (#21812) | Yarden Shoham | 2022-11-15 | 1 | -0/+1 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -10/+16 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 1 | -6/+7 |
* | Use Name instead of DisplayName in LFS Lock (#21415) | KN4CK3R | 2022-10-11 | 1 | -1/+1 |
* | Make external issue tracker regexp configurable via API (#21338) | Andrew Imeson | 2022-10-07 | 1 | -3/+4 |
* | Add `stat` to `ToCommit` function for speed (#21337) | Gennady Kovshenin | 2022-10-06 | 1 | -27/+32 |
* | Add name field for org api (#21270) | KN4CK3R | 2022-09-29 | 1 | -0/+1 |
* | Add API endpoint to get changed files of a PR (#21177) | qwerty287 | 2022-09-29 | 1 | -0/+34 |
* | Fix 500 on time tracking in timeline API (#21052) | qwerty287 | 2022-09-04 | 1 | -0/+6 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 3 | -13/+12 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 4 | -9/+9 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 1 | -0/+39 |
* | Include login_name in adminCreateUser response (#20283) | Baekjun Kim | 2022-07-15 | 1 | -0/+1 |
* | Add allow_rebase_update, default_delete_branch_after_merge to repository api ... | Bian Jiaping | 2022-07-15 | 1 | -48/+54 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -2/+2 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 7 | -39/+37 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 2 | -8/+9 |
* | Nuke the incorrect permission report on /api/v1/notifications (#19761) | zeripath | 2022-05-20 | 1 | -0/+5 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -4/+5 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 4 | -19/+52 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 3 | -8/+10 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 1 | -6/+16 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -1/+1 |
* | Add API to query collaborators permission for a repository (#18761) | Florin Hillebrand | 2022-04-29 | 1 | -0/+9 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 2 | -1/+10 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 3 | -6/+7 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -4/+1 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 3 | -4/+6 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+43 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -4/+4 |
* | More commit info from API (#19252) | John Olheiser | 2022-03-29 | 1 | -0/+14 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -6/+7 |
* | API: Return primary language and repository language stats API URL (#18396) | Lauris BH | 2022-01-25 | 1 | -0/+9 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 4 | -7/+6 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 4 | -16/+18 |
* | Add MirrorUpdated field to Repository API type (#18267) | Peter GardfjÀll | 2022-01-18 | 1 | -0/+5 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -1/+2 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -3/+3 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 1 | -0/+143 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 1 | -0/+30 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -6/+7 |