You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new repo owned by an organization createRepository() calles addRepository() for the Owner team. addRepository() sets permissions for the owners but also sets watches for them. These watches are not always desired.
Please make the Owner team watches upon repo creation optional, either globally or per organization. Perhaps as part of #145
Also, when adding a new member to an organisation Owner team, AddTeamMember() does not set watches for the new team member. That is inconsistent and probably a bug.
The text was updated successfully, but these errors were encountered:
Add a new config option to enable / disable the automatic watching of
repos for new repositories and if a user is added to a team.
Fixes#653
Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
Add a new config option to enable / disable the automatic watching of
repos for new repositories and if a user is added to a team.
Fixesgo-gitea#653
Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
When creating a new repo owned by an organization createRepository() calles addRepository() for the Owner team. addRepository() sets permissions for the owners but also sets watches for them. These watches are not always desired.
Please make the Owner team watches upon repo creation optional, either globally or per organization. Perhaps as part of #145
Also, when adding a new member to an organisation Owner team, AddTeamMember() does not set watches for the new team member. That is inconsistent and probably a bug.
The text was updated successfully, but these errors were encountered: