summaryrefslogtreecommitdiffstats
path: root/models/org_team.go
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-641/+71
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-221-2/+40
* Add `GetUserTeams` (#18499)Gusted2022-02-011-8/+53
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-12/+36
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+8
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-27/+32
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-69/+52
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-8/+9
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-9/+10
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-4/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-28/+28
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-50/+58
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-2/+2
* [API] generalize list header (#16551)65432021-08-121-15/+0
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-5/+3
* Automatically remove Watches, Assignments, etc if user loses access due to be...65432020-04-071-10/+3
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-5/+7
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-0/+33
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-16/+31
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-3/+3
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-1/+5
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+1
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-30/+79
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-12/+58
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Recalculate repository access only for specific user (#8481)David Svantesson2019-10-151-2/+2
* Ignore mentions for users with no access (#8395)guillep2k2019-10-101-1/+1
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+62
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-2/+2
* Fix approvals counting (#7757)Lunny Xiao2019-08-071-3/+6
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-0/+5
* Add golangci (#6418)kolaente2019-06-121-7/+24
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+10
* Fixes #6446 - Sort team members and team's repositories (#6525)ngourdon2019-04-071-1/+7
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* make sure units of a team are returned (#6379)Lanre Adelowo2019-03-191-0/+5
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-9/+16
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-4/+16
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-111-0/+8
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-3/+3
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-101-0/+26
* fix bug when users have serval teams with different units on different reposi...Lunny Xiao2018-11-091-0/+10
* Fix sqlite lock (#5176)Lunny Xiao2018-10-251-1/+5
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-11/+75
* Fix not removed watches on unallowed repositories (#4201)David Schneiderbauer2018-06-191-0/+49
* Fix remove team member issue (#3566)Wendell Sun2018-02-231-1/+13
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-081-35/+0