| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the token's owner and repository when registering a runner (#30406) (#3... | Giteabot | 2024-04-11 | 1 | -0/+3 |
* | Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) | DrMaxNix | 2024-03-23 | 1 | -2/+3 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 2 | -8/+1 |
* | Remove unused `KeyID`. (#29167) | KN4CK3R | 2024-02-14 | 1 | -3/+1 |
* | Remove GetByBean method because sometimes it's danger when query condition pa... | Lunny Xiao | 2023-12-07 | 1 | -6/+4 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 2 | -22/+7 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 8 | -81/+81 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -3/+3 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -2/+3 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 3 | -10/+10 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 2 | -11/+11 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Remove unused code (#25734) | KN4CK3R | 2023-07-06 | 2 | -57/+0 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 4 | -8/+8 |
* | Add missing test case and fix typo in tests (#24915) | Philip Peterson | 2023-05-24 | 2 | -2/+8 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -13/+3 |
* | Fix team members API endpoint pagination (#24754) | Yarden Shoham | 2023-05-17 | 1 | -2/+2 |
* | Add owner team permission check test (#24096) | yp05327 | 2023-04-19 | 1 | -1/+5 |
* | Allow repo admins too to delete the repo (#23940) | yp05327 | 2023-04-07 | 2 | -0/+20 |
* | Improve permission check of packages (#23879) | yp05327 | 2023-04-06 | 1 | -5/+11 |
* | Fix owner team access mode value in team_unit table (#23675) | yp05327 | 2023-04-03 | 1 | -3/+4 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 1 | -0/+26 |
* | Rename `GetUnits` to `LoadUnits` (#22970) | yp05327 | 2023-02-19 | 2 | -8/+4 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -2/+2 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 2 | -22/+14 |
* | Don't return duplicated users who can create org repo (#22560) | Gusted | 2023-01-30 | 2 | -7/+9 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 3 | -85/+128 |
* | Secrets storage with SecretKey encrypted (#22142) | Jason Song | 2022-12-20 | 1 | -0/+2 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 3 | -12/+6 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 4 | -10/+10 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 14 | -28/+14 |
* | Do not allow Ghost access to limited visible user/org (#21849) | KN4CK3R | 2022-11-17 | 1 | -2/+3 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 2 | -3/+3 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -11/+11 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 4 | -1/+214 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 2 | -0/+18 |
* | [API] teamSearch show teams with no members if user is admin (#21204) | 6543 | 2022-09-19 | 1 | -21/+3 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 3 | -0/+102 |
* | Fix SQL Query for `SearchTeam` (#20844) | Gusted | 2022-08-21 | 1 | -12/+25 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 3 | -43/+43 |
* | Add order by for assignee no sort issue (#20053) | Tyrone Yeh | 2022-07-14 | 1 | -0/+1 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Adjust transaction handling via db.Context (#20031) | Lunny Xiao | 2022-06-20 | 1 | -8/+8 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 4 | -107/+219 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -114/+35 |
* | Move org functions (#19753) | Lunny Xiao | 2022-05-20 | 2 | -0/+95 |
* | Fix duplicate entry error when add team member (#19702) | zuzuviewer | 2022-05-14 | 1 | -0/+6 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 2 | -3/+3 |