1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 03:35:58 +01:00
gitea/models/perm
Gusted 8a7d1a3516
Store read access in access for team repo's ()
- Currently when a Team has read access to a organization's non-private
repository, their access won't be stored in the database. This caused
issue for code that rely on read access being stored. So from now-on if
we see that the repository is owned by a organization don't increase the
minMode to write permission.
- Resolves 
2022-07-11 13:48:43 +02:00
..
access Store read access in access for team repo's () 2022-07-11 13:48:43 +02:00
access_mode.go Team permission allow different unit has different permission () 2022-01-05 11:37:00 +08:00