aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x77 days4-11/+11
* Decouple context from repository related structs (#33823)TheFox0x72025-03-081-4/+4
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-041-0/+3
* Fix some user name usages (#33689)wxiaoguang2025-02-231-0/+1
* Worktime tracking for the organization level (#19808)K Kovacs2025-02-031-0/+103
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-3/+3
* Refactor tests (#33021)wxiaoguang2024-12-291-1/+1
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-0/+15
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-187-273/+21
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-152-2/+2
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-112-0/+30
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-0/+5
* Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543)Lunny Xiao2024-11-263-0/+41
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-222-0/+45
* Reimplement GetUserOrgsList to make it simple and clear (#32486)Lunny Xiao2024-11-145-171/+200
* Limit org member view of restricted users (#32211)65432024-11-122-2/+101
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-113-33/+47
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-0/+45
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-3/+3
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-3/+3
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-2/+2
* Refactor web routes (#30519)wxiaoguang2024-04-171-7/+11
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+3
* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013)DrMaxNix2024-03-231-2/+3
* Add user blocking (#29028)KN4CK3R2024-03-042-8/+1
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-141-3/+1
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-6/+4
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-22/+7
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-038-81/+81
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-10/+10
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-11/+11
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Remove unused code (#25734)KN4CK3R2023-07-062-57/+0
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-054-8/+8
* Add missing test case and fix typo in tests (#24915)Philip Peterson2023-05-242-2/+8
* Rewrite logger system (#24726)wxiaoguang2023-05-211-13/+3
* Fix team members API endpoint pagination (#24754)Yarden Shoham2023-05-171-2/+2
* Add owner team permission check test (#24096)yp053272023-04-191-1/+5
* Allow repo admins too to delete the repo (#23940)yp053272023-04-072-0/+20
* Improve permission check of packages (#23879)yp053272023-04-061-5/+11
* Fix owner team access mode value in team_unit table (#23675)yp053272023-04-031-3/+4
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+26
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-192-8/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-22/+14
* Don't return duplicated users who can create org repo (#22560)Gusted2023-01-302-7/+9