-
- Downloads
Merge branch...
Merge branch '50020-fe-allow-email-notifications-to-be-disabled-for-all-users-of-a-group' into 'master' UI for disabling group/project email notifications Closes #50020 See merge request gitlab-org/gitlab-ce!30961 (cherry picked from commit 1068483f) 7699a87e UI for disabling group/project email notification bad143ff Rename canChangeEmailsDisabled to canDisableEmails 38b3f9ec Hide emails_disabled checkbox if disabled in group 5e1fc2f5 Apply suggestion to... bcd5cee9 Addressed review feedback d602fc12 Minor fixes for gitlab.pot 1ee32758 Update permissions documentation 43c87103 Vue file prettified e5ec00ce Apply suggestion to app/views/shared/notifications/_button.html.haml e2de0db9 Disable the subgroup checkbox dbd7fcbd Add checked to emails_disabled group settings
Showing
- app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue 15 additions, 0 deletions...projects/shared/permissions/components/settings_panel.vue
- app/helpers/groups_helper.rb 5 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/helpers/notifications_helper.rb 13 additions, 1 deletionapp/helpers/notifications_helper.rb
- app/helpers/projects_helper.rb 9 additions, 1 deletionapp/helpers/projects_helper.rb
- app/serializers/issuable_sidebar_basic_entity.rb 4 additions, 0 deletionsapp/serializers/issuable_sidebar_basic_entity.rb
- app/views/groups/_home_panel.html.haml 2 additions, 1 deletionapp/views/groups/_home_panel.html.haml
- app/views/groups/settings/_permissions.html.haml 8 additions, 2 deletionsapp/views/groups/settings/_permissions.html.haml
- app/views/profiles/notifications/_group_settings.html.haml 4 additions, 5 deletionsapp/views/profiles/notifications/_group_settings.html.haml
- app/views/profiles/notifications/_project_settings.html.haml 4 additions, 5 deletionsapp/views/profiles/notifications/_project_settings.html.haml
- app/views/projects/_home_panel.html.haml 3 additions, 1 deletionapp/views/projects/_home_panel.html.haml
- app/views/shared/issuable/_sidebar.html.haml 5 additions, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- app/views/shared/notifications/_button.html.haml 12 additions, 3 deletionsapp/views/shared/notifications/_button.html.haml
- app/views/shared/notifications/_new_button.html.haml 10 additions, 3 deletionsapp/views/shared/notifications/_new_button.html.haml
- changelogs/unreleased/50020-fe-allow-email-notifications-to-be-disabled-for-all-users-of-a-group.yml 5 additions, 0 deletions...notifications-to-be-disabled-for-all-users-of-a-group.yml
- doc/user/group/index.md 11 additions, 0 deletionsdoc/user/group/index.md
- doc/user/permissions.md 2 additions, 0 deletionsdoc/user/permissions.md
- doc/user/project/settings/index.md 6 additions, 0 deletionsdoc/user/project/settings/index.md
- doc/workflow/notifications.md 8 additions, 0 deletionsdoc/workflow/notifications.md
- locale/gitlab.pot 15 additions, 0 deletionslocale/gitlab.pot
- spec/features/groups/show_spec.rb 23 additions, 0 deletionsspec/features/groups/show_spec.rb
Please register or sign in to comment