aboutsummaryrefslogtreecommitdiff
path: root/models/org_team.go
AgeCommit message (Expand)Author
2023-01-16Supports wildcard protected branch (#20825)Lunny Xiao
2023-01-11Improve utils of slices (#22379)Jason Song
2022-12-31Use ErrInvalidArgument in packages (#22268)KN4CK3R
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-19Add team member invite by email (#20307)KN4CK3R
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-12Move some code into models/git (#19879)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-14Fix duplicate entry error when add team member (#19702)zuzuviewer
2022-05-11Move access and repo permission to models/perm/access (#19350)Lunny Xiao
2022-04-01Performance improvement for add team user when org has more than 1000 reposit...Lunny Xiao
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao
2022-03-22Cleanup protected branches when deleting users & teams (#19158)Norwin
2022-02-01Add `GetUserTeams` (#18499)Gusted
2022-01-05Team permission allow different unit has different permission (#17811)Lunny Xiao
2021-12-16Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-28Move accessmode into models/perm (#17828)Lunny Xiao
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-21Remove NewSession method from db.Engine interface (#17577)Lunny Xiao
2021-11-19Use a standalone struct name for Organization (#17632)Lunny Xiao
2021-11-09Move unit into models/unit/ (#17576)Lunny Xiao
2021-09-24Move login related structs and functions to models/login (#17093)Lunny Xiao
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-14Add `AbsoluteListOptions` (#17028)KN4CK3R
2021-08-12[API] generalize list header (#16551)6543
2021-03-14chore(models): rewrite code format. (#14754)Bo-Yi Wu
2020-04-07Automatically remove Watches, Assignments, etc if user loses access due to be...6543
2020-03-22Upgrade xorm to v1.0.0 (#10646)Lunny Xiao
2020-02-12Add API branch protection endpoint (#9311)David Svantesson
2020-01-24API add/generalize pagination (#9452)SpaWn2KiLl
2020-01-09[API] orgEditTeam make Fields optional (#9556)6543
2019-12-03Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson
2019-11-20Team permission to create repository in organization (#8312)David Svantesson
2019-11-09Allow to add and remove all repositories to/from team. (#8867)David Svantesson
2019-11-06Add team option to grant rights for all organization repositories (#8688)David Svantesson
2019-10-17Upgrade xorm to v0.8.0 (#8536)Lunny Xiao
2019-10-15Recalculate repository access only for specific user (#8481)David Svantesson
2019-10-10Ignore mentions for users with no access (#8395)guillep2k
2019-10-01API endpoint for searching teams. (#8108)David Svantesson
2019-09-23Add teams to repo on collaboration page. (#8045)David Svantesson
2019-08-07Fix approvals counting (#7757)Lunny Xiao
2019-08-02org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD
2019-06-12Add golangci (#6418)kolaente