summaryrefslogtreecommitdiffstats
path: root/models/repo_permission.go
Commit message (Expand)AuthorAgeFilesLines
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-453/+0
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+3
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+34
* more context for models (#19511)65432022-04-281-10/+6
* Fix broken of team create (#19288)Lunny Xiao2022-04-011-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-6/+8
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-5/+6
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-20/+0
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+18
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-39/+41
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-31/+32
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-15/+16
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-2/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-19/+20
* DBContext is just a Context (#17100)zeripath2021-09-231-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+15
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-3/+3
* ui: show 'owner' tag for real owner (#13689)a10121127962020-11-281-0/+21
* Fix deadlock when deleting team user (#13092)zeripath2020-10-101-1/+1
* Automatically remove Watches, Assignments, etc if user loses access due to be...65432020-04-071-1/+5
* Restricted users (#6274)Manush Dodunekov2020-01-131-4/+4
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-4/+4
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-1/+1
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-0/+20
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-0/+6
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-3/+11
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Allow collaborators to view repo owned private org (#6965)mrsdizzie2019-05-161-4/+12
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-0/+9
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+61
* Fixed unitTypeCode not being used (#6419)kolaente2019-03-241-1/+1
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-221-0/+9
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-0/+270