MM-25543: New Admin Roles (#14960)
* MM-23832: Initial set of changes * MM-23832: further iteration * MM-23832: further iteration * MM-23832: further iteration * MM-23832: Fixes merge. * create migration for new Roles * MM-23832: Renames some roles. * MM-23832: Adds ability to see logs. * MM-23832: Removes manage roles from restricted admin. * MM-23832: Make authentication section read-only for restricted admin. * MM-23832: Allow restricted admin to purge caches. * MM-23832: Adds ability to recycle DB connections. * MM-23832: Adds ability to purge indexes. * MM-23832: Adds ability to test email and S3 config. * MM-23832: Adds abilituy to read job status. * MM-23832: Adds ability to read plugin statuses. * MM-23832: Renames Restricted Admin to System Manager. * MM-23832: Adds manage team roles to system_user_manager. * MM-23832: Updates some permissions. * MM-23832: Allow get all channels and get moderations. * MM-23832: Adds some permissions to User Manager. * MM-23832: Remove write users from user manager. * MM-23832: Changes permissions for the usermanagement > users sysconsole section. * MM-23832: Removes read_settings and write_settings permissions. Ensures the usermanagement parent permissions encompass the sub-permissions. * MM-23832: Updates permissions. * MM-23832: Changes some permissions checks, adds new permissions to roles. * MM-23832: Adds ability to update a role. * MM-23832: Permissions updates. * MM-23832: Removes write access to plugins for system manager. * MM-23832: Removes read compliance from new roles. * MM-23832: Adds mock for new roles creation migration. * MM-23832: Changes to variadic param. * MM-23832: Removes some duplication in the permissions model. Renames some permissions constants. * MM-23832: Updates some migrations. * MM-23832: Removes some unnecessary constants. * MM-23832: Changes back to old app method name. * MM-23832: Fixes incorrect permission check. * MM-23832: Changes write to read permission check. * MM-23832: Removes the authentication permission from link/unlink group. * MM-23832: Enable testing LDAP with read permissions. * MM-23832: Make testing elasticsearch a read permission. * MM-23832: Warn metrics are associated to any system console read permissions. * MM-23832: Updates some permissions checks. * MM-23832: Removes non-systemconsole permissions from roles. * MM-23832: Update default permission assignment of sysadmin. * MM-23832: Fixes incorrect permission check. Removes some unused stuff. * MM-23832: Update permission to check. * MM-23832: Switches to struct tags. * MM-23832: Adds some docs for the permissions tag. * MM-23832: Removes whitespace. * MM-23832: Combines system admin restricted access with other acess-control tag. * MM-23832: Fixes some tests. * MM-23832: Clarifies docs, does not assume prior permission check in '-' access value case. * MM-23832: Updates to correct access tag value. * MM-23832: Adds test of the config settings tag access. * MM-23832: Undoes whitespace change. * MM-23832: Removes comment. * MM-23832: Adds the permissions to the new roles rather than using OR conditions on the permissions checks. * MM-23832: Removes or condition on permission check. * MM-23832: Updates mapping. * MM-23832: Typo fix. * MM-23832: Adds new 'read_jobs' permission. * MM-23832: Add read_jobs to all roles with manage_jobs. * MM-23832: Adds new permission read_other_users_teams. * MM-23832: Adds read filtering of config. * MM-23932: Change tag value. * MM-23832: Fixes some tests. Adds test for read config access tag. * MM-23832: Adds permissions to list teams. * MM-23832: Removes the '-' tag value. Adds a new permission read_channel_groups. Updates a permission check. * MM-23832: Removes unnecessary parent permission for user_management. Fixes permission check change error. * MM-23832: Removes unused parameter to filter/merge function. * MM-23832: Renames migration name. * MM-23832: Fix for godoc. * MM-23832: Fixes tests. * MM-23832: Only makes a map once rather than every function call. Doesn't require access tag on config field structs. Reverts one test update and fixes another. * MM-23832: Removes all of the unnecessary uses of (*App).SessionHasPermissionToAny since removing the user_management parent permission. * MM-23832: Updates constant type. * MM-23832: Removes unnecessary comment. * MM-23832: Renames permissions. * MM-23832: Fix for permission name changes. * MM-23832: Adds missing config access tags. Adds some requirec ancillary permissions for write_usermanagement_teams. * MM-23832: Adds local API endpoint for getting config. * MM-23832: If tag value is blank or restrict_sys_admin_write then don't do the permission check. * MM-23832: nil check for strings prior to dereferencing. * MM-23832: Fix for config display logic. * MM-23832: Updates godoc. * MM-23832: Delays the unrestricted check for parity with other permissions checks if the channel id does not exist. * MM-23832: Removes tautology. * MM-23832: Re-adds status code check. * MM-23832: Adds new permission to edit brand image. * MM-23832: Exports variable for use by mmctl. * MM-23832: Initialize exported map for use by mmctl. * MM-23832: Accept deprecated permissions as valid. * MM-23832: Adds missing permissions to archive a channel. * MM-23832: Adds missing permissions for managing team. * MM-23832: Properly filters config values in patch and update API responses. * MM-23832: Fixes license viewing and writing permissions. * MM-23832: Require license to assign 'new system roles'. * MM-23832: Adds translation keys. * MM-23832: Updates translation order. * MM-27529: Splits read_channel_groups into read_public_channel_groups and read_private_channel_groups. * MM-23832: Prevent read-only permissions from editing site url test parameter. * MM-23832: Prevent read permissions from sniffing ports and elastic password. * MM-23832: Adds missing permission required for write user management channels. * MM-23832: Allows new roles to search for channels. * MM-23832: Adds ability for system_manager to manage jobs. * MM-23832: Cluster status access by sysconsole permission, not manage_system. * MM-23832: Adds 'add_user_to_team' permission to sysconsole write usermanagement teams. * MM-23832: Fixes lint. * MM-23832: Test fix. * MM-23832: Test fix. Co-authored-by: Catalin Tomai <catalin.tomai@mattermost.com> Co-authored-by: Scott Bishel <scott.bishel@mattermost.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
52611a1761
Коммит
8354206e5c
@@ -61,8 +61,8 @@ func uploadBrandImage(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("uploadBrandImage", audit.Fail)
|
auditRec := c.MakeAuditRecord("uploadBrandImage", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_EDIT_BRAND) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_EDIT_BRAND)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,8 +82,8 @@ func deleteBrandImage(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("deleteBrandImage", audit.Fail)
|
auditRec := c.MakeAuditRecord("deleteBrandImage", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_EDIT_BRAND) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_EDIT_BRAND)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -690,8 +690,12 @@ func getPinnedPosts(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getAllChannels(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getAllChannels(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
permissions := []*model.Permission{
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS,
|
||||||
|
model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS,
|
||||||
|
}
|
||||||
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), permissions) {
|
||||||
|
c.SetPermissionError(permissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1004,8 +1008,8 @@ func searchAllChannels(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
includeDeleted, _ := strconv.ParseBool(r.URL.Query().Get("include_deleted"))
|
includeDeleted, _ := strconv.ParseBool(r.URL.Query().Get("include_deleted"))
|
||||||
@@ -1673,8 +1677,8 @@ func channelMembersMinusGroupMembers(c *Context, w http.ResponseWriter, r *http.
|
|||||||
groupIDs = append(groupIDs, gid)
|
groupIDs = append(groupIDs, gid)
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1745,8 +1749,8 @@ func getChannelModerations(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1785,8 +1789,8 @@ func patchChannelModerations(c *Context, w http.ResponseWriter, r *http.Request)
|
|||||||
auditRec := c.MakeAuditRecord("patchChannelModerations", audit.Fail)
|
auditRec := c.MakeAuditRecord("patchChannelModerations", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_CHANNELS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_CHANNELS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3661,7 +3661,7 @@ func TestPatchChannelModerations(t *testing.T) {
|
|||||||
|
|
||||||
emptyPatch := []*model.ChannelModerationPatch{}
|
emptyPatch := []*model.ChannelModerationPatch{}
|
||||||
|
|
||||||
createPosts := model.CHANNEL_MODERATED_PERMISSIONS[0]
|
createPosts := model.ChannelModeratedPermissions[0]
|
||||||
|
|
||||||
th.App.SetPhase2PermissionsMigrationStatus(true)
|
th.App.SetPhase2PermissionsMigrationStatus(true)
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ func (api *API) InitCluster() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getClusterStatus(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getClusterStatus(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ func createComplianceReport(c *Context, w http.ResponseWriter, r *http.Request)
|
|||||||
auditRec := c.MakeAuditRecord("createComplianceReport", audit.Fail)
|
auditRec := c.MakeAuditRecord("createComplianceReport", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_COMPLIANCE) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_COMPLIANCE)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -52,8 +52,8 @@ func createComplianceReport(c *Context, w http.ResponseWriter, r *http.Request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getComplianceReports(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getComplianceReports(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,8 +79,8 @@ func getComplianceReport(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("getComplianceReport", audit.Fail)
|
auditRec := c.MakeAuditRecord("getComplianceReport", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -107,8 +107,8 @@ func downloadComplianceReport(c *Context, w http.ResponseWriter, r *http.Request
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("compliance_id", c.Params.ReportId)
|
auditRec.AddMeta("compliance_id", c.Params.ReportId)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
158
api4/config.go
158
api4/config.go
@@ -4,15 +4,27 @@
|
|||||||
package api4
|
package api4
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"reflect"
|
"reflect"
|
||||||
|
"strings"
|
||||||
|
|
||||||
"github.com/mattermost/mattermost-server/v5/audit"
|
"github.com/mattermost/mattermost-server/v5/audit"
|
||||||
"github.com/mattermost/mattermost-server/v5/config"
|
"github.com/mattermost/mattermost-server/v5/config"
|
||||||
|
"github.com/mattermost/mattermost-server/v5/mlog"
|
||||||
"github.com/mattermost/mattermost-server/v5/model"
|
"github.com/mattermost/mattermost-server/v5/model"
|
||||||
"github.com/mattermost/mattermost-server/v5/utils"
|
"github.com/mattermost/mattermost-server/v5/utils"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var writeFilter func(c *Context, structField reflect.StructField) bool
|
||||||
|
var readFilter func(c *Context, structField reflect.StructField) bool
|
||||||
|
var permissionMap map[string]*model.Permission
|
||||||
|
|
||||||
|
type filterType string
|
||||||
|
|
||||||
|
const filterTypeWrite filterType = "write"
|
||||||
|
const filterTypeRead filterType = "read"
|
||||||
|
|
||||||
func (api *API) InitConfig() {
|
func (api *API) InitConfig() {
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiSessionRequired(getConfig)).Methods("GET")
|
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiSessionRequired(getConfig)).Methods("GET")
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiSessionRequired(updateConfig)).Methods("PUT")
|
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiSessionRequired(updateConfig)).Methods("PUT")
|
||||||
@@ -23,16 +35,32 @@ func (api *API) InitConfig() {
|
|||||||
api.BaseRoutes.ApiRoot.Handle("/config/migrate", api.ApiSessionRequired(migrateConfig)).Methods("POST")
|
api.BaseRoutes.ApiRoot.Handle("/config/migrate", api.ApiSessionRequired(migrateConfig)).Methods("POST")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
writeFilter = makeFilterConfigByPermission(filterTypeWrite)
|
||||||
|
readFilter = makeFilterConfigByPermission(filterTypeRead)
|
||||||
|
permissionMap = map[string]*model.Permission{}
|
||||||
|
for _, p := range model.AllPermissions {
|
||||||
|
permissionMap[p.Id] = p
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func getConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), model.SysconsoleReadPermissions) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.SysconsoleReadPermissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
auditRec := c.MakeAuditRecord("getConfig", audit.Fail)
|
auditRec := c.MakeAuditRecord("getConfig", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
cfg := c.App.GetSanitizedConfig()
|
cfg, err := config.Merge(&model.Config{}, c.App.GetSanitizedConfig(), &utils.MergeConfig{
|
||||||
|
StructFieldFilter: func(structField reflect.StructField, base, patch reflect.Value) bool {
|
||||||
|
return readFilter(c, structField)
|
||||||
|
},
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
c.Err = model.NewAppError("getConfig", "api.config.get_config.restricted_merge.app_error", nil, err.Error(), http.StatusInternalServerError)
|
||||||
|
}
|
||||||
|
|
||||||
auditRec.Success()
|
auditRec.Success()
|
||||||
|
|
||||||
@@ -44,8 +72,8 @@ func configReload(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("configReload", audit.Fail)
|
auditRec := c.MakeAuditRecord("configReload", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), model.SysconsoleReadPermissions) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.SysconsoleReadPermissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,8 +102,8 @@ func updateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
cfg.SetDefaults()
|
cfg.SetDefaults()
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), model.SysconsoleWritePermissions) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.SysconsoleWritePermissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -84,20 +112,15 @@ func updateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
c.Err = model.NewAppError("updateConfig", "api.config.update_config.clear_siteurl.app_error", nil, "", http.StatusBadRequest)
|
c.Err = model.NewAppError("updateConfig", "api.config.update_config.clear_siteurl.app_error", nil, "", http.StatusBadRequest)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if *c.App.Config().ExperimentalSettings.RestrictSystemAdmin {
|
|
||||||
// Start with the current configuration, and only merge values not marked as being
|
|
||||||
// restricted.
|
|
||||||
var err error
|
|
||||||
cfg, err = config.Merge(appCfg, cfg, &utils.MergeConfig{
|
|
||||||
StructFieldFilter: func(structField reflect.StructField, base, patch reflect.Value) bool {
|
|
||||||
restricted := structField.Tag.Get("restricted") == "true"
|
|
||||||
|
|
||||||
return !restricted
|
var err1 error
|
||||||
},
|
cfg, err1 = config.Merge(appCfg, cfg, &utils.MergeConfig{
|
||||||
})
|
StructFieldFilter: func(structField reflect.StructField, base, patch reflect.Value) bool {
|
||||||
if err != nil {
|
return writeFilter(c, structField)
|
||||||
c.Err = model.NewAppError("updateConfig", "api.config.update_config.restricted_merge.app_error", nil, err.Error(), http.StatusInternalServerError)
|
},
|
||||||
}
|
})
|
||||||
|
if err1 != nil {
|
||||||
|
c.Err = model.NewAppError("updateConfig", "api.config.update_config.restricted_merge.app_error", nil, err1.Error(), http.StatusInternalServerError)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not allow plugin uploads to be toggled through the API
|
// Do not allow plugin uploads to be toggled through the API
|
||||||
@@ -120,7 +143,14 @@ func updateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg = c.App.GetSanitizedConfig()
|
cfg, mergeErr := config.Merge(&model.Config{}, c.App.GetSanitizedConfig(), &utils.MergeConfig{
|
||||||
|
StructFieldFilter: func(structField reflect.StructField, base, patch reflect.Value) bool {
|
||||||
|
return readFilter(c, structField)
|
||||||
|
},
|
||||||
|
})
|
||||||
|
if mergeErr != nil {
|
||||||
|
c.Err = model.NewAppError("getConfig", "api.config.update_config.restricted_merge.app_error", nil, err.Error(), http.StatusInternalServerError)
|
||||||
|
}
|
||||||
|
|
||||||
auditRec.Success()
|
auditRec.Success()
|
||||||
c.LogAudit("updateConfig")
|
c.LogAudit("updateConfig")
|
||||||
@@ -153,8 +183,8 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getEnvironmentConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getEnvironmentConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -174,8 +204,8 @@ func patchConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("patchConfig", audit.Fail)
|
auditRec := c.MakeAuditRecord("patchConfig", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), model.SysconsoleWritePermissions) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.SysconsoleWritePermissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -184,15 +214,9 @@ func patchConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
c.Err = model.NewAppError("patchConfig", "api.config.update_config.clear_siteurl.app_error", nil, "", http.StatusBadRequest)
|
c.Err = model.NewAppError("patchConfig", "api.config.update_config.clear_siteurl.app_error", nil, "", http.StatusBadRequest)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var filterFn utils.StructFieldFilter
|
|
||||||
if *appCfg.ExperimentalSettings.RestrictSystemAdmin {
|
filterFn := func(structField reflect.StructField, base, patch reflect.Value) bool {
|
||||||
filterFn = func(structField reflect.StructField, base, patch reflect.Value) bool {
|
return writeFilter(c, structField)
|
||||||
return !(structField.Tag.Get("restricted") == "true")
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
filterFn = func(structField reflect.StructField, base, patch reflect.Value) bool {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not allow plugin uploads to be toggled through the API
|
// Do not allow plugin uploads to be toggled through the API
|
||||||
@@ -225,8 +249,72 @@ func patchConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
auditRec.Success()
|
auditRec.Success()
|
||||||
|
|
||||||
|
cfg, mergeErr = config.Merge(&model.Config{}, c.App.GetSanitizedConfig(), &utils.MergeConfig{
|
||||||
|
StructFieldFilter: func(structField reflect.StructField, base, patch reflect.Value) bool {
|
||||||
|
return readFilter(c, structField)
|
||||||
|
},
|
||||||
|
})
|
||||||
|
if mergeErr != nil {
|
||||||
|
c.Err = model.NewAppError("getConfig", "api.config.patch_config.restricted_merge.app_error", nil, err.Error(), http.StatusInternalServerError)
|
||||||
|
}
|
||||||
|
|
||||||
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
|
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
|
||||||
w.Write([]byte(c.App.GetSanitizedConfig().ToJson()))
|
w.Write([]byte(cfg.ToJson()))
|
||||||
|
}
|
||||||
|
|
||||||
|
func makeFilterConfigByPermission(accessType filterType) func(c *Context, structField reflect.StructField) bool {
|
||||||
|
return func(c *Context, structField reflect.StructField) bool {
|
||||||
|
if structField.Type.Kind() == reflect.Struct {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
tagPermissions := strings.Split(structField.Tag.Get("access"), ",")
|
||||||
|
|
||||||
|
// If there are no access tag values and the role has manage_system, no need to continue
|
||||||
|
// checking permissions.
|
||||||
|
if len(tagPermissions) == 0 {
|
||||||
|
if c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// one iteration for write_restrictable value, it could be anywhere in the order of values
|
||||||
|
for _, val := range tagPermissions {
|
||||||
|
tagValue := strings.TrimSpace(val)
|
||||||
|
if tagValue == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
// ConfigAccessTagWriteRestrictable trumps all other permissions
|
||||||
|
if tagValue == model.ConfigAccessTagWriteRestrictable {
|
||||||
|
if *c.App.Config().ExperimentalSettings.RestrictSystemAdmin && accessType == filterTypeWrite {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// another iteration for permissions checks of other tag values
|
||||||
|
for _, val := range tagPermissions {
|
||||||
|
tagValue := strings.TrimSpace(val)
|
||||||
|
if tagValue == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if tagValue == model.ConfigAccessTagWriteRestrictable {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
permissionID := fmt.Sprintf("sysconsole_%s_%s", accessType, tagValue)
|
||||||
|
if permission, ok := permissionMap[permissionID]; ok {
|
||||||
|
if c.App.SessionHasPermissionTo(*c.App.Session(), permission) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
mlog.Warn("Unrecognized config permissions tag value.", mlog.String("tag_value", permissionID))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// with manage_system, default to allow, otherwise default not-allow
|
||||||
|
return c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func migrateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
func migrateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
|
|||||||
@@ -14,12 +14,21 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (api *API) InitConfigLocal() {
|
func (api *API) InitConfigLocal() {
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiLocal(getConfig)).Methods("GET")
|
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiLocal(localGetConfig)).Methods("GET")
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiLocal(localUpdateConfig)).Methods("PUT")
|
api.BaseRoutes.ApiRoot.Handle("/config", api.ApiLocal(localUpdateConfig)).Methods("PUT")
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config/patch", api.ApiLocal(localPatchConfig)).Methods("PUT")
|
api.BaseRoutes.ApiRoot.Handle("/config/patch", api.ApiLocal(localPatchConfig)).Methods("PUT")
|
||||||
api.BaseRoutes.ApiRoot.Handle("/config/migrate", api.ApiLocal(migrateConfig)).Methods("POST")
|
api.BaseRoutes.ApiRoot.Handle("/config/migrate", api.ApiLocal(migrateConfig)).Methods("POST")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func localGetConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
|
auditRec := c.MakeAuditRecord("localGetConfig", audit.Fail)
|
||||||
|
defer c.LogAuditRec(auditRec)
|
||||||
|
cfg := c.App.GetSanitizedConfig()
|
||||||
|
auditRec.Success()
|
||||||
|
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
|
||||||
|
w.Write([]byte(cfg.ToJson()))
|
||||||
|
}
|
||||||
|
|
||||||
func localUpdateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
func localUpdateConfig(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
cfg := model.ConfigFromJson(r.Body)
|
cfg := model.ConfigFromJson(r.Body)
|
||||||
if cfg == nil {
|
if cfg == nil {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
package api4
|
package api4
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
@@ -54,6 +55,43 @@ func TestGetConfig(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestGetConfigWithAccessTag(t *testing.T) {
|
||||||
|
th := Setup(t)
|
||||||
|
defer th.TearDown()
|
||||||
|
|
||||||
|
varyByHeader := *&th.App.Config().RateLimitSettings.VaryByHeader // environment perm.
|
||||||
|
supportEmail := *&th.App.Config().SupportSettings.SupportEmail // site perm.
|
||||||
|
defer th.App.UpdateConfig(func(cfg *model.Config) {
|
||||||
|
cfg.RateLimitSettings.VaryByHeader = varyByHeader
|
||||||
|
cfg.SupportSettings.SupportEmail = supportEmail
|
||||||
|
})
|
||||||
|
|
||||||
|
// set some values so that we know they're not blank
|
||||||
|
mockVaryByHeader := model.NewId()
|
||||||
|
mockSupportEmail := model.NewId() + "@mattermost.com"
|
||||||
|
th.App.UpdateConfig(func(cfg *model.Config) {
|
||||||
|
cfg.RateLimitSettings.VaryByHeader = mockVaryByHeader
|
||||||
|
cfg.SupportSettings.SupportEmail = &mockSupportEmail
|
||||||
|
})
|
||||||
|
|
||||||
|
th.Client.Login(th.BasicUser.Username, th.BasicUser.Password)
|
||||||
|
|
||||||
|
// add read sysconsole environment config
|
||||||
|
th.AddPermissionToRole(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
defer th.RemovePermissionFromRole(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
|
||||||
|
cfg, resp := th.Client.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
t.Run("Cannot read value without permission", func(t *testing.T) {
|
||||||
|
assert.Nil(t, cfg.SupportSettings.SupportEmail)
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("Can read value with permission", func(t *testing.T) {
|
||||||
|
assert.Equal(t, mockVaryByHeader, cfg.RateLimitSettings.VaryByHeader)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
func TestReloadConfig(t *testing.T) {
|
func TestReloadConfig(t *testing.T) {
|
||||||
th := Setup(t)
|
th := Setup(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
@@ -108,7 +146,7 @@ func TestUpdateConfig(t *testing.T) {
|
|||||||
require.Equal(t, SiteName, cfg.TeamSettings.SiteName, "It should update the SiteName")
|
require.Equal(t, SiteName, cfg.TeamSettings.SiteName, "It should update the SiteName")
|
||||||
|
|
||||||
t.Run("Should set defaults for missing fields", func(t *testing.T) {
|
t.Run("Should set defaults for missing fields", func(t *testing.T) {
|
||||||
_, appErr := th.SystemAdminClient.DoApiPut(th.SystemAdminClient.GetConfigRoute(), `{"ServiceSettings":{}}`)
|
_, appErr := th.SystemAdminClient.DoApiPut(th.SystemAdminClient.GetConfigRoute(), fmt.Sprintf(`{"ServiceSettings":{"SiteURL":"%s"}}`, *cfg.ServiceSettings.SiteURL))
|
||||||
require.Nil(t, appErr)
|
require.Nil(t, appErr)
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -179,6 +217,88 @@ func TestUpdateConfig(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestGetConfigWithoutManageSystemPermission(t *testing.T) {
|
||||||
|
th := Setup(t)
|
||||||
|
defer th.TearDown()
|
||||||
|
th.Client.Login(th.BasicUser.Username, th.BasicUser.Password)
|
||||||
|
|
||||||
|
t.Run("any sysconsole read permission provides config read access", func(t *testing.T) {
|
||||||
|
// forbidden by default
|
||||||
|
_, resp := th.Client.GetConfig()
|
||||||
|
CheckForbiddenStatus(t, resp)
|
||||||
|
|
||||||
|
// add any sysconsole read permission
|
||||||
|
th.AddPermissionToRole(model.SysconsoleReadPermissions[0].Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
_, resp = th.Client.GetConfig()
|
||||||
|
|
||||||
|
// should be readable now
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestUpdateConfigWithoutManageSystemPermission(t *testing.T) {
|
||||||
|
th := Setup(t)
|
||||||
|
defer th.TearDown()
|
||||||
|
th.Client.Login(th.BasicUser.Username, th.BasicUser.Password)
|
||||||
|
|
||||||
|
// add read sysconsole integrations config
|
||||||
|
th.AddPermissionToRole(model.PERMISSION_SYSCONSOLE_READ_INTEGRATIONS.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
defer th.RemovePermissionFromRole(model.PERMISSION_SYSCONSOLE_READ_INTEGRATIONS.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
|
||||||
|
t.Run("sysconsole read permission does not provides config write access", func(t *testing.T) {
|
||||||
|
// should be readable because has a sysconsole read permission
|
||||||
|
cfg, resp := th.Client.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
_, resp = th.Client.UpdateConfig(cfg)
|
||||||
|
|
||||||
|
CheckForbiddenStatus(t, resp)
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("the wrong write permission does not grant access", func(t *testing.T) {
|
||||||
|
// should be readable because has a sysconsole read permission
|
||||||
|
cfg, resp := th.SystemAdminClient.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
originalValue := *cfg.ServiceSettings.AllowCorsFrom
|
||||||
|
|
||||||
|
// add the wrong write permission
|
||||||
|
th.AddPermissionToRole(model.PERMISSION_SYSCONSOLE_WRITE_ABOUT.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
defer th.RemovePermissionFromRole(model.PERMISSION_SYSCONSOLE_WRITE_ABOUT.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
|
||||||
|
// try update a config value allowed by sysconsole WRITE integrations
|
||||||
|
mockVal := model.NewId()
|
||||||
|
cfg.ServiceSettings.AllowCorsFrom = &mockVal
|
||||||
|
_, resp = th.Client.UpdateConfig(cfg)
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
// ensure the config setting was not updated
|
||||||
|
cfg, resp = th.Client.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
assert.Equal(t, *cfg.ServiceSettings.AllowCorsFrom, originalValue)
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("config value is writeable by specific system console permission", func(t *testing.T) {
|
||||||
|
// should be readable because has a sysconsole read permission
|
||||||
|
cfg, resp := th.SystemAdminClient.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
th.AddPermissionToRole(model.PERMISSION_SYSCONSOLE_WRITE_INTEGRATIONS.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
defer th.RemovePermissionFromRole(model.PERMISSION_SYSCONSOLE_WRITE_INTEGRATIONS.Id, model.SYSTEM_USER_ROLE_ID)
|
||||||
|
|
||||||
|
// try update a config value allowed by sysconsole WRITE integrations
|
||||||
|
mockVal := model.NewId()
|
||||||
|
cfg.ServiceSettings.AllowCorsFrom = &mockVal
|
||||||
|
_, resp = th.Client.UpdateConfig(cfg)
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
|
||||||
|
// ensure the config setting was updated
|
||||||
|
cfg, resp = th.Client.GetConfig()
|
||||||
|
CheckNoError(t, resp)
|
||||||
|
assert.Equal(t, *cfg.ServiceSettings.AllowCorsFrom, mockVal)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
func TestUpdateConfigMessageExportSpecialHandling(t *testing.T) {
|
func TestUpdateConfigMessageExportSpecialHandling(t *testing.T) {
|
||||||
th := Setup(t)
|
th := Setup(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ func testElasticsearch(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
cfg = c.App.Config()
|
cfg = c.App.Config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -31,6 +31,14 @@ func testElasticsearch(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// no sniffing for ports or passwords
|
||||||
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT) {
|
||||||
|
if (*cfg.ElasticsearchSettings.ConnectionUrl != *c.App.Config().ElasticsearchSettings.ConnectionUrl) || (*cfg.ElasticsearchSettings.Password != model.FAKE_SETTING) {
|
||||||
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if err := c.App.TestElasticsearch(cfg); err != nil {
|
if err := c.App.TestElasticsearch(cfg); err != nil {
|
||||||
c.Err = err
|
c.Err = err
|
||||||
return
|
return
|
||||||
@@ -43,8 +51,8 @@ func purgeElasticsearchIndexes(c *Context, w http.ResponseWriter, r *http.Reques
|
|||||||
auditRec := c.MakeAuditRecord("purgeElasticsearchIndexes", audit.Fail)
|
auditRec := c.MakeAuditRecord("purgeElasticsearchIndexes", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ func getGroup(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,8 +128,8 @@ func patchGroup(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -321,8 +321,8 @@ func getGroupSyncables(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -474,7 +474,7 @@ func verifyLinkUnlinkPermission(c *Context, syncableType model.GroupSyncableType
|
|||||||
switch syncableType {
|
switch syncableType {
|
||||||
case model.GroupSyncableTypeTeam:
|
case model.GroupSyncableTypeTeam:
|
||||||
if !c.App.SessionHasPermissionToTeam(*c.App.Session(), syncableID, model.PERMISSION_MANAGE_TEAM) {
|
if !c.App.SessionHasPermissionToTeam(*c.App.Session(), syncableID, model.PERMISSION_MANAGE_TEAM) {
|
||||||
return c.App.MakePermissionError(model.PERMISSION_MANAGE_TEAM)
|
return c.App.MakePermissionError([]*model.Permission{model.PERMISSION_MANAGE_TEAM})
|
||||||
}
|
}
|
||||||
case model.GroupSyncableTypeChannel:
|
case model.GroupSyncableTypeChannel:
|
||||||
channel, err := c.App.GetChannel(syncableID)
|
channel, err := c.App.GetChannel(syncableID)
|
||||||
@@ -490,7 +490,7 @@ func verifyLinkUnlinkPermission(c *Context, syncableType model.GroupSyncableType
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionToChannel(*c.App.Session(), syncableID, permission) {
|
if !c.App.SessionHasPermissionToChannel(*c.App.Session(), syncableID, permission) {
|
||||||
return c.App.MakePermissionError(permission)
|
return c.App.MakePermissionError([]*model.Permission{permission})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -508,8 +508,8 @@ func getGroupMembers(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -545,8 +545,8 @@ func getGroupStats(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -611,16 +611,16 @@ func getGroupsByChannel(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
var permission *model.Permission
|
|
||||||
channel, err := c.App.GetChannel(c.Params.ChannelId)
|
channel, err := c.App.GetChannel(c.Params.ChannelId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Err = err
|
c.Err = err
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
var permission *model.Permission
|
||||||
if channel.Type == model.CHANNEL_PRIVATE {
|
if channel.Type == model.CHANNEL_PRIVATE {
|
||||||
permission = model.PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS
|
permission = model.PERMISSION_READ_PRIVATE_CHANNEL_GROUPS
|
||||||
} else {
|
} else {
|
||||||
permission = model.PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS
|
permission = model.PERMISSION_READ_PUBLIC_CHANNEL_GROUPS
|
||||||
}
|
}
|
||||||
if !c.App.SessionHasPermissionToChannel(*c.App.Session(), c.Params.ChannelId, permission) {
|
if !c.App.SessionHasPermissionToChannel(*c.App.Session(), c.Params.ChannelId, permission) {
|
||||||
c.SetPermissionError(permission)
|
c.SetPermissionError(permission)
|
||||||
|
|||||||
16
api4/job.go
16
api4/job.go
@@ -29,8 +29,8 @@ func getJob(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_JOBS) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_READ_JOBS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_JOBS)
|
c.SetPermissionError(model.PERMISSION_READ_JOBS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -67,8 +67,8 @@ func downloadJob(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_JOBS) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_READ_JOBS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_JOBS)
|
c.SetPermissionError(model.PERMISSION_READ_JOBS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -139,8 +139,8 @@ func getJobs(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_JOBS) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_READ_JOBS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_JOBS)
|
c.SetPermissionError(model.PERMISSION_READ_JOBS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,8 +159,8 @@ func getJobsByType(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_JOBS) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_READ_JOBS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_JOBS)
|
c.SetPermissionError(model.PERMISSION_READ_JOBS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
20
api4/ldap.go
20
api4/ldap.go
@@ -43,8 +43,8 @@ func syncLdap(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("syncLdap", audit.Fail)
|
auditRec := c.MakeAuditRecord("syncLdap", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_AUTHENTICATION) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_AUTHENTICATION)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,8 +60,8 @@ func testLdap(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_AUTHENTICATION) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_AUTHENTICATION)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,8 +74,8 @@ func testLdap(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getLdapGroups(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getLdapGroups(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,8 +131,8 @@ func linkLdapGroup(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -232,8 +232,8 @@ func unlinkLdapGroup(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("remote_id", c.Params.RemoteId)
|
auditRec.AddMeta("remote_id", c.Params.RemoteId)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ func getClientLicense(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
var clientLicense map[string]string
|
var clientLicense map[string]string
|
||||||
|
|
||||||
if c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ABOUT) {
|
||||||
clientLicense = c.App.Srv().ClientLicense()
|
clientLicense = c.App.Srv().ClientLicense()
|
||||||
} else {
|
} else {
|
||||||
clientLicense = c.App.Srv().GetSanitizedClientLicense()
|
clientLicense = c.App.Srv().GetSanitizedClientLicense()
|
||||||
@@ -50,8 +50,8 @@ func addLicense(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
c.LogAudit("attempt")
|
c.LogAudit("attempt")
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ABOUT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ABOUT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -121,8 +121,8 @@ func removeLicense(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
c.LogAudit("attempt")
|
c.LogAudit("attempt")
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ABOUT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ABOUT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -147,8 +147,8 @@ func requestTrialLicense(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
c.LogAudit("attempt")
|
c.LogAudit("attempt")
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ABOUT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ABOUT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -50,8 +50,8 @@ func uploadPlugin(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("uploadPlugin", audit.Fail)
|
auditRec := c.MakeAuditRecord("uploadPlugin", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -101,8 +101,8 @@ func installPluginFromUrl(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("installPluginFromUrl", audit.Fail)
|
auditRec := c.MakeAuditRecord("installPluginFromUrl", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,8 +134,8 @@ func installMarketplacePlugin(c *Context, w http.ResponseWriter, r *http.Request
|
|||||||
auditRec := c.MakeAuditRecord("installMarketplacePlugin", audit.Fail)
|
auditRec := c.MakeAuditRecord("installMarketplacePlugin", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -166,8 +166,8 @@ func getPlugins(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -186,8 +186,8 @@ func getPluginStatuses(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -215,8 +215,8 @@ func removePlugin(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -267,8 +267,8 @@ func getMarketplacePlugins(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -308,8 +308,8 @@ func enablePlugin(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -337,8 +337,8 @@ func disablePlugin(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
auditRec.AddMeta("plugin_id", c.Params.PluginId)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_PLUGINS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -130,8 +130,8 @@ func patchRole(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ func createScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,8 +60,8 @@ func getScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,8 +75,8 @@ func getScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getSchemes(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getSchemes(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -101,8 +101,8 @@ func getTeamsForScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,8 +132,8 @@ func getChannelsForScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -184,8 +184,8 @@ func patchScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
auditRec.AddMeta("scheme", scheme)
|
auditRec.AddMeta("scheme", scheme)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -216,8 +216,8 @@ func deleteScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -147,8 +147,8 @@ func testEmail(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
cfg = c.App.Config()
|
cfg = c.App.Config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -167,8 +167,8 @@ func testEmail(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testSiteURL(c *Context, w http.ResponseWriter, r *http.Request) {
|
func testSiteURL(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -183,6 +183,12 @@ func testSiteURL(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
c.SetInvalidParam("site_url")
|
c.SetInvalidParam("site_url")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT) && siteURL != *c.App.Config().ServiceSettings.SiteURL {
|
||||||
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
err := c.App.TestSiteURL(siteURL)
|
err := c.App.TestSiteURL(siteURL)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Err = err
|
c.Err = err
|
||||||
@@ -196,8 +202,8 @@ func getAudits(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("getAudits", audit.Fail)
|
auditRec := c.MakeAuditRecord("getAudits", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_COMPLIANCE)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -215,8 +221,8 @@ func getAudits(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func databaseRecycle(c *Context, w http.ResponseWriter, r *http.Request) {
|
func databaseRecycle(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -235,8 +241,8 @@ func databaseRecycle(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func invalidateCaches(c *Context, w http.ResponseWriter, r *http.Request) {
|
func invalidateCaches(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -264,8 +270,8 @@ func getLogs(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
auditRec := c.MakeAuditRecord("getLogs", audit.Fail)
|
auditRec := c.MakeAuditRecord("getLogs", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_REPORTING) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_REPORTING)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -327,8 +333,12 @@ func getAnalytics(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
name = "standard"
|
name = "standard"
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
permissions := []*model.Permission{
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
model.PERMISSION_SYSCONSOLE_READ_REPORTING,
|
||||||
|
model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_USERS,
|
||||||
|
}
|
||||||
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), permissions) {
|
||||||
|
c.SetPermissionError(permissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -367,8 +377,8 @@ func testS3(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
cfg = c.App.Config()
|
cfg = c.App.Config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_ENVIRONMENT)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -656,8 +666,8 @@ func restart(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getWarnMetricsStatus(c *Context, w http.ResponseWriter, r *http.Request) {
|
func getWarnMetricsStatus(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionToAny(*c.App.Session(), model.SysconsoleReadPermissions) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.SysconsoleReadPermissions...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
16
api4/team.go
16
api4/team.go
@@ -392,8 +392,8 @@ func getTeamsForUser(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.App.Session().UserId != c.Params.UserId && !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if c.App.Session().UserId != c.Params.UserId && !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_USERS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_USERS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -503,8 +503,8 @@ func getTeamMembersForUser(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionToUser(*c.App.Session(), c.Params.UserId) {
|
if !c.App.SessionHasPermissionToUser(*c.App.Session(), c.Params.UserId) && !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_READ_OTHER_USERS_TEAMS) {
|
||||||
c.SetPermissionError(model.PERMISSION_EDIT_OTHER_USERS)
|
c.SetPermissionError(model.PERMISSION_READ_OTHER_USERS_TEAMS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1477,8 +1477,8 @@ func updateTeamScheme(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionToTeam(*c.App.Session(), c.Params.TeamId, model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1537,8 +1537,8 @@ func teamMembersMinusGroupMembers(c *Context, w http.ResponseWriter, r *http.Req
|
|||||||
groupIDs = append(groupIDs, gid)
|
groupIDs = append(groupIDs, gid)
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
16
api4/user.go
16
api4/user.go
@@ -756,8 +756,8 @@ func getUsers(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_MANAGE_SYSTEM) {
|
if !c.App.SessionHasPermissionTo(*c.App.Session(), model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS) {
|
||||||
c.SetPermissionError(model.PERMISSION_MANAGE_SYSTEM)
|
c.SetPermissionError(model.PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1225,6 +1225,18 @@ func updateUserRoles(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// require license feature to assign "new system roles"
|
||||||
|
for _, roleName := range strings.Fields(newRoles) {
|
||||||
|
for _, id := range model.NewSystemRoleIDs {
|
||||||
|
if roleName == id {
|
||||||
|
if license := c.App.Srv().License(); license == nil || !*license.Features.CustomPermissionsSchemes {
|
||||||
|
c.Err = model.NewAppError("updateUserRoles", "api.user.update_user_roles.license.app_error", nil, "", http.StatusBadRequest)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
auditRec := c.MakeAuditRecord("updateUserRoles", audit.Fail)
|
auditRec := c.MakeAuditRecord("updateUserRoles", audit.Fail)
|
||||||
defer c.LogAuditRec(auditRec)
|
defer c.LogAuditRec(auditRec)
|
||||||
auditRec.AddMeta("roles", newRoles)
|
auditRec.AddMeta("roles", newRoles)
|
||||||
|
|||||||
@@ -468,6 +468,7 @@ type AppIface interface {
|
|||||||
DoLogin(w http.ResponseWriter, r *http.Request, user *model.User, deviceId string, isMobile, isOAuthUser, isSaml bool) *model.AppError
|
DoLogin(w http.ResponseWriter, r *http.Request, user *model.User, deviceId string, isMobile, isOAuthUser, isSaml bool) *model.AppError
|
||||||
DoPostAction(postId, actionId, userId, selectedOption string) (string, *model.AppError)
|
DoPostAction(postId, actionId, userId, selectedOption string) (string, *model.AppError)
|
||||||
DoPostActionWithCookie(postId, actionId, userId, selectedOption string, cookie *model.PostActionCookie) (string, *model.AppError)
|
DoPostActionWithCookie(postId, actionId, userId, selectedOption string, cookie *model.PostActionCookie) (string, *model.AppError)
|
||||||
|
DoSystemConsoleRolesCreationMigration()
|
||||||
DoUploadFile(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, *model.AppError)
|
DoUploadFile(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, *model.AppError)
|
||||||
DoUploadFileExpectModification(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, []byte, *model.AppError)
|
DoUploadFileExpectModification(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, []byte, *model.AppError)
|
||||||
DownloadFromURL(downloadURL string) ([]byte, error)
|
DownloadFromURL(downloadURL string) ([]byte, error)
|
||||||
@@ -751,7 +752,7 @@ type AppIface interface {
|
|||||||
ListTeamCommands(teamId string) ([]*model.Command, *model.AppError)
|
ListTeamCommands(teamId string) ([]*model.Command, *model.AppError)
|
||||||
Log() *mlog.Logger
|
Log() *mlog.Logger
|
||||||
LoginByOAuth(service string, userData io.Reader, teamId string) (*model.User, *model.AppError)
|
LoginByOAuth(service string, userData io.Reader, teamId string) (*model.User, *model.AppError)
|
||||||
MakePermissionError(permission *model.Permission) *model.AppError
|
MakePermissionError(permissions []*model.Permission) *model.AppError
|
||||||
MarkChannelsAsViewed(channelIds []string, userId string, currentSessionId string) (map[string]int64, *model.AppError)
|
MarkChannelsAsViewed(channelIds []string, userId string, currentSessionId string) (map[string]int64, *model.AppError)
|
||||||
MaxPostSize() int
|
MaxPostSize() int
|
||||||
MessageExport() einterfaces.MessageExportInterface
|
MessageExport() einterfaces.MessageExportInterface
|
||||||
@@ -872,6 +873,7 @@ type AppIface interface {
|
|||||||
Session() *model.Session
|
Session() *model.Session
|
||||||
SessionCacheLength() int
|
SessionCacheLength() int
|
||||||
SessionHasPermissionTo(session model.Session, permission *model.Permission) bool
|
SessionHasPermissionTo(session model.Session, permission *model.Permission) bool
|
||||||
|
SessionHasPermissionToAny(session model.Session, permissions []*model.Permission) bool
|
||||||
SessionHasPermissionToCategory(session model.Session, userId, teamId, categoryId string) bool
|
SessionHasPermissionToCategory(session model.Session, userId, teamId, categoryId string) bool
|
||||||
SessionHasPermissionToChannel(session model.Session, channelId string, permission *model.Permission) bool
|
SessionHasPermissionToChannel(session model.Session, channelId string, permission *model.Permission) bool
|
||||||
SessionHasPermissionToChannelByPost(session model.Session, postId string, permission *model.Permission) bool
|
SessionHasPermissionToChannelByPost(session model.Session, postId string, permission *model.Permission) bool
|
||||||
|
|||||||
216
app/app_test.go
216
app/app_test.go
@@ -29,6 +29,14 @@ func TestAppRace(t *testing.T) {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
var allPermissionIDs []string
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
for _, perm := range model.AllPermissions {
|
||||||
|
allPermissionIDs = append(allPermissionIDs, perm.Id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestUnitUpdateConfig(t *testing.T) {
|
func TestUnitUpdateConfig(t *testing.T) {
|
||||||
th := SetupWithStoreMock(t)
|
th := SetupWithStoreMock(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
@@ -168,79 +176,14 @@ func TestDoAdvancedPermissionsMigration(t *testing.T) {
|
|||||||
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
||||||
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
||||||
},
|
},
|
||||||
"system_admin": {
|
"system_admin": allPermissionIDs,
|
||||||
model.PERMISSION_ASSIGN_SYSTEM_ADMIN_ROLE.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM.Id,
|
|
||||||
model.PERMISSION_MANAGE_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_DELETE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_DELETE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM_WIDE_OAUTH.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHER_USERS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OAUTH.Id,
|
|
||||||
model.PERMISSION_INVITE_USER.Id,
|
|
||||||
model.PERMISSION_INVITE_GUEST.Id,
|
|
||||||
model.PERMISSION_PROMOTE_GUEST.Id,
|
|
||||||
model.PERMISSION_DEMOTE_TO_GUEST.Id,
|
|
||||||
model.PERMISSION_DELETE_POST.Id,
|
|
||||||
model.PERMISSION_DELETE_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_CREATE_TEAM.Id,
|
|
||||||
model.PERMISSION_ADD_USER_TO_TEAM.Id,
|
|
||||||
model.PERMISSION_LIST_USERS_WITHOUT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_JOBS.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_PUBLIC.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_EPHEMERAL.Id,
|
|
||||||
model.PERMISSION_CREATE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_CREATE_BOT.Id,
|
|
||||||
model.PERMISSION_READ_BOTS.Id,
|
|
||||||
model.PERMISSION_READ_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_REMOVE_OTHERS_REACTIONS.Id,
|
|
||||||
model.PERMISSION_LIST_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_JOIN_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_VIEW_MEMBERS.Id,
|
|
||||||
model.PERMISSION_LIST_TEAM_CHANNELS.Id,
|
|
||||||
model.PERMISSION_JOIN_PUBLIC_CHANNELS.Id,
|
|
||||||
model.PERMISSION_READ_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_VIEW_TEAM.Id,
|
|
||||||
model.PERMISSION_READ_CHANNEL.Id,
|
|
||||||
model.PERMISSION_ADD_REACTION.Id,
|
|
||||||
model.PERMISSION_REMOVE_REACTION.Id,
|
|
||||||
model.PERMISSION_UPLOAD_FILE.Id,
|
|
||||||
model.PERMISSION_GET_PUBLIC_LINK.Id,
|
|
||||||
model.PERMISSION_CREATE_POST.Id,
|
|
||||||
model.PERMISSION_USE_CHANNEL_MENTIONS.Id,
|
|
||||||
model.PERMISSION_USE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_REMOVE_USER_FROM_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM.Id,
|
|
||||||
model.PERMISSION_IMPORT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_CHANNEL_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_USE_GROUP_MENTIONS.Id,
|
|
||||||
model.PERMISSION_EDIT_POST.Id,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check the migration matches what's expected.
|
// Check the migration matches what's expected.
|
||||||
for name, permissions := range expected1 {
|
for name, permissions := range expected1 {
|
||||||
role, err := th.App.GetRoleByName(name)
|
role, err := th.App.GetRoleByName(name)
|
||||||
assert.Nil(t, err)
|
assert.Nil(t, err)
|
||||||
assert.Equal(t, role.Permissions, permissions)
|
assert.Equal(t, role.Permissions, permissions, fmt.Sprintf("role %q didn't match", name))
|
||||||
}
|
}
|
||||||
// Add a license and change the policy config.
|
// Add a license and change the policy config.
|
||||||
restrictPublicChannel := *th.App.Config().TeamSettings.DEPRECATED_DO_NOT_USE_RestrictPublicChannelManagement
|
restrictPublicChannel := *th.App.Config().TeamSettings.DEPRECATED_DO_NOT_USE_RestrictPublicChannelManagement
|
||||||
@@ -360,72 +303,7 @@ func TestDoAdvancedPermissionsMigration(t *testing.T) {
|
|||||||
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
||||||
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
||||||
},
|
},
|
||||||
"system_admin": {
|
"system_admin": allPermissionIDs,
|
||||||
model.PERMISSION_ASSIGN_SYSTEM_ADMIN_ROLE.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM.Id,
|
|
||||||
model.PERMISSION_MANAGE_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_DELETE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_DELETE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM_WIDE_OAUTH.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHER_USERS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OAUTH.Id,
|
|
||||||
model.PERMISSION_INVITE_USER.Id,
|
|
||||||
model.PERMISSION_INVITE_GUEST.Id,
|
|
||||||
model.PERMISSION_PROMOTE_GUEST.Id,
|
|
||||||
model.PERMISSION_DEMOTE_TO_GUEST.Id,
|
|
||||||
model.PERMISSION_DELETE_POST.Id,
|
|
||||||
model.PERMISSION_DELETE_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_CREATE_TEAM.Id,
|
|
||||||
model.PERMISSION_ADD_USER_TO_TEAM.Id,
|
|
||||||
model.PERMISSION_LIST_USERS_WITHOUT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_JOBS.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_PUBLIC.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_EPHEMERAL.Id,
|
|
||||||
model.PERMISSION_CREATE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_CREATE_BOT.Id,
|
|
||||||
model.PERMISSION_READ_BOTS.Id,
|
|
||||||
model.PERMISSION_READ_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_REMOVE_OTHERS_REACTIONS.Id,
|
|
||||||
model.PERMISSION_LIST_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_JOIN_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_VIEW_MEMBERS.Id,
|
|
||||||
model.PERMISSION_LIST_TEAM_CHANNELS.Id,
|
|
||||||
model.PERMISSION_JOIN_PUBLIC_CHANNELS.Id,
|
|
||||||
model.PERMISSION_READ_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_VIEW_TEAM.Id,
|
|
||||||
model.PERMISSION_READ_CHANNEL.Id,
|
|
||||||
model.PERMISSION_ADD_REACTION.Id,
|
|
||||||
model.PERMISSION_REMOVE_REACTION.Id,
|
|
||||||
model.PERMISSION_UPLOAD_FILE.Id,
|
|
||||||
model.PERMISSION_GET_PUBLIC_LINK.Id,
|
|
||||||
model.PERMISSION_CREATE_POST.Id,
|
|
||||||
model.PERMISSION_USE_CHANNEL_MENTIONS.Id,
|
|
||||||
model.PERMISSION_USE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_REMOVE_USER_FROM_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM.Id,
|
|
||||||
model.PERMISSION_IMPORT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_CHANNEL_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_USE_GROUP_MENTIONS.Id,
|
|
||||||
model.PERMISSION_EDIT_POST.Id,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
roles3, err3 := th.App.GetRolesByNames(roleNames)
|
roles3, err3 := th.App.GetRolesByNames(roleNames)
|
||||||
@@ -509,75 +387,7 @@ func TestDoEmojisPermissionsMigration(t *testing.T) {
|
|||||||
th.ResetEmojisMigration()
|
th.ResetEmojisMigration()
|
||||||
th.App.DoEmojisPermissionsMigration()
|
th.App.DoEmojisPermissionsMigration()
|
||||||
|
|
||||||
expectedSystemAdmin := []string{
|
expectedSystemAdmin := allPermissionIDs
|
||||||
model.PERMISSION_ASSIGN_SYSTEM_ADMIN_ROLE.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM.Id,
|
|
||||||
model.PERMISSION_MANAGE_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id,
|
|
||||||
model.PERMISSION_DELETE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_PRIVATE_CHANNEL_PROPERTIES.Id,
|
|
||||||
model.PERMISSION_DELETE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_CREATE_PRIVATE_CHANNEL.Id,
|
|
||||||
model.PERMISSION_MANAGE_SYSTEM_WIDE_OAUTH.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHER_USERS.Id,
|
|
||||||
model.PERMISSION_EDIT_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OAUTH.Id,
|
|
||||||
model.PERMISSION_INVITE_USER.Id,
|
|
||||||
model.PERMISSION_INVITE_GUEST.Id,
|
|
||||||
model.PERMISSION_PROMOTE_GUEST.Id,
|
|
||||||
model.PERMISSION_DEMOTE_TO_GUEST.Id,
|
|
||||||
model.PERMISSION_DELETE_POST.Id,
|
|
||||||
model.PERMISSION_DELETE_OTHERS_POSTS.Id,
|
|
||||||
model.PERMISSION_CREATE_TEAM.Id,
|
|
||||||
model.PERMISSION_ADD_USER_TO_TEAM.Id,
|
|
||||||
model.PERMISSION_LIST_USERS_WITHOUT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_JOBS.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_PUBLIC.Id,
|
|
||||||
model.PERMISSION_CREATE_POST_EPHEMERAL.Id,
|
|
||||||
model.PERMISSION_CREATE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
|
||||||
model.PERMISSION_CREATE_BOT.Id,
|
|
||||||
model.PERMISSION_READ_BOTS.Id,
|
|
||||||
model.PERMISSION_READ_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_BOTS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_BOTS.Id,
|
|
||||||
model.PERMISSION_REMOVE_OTHERS_REACTIONS.Id,
|
|
||||||
model.PERMISSION_LIST_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_JOIN_PRIVATE_TEAMS.Id,
|
|
||||||
model.PERMISSION_LIST_TEAM_CHANNELS.Id,
|
|
||||||
model.PERMISSION_JOIN_PUBLIC_CHANNELS.Id,
|
|
||||||
model.PERMISSION_READ_PUBLIC_CHANNEL.Id,
|
|
||||||
model.PERMISSION_VIEW_TEAM.Id,
|
|
||||||
model.PERMISSION_READ_CHANNEL.Id,
|
|
||||||
model.PERMISSION_ADD_REACTION.Id,
|
|
||||||
model.PERMISSION_REMOVE_REACTION.Id,
|
|
||||||
model.PERMISSION_UPLOAD_FILE.Id,
|
|
||||||
model.PERMISSION_GET_PUBLIC_LINK.Id,
|
|
||||||
model.PERMISSION_CREATE_POST.Id,
|
|
||||||
model.PERMISSION_USE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_REMOVE_USER_FROM_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM.Id,
|
|
||||||
model.PERMISSION_IMPORT_TEAM.Id,
|
|
||||||
model.PERMISSION_MANAGE_TEAM_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_CHANNEL_ROLES.Id,
|
|
||||||
model.PERMISSION_MANAGE_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OTHERS_SLASH_COMMANDS.Id,
|
|
||||||
model.PERMISSION_MANAGE_INCOMING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_MANAGE_OUTGOING_WEBHOOKS.Id,
|
|
||||||
model.PERMISSION_EDIT_POST.Id,
|
|
||||||
model.PERMISSION_CREATE_EMOJIS.Id,
|
|
||||||
model.PERMISSION_DELETE_EMOJIS.Id,
|
|
||||||
model.PERMISSION_DELETE_OTHERS_EMOJIS.Id,
|
|
||||||
model.PERMISSION_VIEW_MEMBERS.Id,
|
|
||||||
model.PERMISSION_USE_CHANNEL_MENTIONS.Id,
|
|
||||||
model.PERMISSION_USE_GROUP_MENTIONS.Id,
|
|
||||||
}
|
|
||||||
sort.Strings(expectedSystemAdmin)
|
sort.Strings(expectedSystemAdmin)
|
||||||
|
|
||||||
role1, err1 := th.App.GetRoleByName(model.SYSTEM_ADMIN_ROLE_ID)
|
role1, err1 := th.App.GetRoleByName(model.SYSTEM_ADMIN_ROLE_ID)
|
||||||
@@ -599,6 +409,8 @@ func TestDoEmojisPermissionsMigration(t *testing.T) {
|
|||||||
model.PERMISSION_MANAGE_TEAM.Id,
|
model.PERMISSION_MANAGE_TEAM.Id,
|
||||||
model.PERMISSION_IMPORT_TEAM.Id,
|
model.PERMISSION_IMPORT_TEAM.Id,
|
||||||
model.PERMISSION_MANAGE_TEAM_ROLES.Id,
|
model.PERMISSION_MANAGE_TEAM_ROLES.Id,
|
||||||
|
model.PERMISSION_READ_PUBLIC_CHANNEL_GROUPS.Id,
|
||||||
|
model.PERMISSION_READ_PRIVATE_CHANNEL_GROUPS.Id,
|
||||||
model.PERMISSION_MANAGE_CHANNEL_ROLES.Id,
|
model.PERMISSION_MANAGE_CHANNEL_ROLES.Id,
|
||||||
model.PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
model.PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
||||||
model.PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
model.PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
||||||
|
|||||||
@@ -11,8 +11,13 @@ import (
|
|||||||
"github.com/mattermost/mattermost-server/v5/model"
|
"github.com/mattermost/mattermost-server/v5/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (a *App) MakePermissionError(permission *model.Permission) *model.AppError {
|
func (a *App) MakePermissionError(permissions []*model.Permission) *model.AppError {
|
||||||
return model.NewAppError("Permissions", "api.context.permissions.app_error", nil, "userId="+a.Session().UserId+", "+"permission="+permission.Id, http.StatusForbidden)
|
permissionsStr := "permission="
|
||||||
|
for _, permission := range permissions {
|
||||||
|
permissionsStr += permission.Id
|
||||||
|
permissionsStr += ","
|
||||||
|
}
|
||||||
|
return model.NewAppError("Permissions", "api.context.permissions.app_error", nil, "userId="+a.Session().UserId+", "+permissionsStr, http.StatusForbidden)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) SessionHasPermissionTo(session model.Session, permission *model.Permission) bool {
|
func (a *App) SessionHasPermissionTo(session model.Session, permission *model.Permission) bool {
|
||||||
@@ -22,6 +27,15 @@ func (a *App) SessionHasPermissionTo(session model.Session, permission *model.Pe
|
|||||||
return a.RolesGrantPermission(session.GetUserRoles(), permission.Id)
|
return a.RolesGrantPermission(session.GetUserRoles(), permission.Id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *App) SessionHasPermissionToAny(session model.Session, permissions []*model.Permission) bool {
|
||||||
|
for _, perm := range permissions {
|
||||||
|
if a.SessionHasPermissionTo(session, perm) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
func (a *App) SessionHasPermissionToTeam(session model.Session, teamId string, permission *model.Permission) bool {
|
func (a *App) SessionHasPermissionToTeam(session model.Session, teamId string, permission *model.Permission) bool {
|
||||||
if teamId == "" {
|
if teamId == "" {
|
||||||
return false
|
return false
|
||||||
@@ -44,9 +58,6 @@ func (a *App) SessionHasPermissionToChannel(session model.Session, channelId str
|
|||||||
if channelId == "" {
|
if channelId == "" {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if session.IsUnrestricted() {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
ids, err := a.Srv().Store.Channel().GetAllChannelMembersForUser(session.UserId, true, true)
|
ids, err := a.Srv().Store.Channel().GetAllChannelMembersForUser(session.UserId, true, true)
|
||||||
|
|
||||||
@@ -61,14 +72,18 @@ func (a *App) SessionHasPermissionToChannel(session model.Session, channelId str
|
|||||||
}
|
}
|
||||||
|
|
||||||
channel, err := a.GetChannel(channelId)
|
channel, err := a.GetChannel(channelId)
|
||||||
if err == nil && channel.TeamId != "" {
|
|
||||||
return a.SessionHasPermissionToTeam(session, channel.TeamId, permission)
|
|
||||||
}
|
|
||||||
|
|
||||||
if err != nil && err.StatusCode == http.StatusNotFound {
|
if err != nil && err.StatusCode == http.StatusNotFound {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if session.IsUnrestricted() {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
if channel.TeamId != "" {
|
||||||
|
return a.SessionHasPermissionToTeam(session, channel.TeamId, permission)
|
||||||
|
}
|
||||||
|
|
||||||
return a.SessionHasPermissionTo(session, permission)
|
return a.SessionHasPermissionTo(session, permission)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -247,7 +262,7 @@ func (a *App) SessionHasPermissionToManageBot(session model.Session, botUserId s
|
|||||||
// the bot doesn't exist at all.
|
// the bot doesn't exist at all.
|
||||||
return model.MakeBotNotFoundError(botUserId)
|
return model.MakeBotNotFoundError(botUserId)
|
||||||
}
|
}
|
||||||
return a.MakePermissionError(model.PERMISSION_MANAGE_BOTS)
|
return a.MakePermissionError([]*model.Permission{model.PERMISSION_MANAGE_BOTS})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if !a.SessionHasPermissionTo(session, model.PERMISSION_MANAGE_OTHERS_BOTS) {
|
if !a.SessionHasPermissionTo(session, model.PERMISSION_MANAGE_OTHERS_BOTS) {
|
||||||
@@ -256,7 +271,7 @@ func (a *App) SessionHasPermissionToManageBot(session model.Session, botUserId s
|
|||||||
// pretend as if the bot doesn't exist at all.
|
// pretend as if the bot doesn't exist at all.
|
||||||
return model.MakeBotNotFoundError(botUserId)
|
return model.MakeBotNotFoundError(botUserId)
|
||||||
}
|
}
|
||||||
return a.MakePermissionError(model.PERMISSION_MANAGE_OTHERS_BOTS)
|
return a.MakePermissionError([]*model.Permission{model.PERMISSION_MANAGE_OTHERS_BOTS})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -954,7 +954,7 @@ func buildChannelModerations(channelType string, memberRole *model.Role, guestRo
|
|||||||
}
|
}
|
||||||
|
|
||||||
var channelModerations []*model.ChannelModeration
|
var channelModerations []*model.ChannelModeration
|
||||||
for _, permissionKey := range model.CHANNEL_MODERATED_PERMISSIONS {
|
for _, permissionKey := range model.ChannelModeratedPermissions {
|
||||||
roles := &model.ChannelModeratedRoles{}
|
roles := &model.ChannelModeratedRoles{}
|
||||||
|
|
||||||
roles.Members = &model.ChannelModeratedRole{
|
roles.Members = &model.ChannelModeratedRole{
|
||||||
|
|||||||
@@ -1465,10 +1465,10 @@ func TestPatchChannelModerationsForChannel(t *testing.T) {
|
|||||||
th.App.SetPhase2PermissionsMigrationStatus(true)
|
th.App.SetPhase2PermissionsMigrationStatus(true)
|
||||||
channel := th.BasicChannel
|
channel := th.BasicChannel
|
||||||
|
|
||||||
createPosts := model.CHANNEL_MODERATED_PERMISSIONS[0]
|
createPosts := model.ChannelModeratedPermissions[0]
|
||||||
createReactions := model.CHANNEL_MODERATED_PERMISSIONS[1]
|
createReactions := model.ChannelModeratedPermissions[1]
|
||||||
manageMembers := model.CHANNEL_MODERATED_PERMISSIONS[2]
|
manageMembers := model.ChannelModeratedPermissions[2]
|
||||||
channelMentions := model.CHANNEL_MODERATED_PERMISSIONS[3]
|
channelMentions := model.ChannelModeratedPermissions[3]
|
||||||
|
|
||||||
nonChannelModeratedPermission := model.PERMISSION_CREATE_BOT.Id
|
nonChannelModeratedPermission := model.PERMISSION_CREATE_BOT.Id
|
||||||
|
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ func validateRoleImportData(data *RoleImportData) *model.AppError {
|
|||||||
if data.Permissions != nil {
|
if data.Permissions != nil {
|
||||||
for _, permission := range *data.Permissions {
|
for _, permission := range *data.Permissions {
|
||||||
permissionValidated := false
|
permissionValidated := false
|
||||||
for _, p := range model.ALL_PERMISSIONS {
|
for _, p := range append(model.AllPermissions, model.DeprecatedPermissions...) {
|
||||||
if permission == p.Id {
|
if permission == p.Id {
|
||||||
permissionValidated = true
|
permissionValidated = true
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import (
|
|||||||
const ADVANCED_PERMISSIONS_MIGRATION_KEY = "AdvancedPermissionsMigrationComplete"
|
const ADVANCED_PERMISSIONS_MIGRATION_KEY = "AdvancedPermissionsMigrationComplete"
|
||||||
const EMOJIS_PERMISSIONS_MIGRATION_KEY = "EmojisPermissionsMigrationComplete"
|
const EMOJIS_PERMISSIONS_MIGRATION_KEY = "EmojisPermissionsMigrationComplete"
|
||||||
const GUEST_ROLES_CREATION_MIGRATION_KEY = "GuestRolesCreationMigrationComplete"
|
const GUEST_ROLES_CREATION_MIGRATION_KEY = "GuestRolesCreationMigrationComplete"
|
||||||
|
const SYSTEM_CONSOLE_ROLES_CREATION_MIGRATION_KEY = "SystemConsoleRolesCreationMigrationComplete"
|
||||||
|
|
||||||
// This function migrates the default built in roles from code/config to the database.
|
// This function migrates the default built in roles from code/config to the database.
|
||||||
func (a *App) DoAdvancedPermissionsMigration() {
|
func (a *App) DoAdvancedPermissionsMigration() {
|
||||||
@@ -241,11 +242,57 @@ func (a *App) DoGuestRolesCreationMigration() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *App) DoSystemConsoleRolesCreationMigration() {
|
||||||
|
// If the migration is already marked as completed, don't do it again.
|
||||||
|
if _, err := a.Srv().Store.System().GetByName(SYSTEM_CONSOLE_ROLES_CREATION_MIGRATION_KEY); err == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
roles := model.MakeDefaultRoles()
|
||||||
|
|
||||||
|
allSucceeded := true
|
||||||
|
if _, err := a.Srv().Store.Role().GetByName(model.SYSTEM_MANAGER_ROLE_ID); err != nil {
|
||||||
|
if _, err := a.Srv().Store.Role().Save(roles[model.SYSTEM_MANAGER_ROLE_ID]); err != nil {
|
||||||
|
mlog.Critical("Failed to create new role.", mlog.Err(err), mlog.String("role", model.SYSTEM_MANAGER_ROLE_ID))
|
||||||
|
allSucceeded = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if _, err := a.Srv().Store.Role().GetByName(model.SYSTEM_READ_ONLY_ADMIN_ROLE_ID); err != nil {
|
||||||
|
if _, err := a.Srv().Store.Role().Save(roles[model.SYSTEM_READ_ONLY_ADMIN_ROLE_ID]); err != nil {
|
||||||
|
mlog.Critical("Failed to create new role.", mlog.Err(err), mlog.String("role", model.SYSTEM_READ_ONLY_ADMIN_ROLE_ID))
|
||||||
|
allSucceeded = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if _, err := a.Srv().Store.Role().GetByName(model.SYSTEM_USER_MANAGER_ROLE_ID); err != nil {
|
||||||
|
if _, err := a.Srv().Store.Role().Save(roles[model.SYSTEM_USER_MANAGER_ROLE_ID]); err != nil {
|
||||||
|
mlog.Critical("Failed to create new role.", mlog.Err(err), mlog.String("role", model.SYSTEM_USER_MANAGER_ROLE_ID))
|
||||||
|
allSucceeded = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if !allSucceeded {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
system := model.System{
|
||||||
|
Name: SYSTEM_CONSOLE_ROLES_CREATION_MIGRATION_KEY,
|
||||||
|
Value: "true",
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := a.Srv().Store.System().Save(&system); err != nil {
|
||||||
|
mlog.Critical("Failed to mark system console roles creation migration as completed.", mlog.Err(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (a *App) DoAppMigrations() {
|
func (a *App) DoAppMigrations() {
|
||||||
a.DoAdvancedPermissionsMigration()
|
a.DoAdvancedPermissionsMigration()
|
||||||
a.DoEmojisPermissionsMigration()
|
a.DoEmojisPermissionsMigration()
|
||||||
a.DoGuestRolesCreationMigration()
|
a.DoGuestRolesCreationMigration()
|
||||||
|
a.DoSystemConsoleRolesCreationMigration()
|
||||||
// This migration always must be the last, because can be based on previous
|
// This migration always must be the last, because can be based on previous
|
||||||
// migrations. For example, it needs the guest roles migration.
|
// migrations. For example, it needs the guest roles migration.
|
||||||
a.DoPermissionsMigrations()
|
err := a.DoPermissionsMigrations()
|
||||||
|
if err != nil {
|
||||||
|
mlog.Critical("(app.App).DoPermissionsMigrations failed", mlog.Err(err))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3198,6 +3198,21 @@ func (a *OpenTracingAppLayer) DoPostActionWithCookie(postId string, actionId str
|
|||||||
return resultVar0, resultVar1
|
return resultVar0, resultVar1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *OpenTracingAppLayer) DoSystemConsoleRolesCreationMigration() {
|
||||||
|
origCtx := a.ctx
|
||||||
|
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.DoSystemConsoleRolesCreationMigration")
|
||||||
|
|
||||||
|
a.ctx = newCtx
|
||||||
|
a.app.Srv().Store.SetContext(newCtx)
|
||||||
|
defer func() {
|
||||||
|
a.app.Srv().Store.SetContext(origCtx)
|
||||||
|
a.ctx = origCtx
|
||||||
|
}()
|
||||||
|
|
||||||
|
defer span.Finish()
|
||||||
|
a.app.DoSystemConsoleRolesCreationMigration()
|
||||||
|
}
|
||||||
|
|
||||||
func (a *OpenTracingAppLayer) DoUploadFile(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, *model.AppError) {
|
func (a *OpenTracingAppLayer) DoUploadFile(now time.Time, rawTeamId string, rawChannelId string, rawUserId string, rawFilename string, data []byte) (*model.FileInfo, *model.AppError) {
|
||||||
origCtx := a.ctx
|
origCtx := a.ctx
|
||||||
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.DoUploadFile")
|
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.DoUploadFile")
|
||||||
@@ -10042,7 +10057,7 @@ func (a *OpenTracingAppLayer) MakeAuditRecord(event string, initialStatus string
|
|||||||
return resultVar0
|
return resultVar0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *OpenTracingAppLayer) MakePermissionError(permission *model.Permission) *model.AppError {
|
func (a *OpenTracingAppLayer) MakePermissionError(permissions []*model.Permission) *model.AppError {
|
||||||
origCtx := a.ctx
|
origCtx := a.ctx
|
||||||
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.MakePermissionError")
|
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.MakePermissionError")
|
||||||
|
|
||||||
@@ -10054,7 +10069,7 @@ func (a *OpenTracingAppLayer) MakePermissionError(permission *model.Permission)
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
defer span.Finish()
|
defer span.Finish()
|
||||||
resultVar0 := a.app.MakePermissionError(permission)
|
resultVar0 := a.app.MakePermissionError(permissions)
|
||||||
|
|
||||||
if resultVar0 != nil {
|
if resultVar0 != nil {
|
||||||
span.LogFields(spanlog.Error(resultVar0))
|
span.LogFields(spanlog.Error(resultVar0))
|
||||||
@@ -12793,6 +12808,23 @@ func (a *OpenTracingAppLayer) SessionHasPermissionTo(session model.Session, perm
|
|||||||
return resultVar0
|
return resultVar0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *OpenTracingAppLayer) SessionHasPermissionToAny(session model.Session, permissions []*model.Permission) bool {
|
||||||
|
origCtx := a.ctx
|
||||||
|
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.SessionHasPermissionToAny")
|
||||||
|
|
||||||
|
a.ctx = newCtx
|
||||||
|
a.app.Srv().Store.SetContext(newCtx)
|
||||||
|
defer func() {
|
||||||
|
a.app.Srv().Store.SetContext(origCtx)
|
||||||
|
a.ctx = origCtx
|
||||||
|
}()
|
||||||
|
|
||||||
|
defer span.Finish()
|
||||||
|
resultVar0 := a.app.SessionHasPermissionToAny(session, permissions)
|
||||||
|
|
||||||
|
return resultVar0
|
||||||
|
}
|
||||||
|
|
||||||
func (a *OpenTracingAppLayer) SessionHasPermissionToCategory(session model.Session, userId string, teamId string, categoryId string) bool {
|
func (a *OpenTracingAppLayer) SessionHasPermissionToCategory(session model.Session, userId string, teamId string, categoryId string) bool {
|
||||||
origCtx := a.ctx
|
origCtx := a.ctx
|
||||||
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.SessionHasPermissionToCategory")
|
span, newCtx := tracing.StartSpanWithParentByContext(a.ctx, "app.SessionHasPermissionToCategory")
|
||||||
|
|||||||
@@ -59,6 +59,13 @@ const (
|
|||||||
PERMISSION_REMOVE_REACTION = "remove_reaction"
|
PERMISSION_REMOVE_REACTION = "remove_reaction"
|
||||||
PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS = "manage_public_channel_members"
|
PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS = "manage_public_channel_members"
|
||||||
PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS = "manage_private_channel_members"
|
PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS = "manage_private_channel_members"
|
||||||
|
PERMISSION_READ_JOBS = "read_jobs"
|
||||||
|
PERMISSION_MANAGE_JOBS = "manage_jobs"
|
||||||
|
PERMISSION_READ_OTHER_USERS_TEAMS = "read_other_users_teams"
|
||||||
|
PERMISSION_EDIT_OTHER_USERS = "edit_other_users"
|
||||||
|
PERMISSION_READ_PUBLIC_CHANNEL_GROUPS = "read_public_channel_groups"
|
||||||
|
PERMISSION_READ_PRIVATE_CHANNEL_GROUPS = "read_private_channel_groups"
|
||||||
|
PERMISSION_EDIT_BRAND = "edit_brand"
|
||||||
)
|
)
|
||||||
|
|
||||||
func isRole(roleName string) func(*model.Role, map[string]map[string]bool) bool {
|
func isRole(roleName string) func(*model.Role, map[string]map[string]bool) bool {
|
||||||
@@ -434,6 +441,54 @@ func (a *App) getAddUseGroupMentionsPermissionMigration() (permissionsMap, error
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *App) getAddSystemConsolePermissionsMigration() (permissionsMap, error) {
|
||||||
|
transformations := []permissionTransformation{}
|
||||||
|
|
||||||
|
permissionsToAdd := []string{}
|
||||||
|
for _, permission := range append(model.SysconsoleReadPermissions, model.SysconsoleWritePermissions...) {
|
||||||
|
permissionsToAdd = append(permissionsToAdd, permission.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
// add the new permissions to system admin
|
||||||
|
transformations = append(transformations,
|
||||||
|
permissionTransformation{
|
||||||
|
On: isRole(model.SYSTEM_ADMIN_ROLE_ID),
|
||||||
|
Add: permissionsToAdd,
|
||||||
|
})
|
||||||
|
|
||||||
|
// add read_jobs to all roles with manage_jobs
|
||||||
|
transformations = append(transformations, permissionTransformation{
|
||||||
|
On: permissionExists(PERMISSION_MANAGE_JOBS),
|
||||||
|
Add: []string{PERMISSION_READ_JOBS},
|
||||||
|
})
|
||||||
|
|
||||||
|
// add read_other_users_teams to all roles with edit_other_users
|
||||||
|
transformations = append(transformations, permissionTransformation{
|
||||||
|
On: permissionExists(PERMISSION_EDIT_OTHER_USERS),
|
||||||
|
Add: []string{PERMISSION_READ_OTHER_USERS_TEAMS},
|
||||||
|
})
|
||||||
|
|
||||||
|
// add read_public_channel_groups to all roles with manage_public_channel_members
|
||||||
|
transformations = append(transformations, permissionTransformation{
|
||||||
|
On: permissionExists(PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS),
|
||||||
|
Add: []string{PERMISSION_READ_PUBLIC_CHANNEL_GROUPS},
|
||||||
|
})
|
||||||
|
|
||||||
|
// add read_private_channel_groups to all roles with manage_private_channel_members
|
||||||
|
transformations = append(transformations, permissionTransformation{
|
||||||
|
On: permissionExists(PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS),
|
||||||
|
Add: []string{PERMISSION_READ_PRIVATE_CHANNEL_GROUPS},
|
||||||
|
})
|
||||||
|
|
||||||
|
// add edit_brand to all roles with manage_system
|
||||||
|
transformations = append(transformations, permissionTransformation{
|
||||||
|
On: permissionExists(PERMISSION_MANAGE_SYSTEM),
|
||||||
|
Add: []string{PERMISSION_EDIT_BRAND},
|
||||||
|
})
|
||||||
|
|
||||||
|
return transformations, nil
|
||||||
|
}
|
||||||
|
|
||||||
// DoPermissionsMigrations execute all the permissions migrations need by the current version.
|
// DoPermissionsMigrations execute all the permissions migrations need by the current version.
|
||||||
func (a *App) DoPermissionsMigrations() error {
|
func (a *App) DoPermissionsMigrations() error {
|
||||||
PermissionsMigrations := []struct {
|
PermissionsMigrations := []struct {
|
||||||
@@ -451,6 +506,7 @@ func (a *App) DoPermissionsMigrations() error {
|
|||||||
{Key: model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS, Migration: a.getAddManageGuestsPermissionsMigration},
|
{Key: model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS, Migration: a.getAddManageGuestsPermissionsMigration},
|
||||||
{Key: model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS, Migration: a.channelModerationPermissionsMigration},
|
{Key: model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS, Migration: a.channelModerationPermissionsMigration},
|
||||||
{Key: model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION, Migration: a.getAddUseGroupMentionsPermissionMigration},
|
{Key: model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION, Migration: a.getAddUseGroupMentionsPermissionMigration},
|
||||||
|
{Key: model.MIGRATION_KEY_ADD_SYSTEM_CONSOLE_PERMISSIONS, Migration: a.getAddSystemConsolePermissionsMigration},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, migration := range PermissionsMigrations {
|
for _, migration := range PermissionsMigrations {
|
||||||
|
|||||||
12
i18n/en.json
12
i18n/en.json
@@ -1110,10 +1110,18 @@
|
|||||||
"id": "api.config.client.old_format.app_error",
|
"id": "api.config.client.old_format.app_error",
|
||||||
"translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
|
"translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "api.config.get_config.restricted_merge.app_error",
|
||||||
|
"translation": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "api.config.migrate_config.app_error",
|
"id": "api.config.migrate_config.app_error",
|
||||||
"translation": "Failed to migrate config store."
|
"translation": "Failed to migrate config store."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "api.config.patch_config.restricted_merge.app_error",
|
||||||
|
"translation": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "api.config.update_config.clear_siteurl.app_error",
|
"id": "api.config.update_config.clear_siteurl.app_error",
|
||||||
"translation": "Site URL cannot be cleared."
|
"translation": "Site URL cannot be cleared."
|
||||||
@@ -3042,6 +3050,10 @@
|
|||||||
"id": "api.user.update_user.accepted_guest_domain.app_error",
|
"id": "api.user.update_user.accepted_guest_domain.app_error",
|
||||||
"translation": "The email you provided does not belong to an accepted domain for guest accounts. Please contact your administrator or sign up with a different email."
|
"translation": "The email you provided does not belong to an accepted domain for guest accounts. Please contact your administrator or sign up with a different email."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "api.user.update_user_roles.license.app_error",
|
||||||
|
"translation": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "api.user.upload_profile_user.array.app_error",
|
"id": "api.user.upload_profile_user.array.app_error",
|
||||||
"translation": "Empty array under 'image' in request."
|
"translation": "Empty array under 'image' in request."
|
||||||
|
|||||||
881
model/config.go
881
model/config.go
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
@@ -17,4 +17,6 @@ const (
|
|||||||
MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS = "add_manage_guests_permissions"
|
MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS = "add_manage_guests_permissions"
|
||||||
MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS = "channel_moderations_permissions"
|
MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS = "channel_moderations_permissions"
|
||||||
MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION = "add_use_group_mentions_permission"
|
MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION = "add_use_group_mentions_permission"
|
||||||
|
MIGRATION_KEY_ADD_SYSTEM_CONSOLE_PERMISSIONS = "add_system_console_permissions"
|
||||||
|
MIGRATION_KEY_SIDEBAR_CATEGORIES_PHASE_2 = "migration_sidebar_categories_phase_2"
|
||||||
)
|
)
|
||||||
|
|||||||
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
@@ -13,7 +13,7 @@ import (
|
|||||||
// in the database column for role permissions.
|
// in the database column for role permissions.
|
||||||
func TestPermissionsLength(t *testing.T) {
|
func TestPermissionsLength(t *testing.T) {
|
||||||
permissionsString := ""
|
permissionsString := ""
|
||||||
for _, permission := range ALL_PERMISSIONS {
|
for _, permission := range AllPermissions {
|
||||||
permissionsString += " " + permission.Id
|
permissionsString += " " + permission.Id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
231
model/role.go
231
model/role.go
@@ -9,10 +9,21 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// SysconsoleAncillaryPermissions maps the non-sysconsole permissions required by each sysconsole view.
|
||||||
|
var SysconsoleAncillaryPermissions map[string][]*Permission
|
||||||
|
|
||||||
var BuiltInSchemeManagedRoleIDs []string
|
var BuiltInSchemeManagedRoleIDs []string
|
||||||
|
|
||||||
|
var NewSystemRoleIDs []string
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
BuiltInSchemeManagedRoleIDs = []string{
|
NewSystemRoleIDs = []string{
|
||||||
|
SYSTEM_USER_MANAGER_ROLE_ID,
|
||||||
|
SYSTEM_READ_ONLY_ADMIN_ROLE_ID,
|
||||||
|
SYSTEM_MANAGER_ROLE_ID,
|
||||||
|
}
|
||||||
|
|
||||||
|
BuiltInSchemeManagedRoleIDs = append([]string{
|
||||||
SYSTEM_GUEST_ROLE_ID,
|
SYSTEM_GUEST_ROLE_ID,
|
||||||
SYSTEM_USER_ROLE_ID,
|
SYSTEM_USER_ROLE_ID,
|
||||||
SYSTEM_ADMIN_ROLE_ID,
|
SYSTEM_ADMIN_ROLE_ID,
|
||||||
@@ -29,6 +40,58 @@ func init() {
|
|||||||
CHANNEL_GUEST_ROLE_ID,
|
CHANNEL_GUEST_ROLE_ID,
|
||||||
CHANNEL_USER_ROLE_ID,
|
CHANNEL_USER_ROLE_ID,
|
||||||
CHANNEL_ADMIN_ROLE_ID,
|
CHANNEL_ADMIN_ROLE_ID,
|
||||||
|
}, NewSystemRoleIDs...)
|
||||||
|
|
||||||
|
SysconsoleAncillaryPermissions = map[string][]*Permission{
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS.Id: {
|
||||||
|
PERMISSION_READ_PUBLIC_CHANNEL,
|
||||||
|
PERMISSION_READ_CHANNEL,
|
||||||
|
PERMISSION_READ_PUBLIC_CHANNEL_GROUPS,
|
||||||
|
PERMISSION_READ_PRIVATE_CHANNEL_GROUPS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_USERS.Id: {
|
||||||
|
PERMISSION_READ_OTHER_USERS_TEAMS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS.Id: {
|
||||||
|
PERMISSION_LIST_PRIVATE_TEAMS,
|
||||||
|
PERMISSION_LIST_PUBLIC_TEAMS,
|
||||||
|
PERMISSION_VIEW_TEAM,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_READ_ENVIRONMENT.Id: {
|
||||||
|
PERMISSION_READ_JOBS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_READ_AUTHENTICATION.Id: {
|
||||||
|
PERMISSION_READ_JOBS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_READ_REPORTING.Id: {
|
||||||
|
PERMISSION_VIEW_TEAM,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_CHANNELS.Id: {
|
||||||
|
PERMISSION_MANAGE_TEAM,
|
||||||
|
PERMISSION_MANAGE_PUBLIC_CHANNEL_PROPERTIES,
|
||||||
|
PERMISSION_MANAGE_PRIVATE_CHANNEL_PROPERTIES,
|
||||||
|
PERMISSION_DELETE_PRIVATE_CHANNEL,
|
||||||
|
PERMISSION_DELETE_PUBLIC_CHANNEL,
|
||||||
|
PERMISSION_MANAGE_CHANNEL_ROLES,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_TEAMS.Id: {
|
||||||
|
PERMISSION_MANAGE_TEAM_ROLES,
|
||||||
|
PERMISSION_REMOVE_USER_FROM_TEAM,
|
||||||
|
PERMISSION_JOIN_PRIVATE_TEAMS,
|
||||||
|
PERMISSION_JOIN_PUBLIC_TEAMS,
|
||||||
|
PERMISSION_ADD_USER_TO_TEAM,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS.Id: {
|
||||||
|
PERMISSION_MANAGE_TEAM,
|
||||||
|
PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS,
|
||||||
|
PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT.Id: {
|
||||||
|
PERMISSION_MANAGE_JOBS,
|
||||||
|
},
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_SITE.Id: {
|
||||||
|
PERMISSION_EDIT_BRAND,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -42,6 +105,9 @@ const (
|
|||||||
SYSTEM_POST_ALL_ROLE_ID = "system_post_all"
|
SYSTEM_POST_ALL_ROLE_ID = "system_post_all"
|
||||||
SYSTEM_POST_ALL_PUBLIC_ROLE_ID = "system_post_all_public"
|
SYSTEM_POST_ALL_PUBLIC_ROLE_ID = "system_post_all_public"
|
||||||
SYSTEM_USER_ACCESS_TOKEN_ROLE_ID = "system_user_access_token"
|
SYSTEM_USER_ACCESS_TOKEN_ROLE_ID = "system_user_access_token"
|
||||||
|
SYSTEM_USER_MANAGER_ROLE_ID = "system_user_manager"
|
||||||
|
SYSTEM_READ_ONLY_ADMIN_ROLE_ID = "system_read_only_admin"
|
||||||
|
SYSTEM_MANAGER_ROLE_ID = "system_manager"
|
||||||
|
|
||||||
TEAM_GUEST_ROLE_ID = "team_guest"
|
TEAM_GUEST_ROLE_ID = "team_guest"
|
||||||
TEAM_USER_ROLE_ID = "team_user"
|
TEAM_USER_ROLE_ID = "team_user"
|
||||||
@@ -135,8 +201,8 @@ func (r *Role) MergeChannelHigherScopedPermissions(higherScopedPermissions *Role
|
|||||||
higherScopedPermissionsMap := AsStringBoolMap(higherScopedPermissions.Permissions)
|
higherScopedPermissionsMap := AsStringBoolMap(higherScopedPermissions.Permissions)
|
||||||
rolePermissionsMap := AsStringBoolMap(r.Permissions)
|
rolePermissionsMap := AsStringBoolMap(r.Permissions)
|
||||||
|
|
||||||
for _, cp := range ALL_PERMISSIONS {
|
for _, cp := range AllPermissions {
|
||||||
if cp.Scope != PERMISSION_SCOPE_CHANNEL {
|
if cp.Scope != PermissionScopeChannel {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -150,7 +216,7 @@ func (r *Role) MergeChannelHigherScopedPermissions(higherScopedPermissions *Role
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
_, permissionIsModerated := CHANNEL_MODERATED_PERMISSIONS_MAP[cp.Id]
|
_, permissionIsModerated := ChannelModeratedPermissionsMap[cp.Id]
|
||||||
if permissionIsModerated {
|
if permissionIsModerated {
|
||||||
_, presentOnRole := rolePermissionsMap[cp.Id]
|
_, presentOnRole := rolePermissionsMap[cp.Id]
|
||||||
if presentOnRole && presentOnHigherScope {
|
if presentOnRole && presentOnHigherScope {
|
||||||
@@ -216,13 +282,13 @@ func ChannelModeratedPermissionsChangedByPatch(role *Role, patch *RolePatch) []s
|
|||||||
patchMap := make(map[string]bool)
|
patchMap := make(map[string]bool)
|
||||||
|
|
||||||
for _, permission := range role.Permissions {
|
for _, permission := range role.Permissions {
|
||||||
if channelModeratedPermissionName, found := CHANNEL_MODERATED_PERMISSIONS_MAP[permission]; found {
|
if channelModeratedPermissionName, found := ChannelModeratedPermissionsMap[permission]; found {
|
||||||
roleMap[channelModeratedPermissionName] = true
|
roleMap[channelModeratedPermissionName] = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, permission := range *patch.Permissions {
|
for _, permission := range *patch.Permissions {
|
||||||
if channelModeratedPermissionName, found := CHANNEL_MODERATED_PERMISSIONS_MAP[permission]; found {
|
if channelModeratedPermissionName, found := ChannelModeratedPermissionsMap[permission]; found {
|
||||||
patchMap[channelModeratedPermissionName] = true
|
patchMap[channelModeratedPermissionName] = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -246,11 +312,11 @@ func ChannelModeratedPermissionsChangedByPatch(role *Role, patch *RolePatch) []s
|
|||||||
func (r *Role) GetChannelModeratedPermissions(channelType string) map[string]bool {
|
func (r *Role) GetChannelModeratedPermissions(channelType string) map[string]bool {
|
||||||
moderatedPermissions := make(map[string]bool)
|
moderatedPermissions := make(map[string]bool)
|
||||||
for _, permission := range r.Permissions {
|
for _, permission := range r.Permissions {
|
||||||
if _, found := CHANNEL_MODERATED_PERMISSIONS_MAP[permission]; !found {
|
if _, found := ChannelModeratedPermissionsMap[permission]; !found {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
for moderated, moderatedPermissionValue := range CHANNEL_MODERATED_PERMISSIONS_MAP {
|
for moderated, moderatedPermissionValue := range ChannelModeratedPermissionsMap {
|
||||||
// the moderated permission has already been found to be true so skip this iteration
|
// the moderated permission has already been found to be true so skip this iteration
|
||||||
if moderatedPermissions[moderatedPermissionValue] {
|
if moderatedPermissions[moderatedPermissionValue] {
|
||||||
continue
|
continue
|
||||||
@@ -279,14 +345,14 @@ func (r *Role) RolePatchFromChannelModerationsPatch(channelModerationsPatch []*C
|
|||||||
// Iterate through the list of existing permissions on the role and append permissions that we want to keep.
|
// Iterate through the list of existing permissions on the role and append permissions that we want to keep.
|
||||||
for _, permission := range r.Permissions {
|
for _, permission := range r.Permissions {
|
||||||
// Permission is not moderated so dont add it to the patch and skip the channelModerationsPatch
|
// Permission is not moderated so dont add it to the patch and skip the channelModerationsPatch
|
||||||
if _, isModerated := CHANNEL_MODERATED_PERMISSIONS_MAP[permission]; !isModerated {
|
if _, isModerated := ChannelModeratedPermissionsMap[permission]; !isModerated {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
permissionEnabled := true
|
permissionEnabled := true
|
||||||
// Check if permission has a matching moderated permission name inside the channel moderation patch
|
// Check if permission has a matching moderated permission name inside the channel moderation patch
|
||||||
for _, channelModerationPatch := range channelModerationsPatch {
|
for _, channelModerationPatch := range channelModerationsPatch {
|
||||||
if *channelModerationPatch.Name == CHANNEL_MODERATED_PERMISSIONS_MAP[permission] {
|
if *channelModerationPatch.Name == ChannelModeratedPermissionsMap[permission] {
|
||||||
// Permission key exists in patch with a value of false so skip over it
|
// Permission key exists in patch with a value of false so skip over it
|
||||||
if roleName == "members" {
|
if roleName == "members" {
|
||||||
if channelModerationPatch.Roles.Members != nil && !*channelModerationPatch.Roles.Members {
|
if channelModerationPatch.Roles.Members != nil && !*channelModerationPatch.Roles.Members {
|
||||||
@@ -307,7 +373,7 @@ func (r *Role) RolePatchFromChannelModerationsPatch(channelModerationsPatch []*C
|
|||||||
|
|
||||||
// Iterate through the patch and add any permissions that dont already exist on the role
|
// Iterate through the patch and add any permissions that dont already exist on the role
|
||||||
for _, channelModerationPatch := range channelModerationsPatch {
|
for _, channelModerationPatch := range channelModerationsPatch {
|
||||||
for permission, moderatedPermissionName := range CHANNEL_MODERATED_PERMISSIONS_MAP {
|
for permission, moderatedPermissionName := range ChannelModeratedPermissionsMap {
|
||||||
if roleName == "members" && channelModerationPatch.Roles.Members != nil && *channelModerationPatch.Roles.Members && *channelModerationPatch.Name == moderatedPermissionName {
|
if roleName == "members" && channelModerationPatch.Roles.Members != nil && *channelModerationPatch.Roles.Members && *channelModerationPatch.Name == moderatedPermissionName {
|
||||||
permissionsToAddToPatch[permission] = true
|
permissionsToAddToPatch[permission] = true
|
||||||
}
|
}
|
||||||
@@ -349,7 +415,7 @@ func (r *Role) IsValidWithoutId() bool {
|
|||||||
|
|
||||||
for _, permission := range r.Permissions {
|
for _, permission := range r.Permissions {
|
||||||
permissionValidated := false
|
permissionValidated := false
|
||||||
for _, p := range ALL_PERMISSIONS {
|
for _, p := range append(AllPermissions, DeprecatedPermissions...) {
|
||||||
if permission == p.Id {
|
if permission == p.Id {
|
||||||
permissionValidated = true
|
permissionValidated = true
|
||||||
break
|
break
|
||||||
@@ -579,6 +645,91 @@ func MakeDefaultRoles() map[string]*Role {
|
|||||||
BuiltIn: true,
|
BuiltIn: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
roles[SYSTEM_USER_MANAGER_ROLE_ID] = &Role{
|
||||||
|
Name: "system_user_manager",
|
||||||
|
DisplayName: "authentication.roles.system_user_manager.name",
|
||||||
|
Description: "authentication.roles.system_user_manager.description",
|
||||||
|
Permissions: []string{
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_TEAMS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_CHANNELS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_AUTHENTICATION.Id,
|
||||||
|
},
|
||||||
|
SchemeManaged: false,
|
||||||
|
BuiltIn: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
roles[SYSTEM_READ_ONLY_ADMIN_ROLE_ID] = &Role{
|
||||||
|
Name: "system_read_only_admin",
|
||||||
|
DisplayName: "authentication.roles.system_read_only_admin.name",
|
||||||
|
Description: "authentication.roles.system_read_only_admin.description",
|
||||||
|
Permissions: []string{
|
||||||
|
PERMISSION_SYSCONSOLE_READ_ABOUT.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_REPORTING.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_USERS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_ENVIRONMENT.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_SITE.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_AUTHENTICATION.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_PLUGINS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_INTEGRATIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_EXPERIMENTAL.Id,
|
||||||
|
},
|
||||||
|
SchemeManaged: false,
|
||||||
|
BuiltIn: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
roles[SYSTEM_MANAGER_ROLE_ID] = &Role{
|
||||||
|
Name: "system_manager",
|
||||||
|
DisplayName: "authentication.roles.system_manager.name",
|
||||||
|
Description: "authentication.roles.system_manager.description",
|
||||||
|
Permissions: []string{
|
||||||
|
PERMISSION_SYSCONSOLE_READ_ABOUT.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_REPORTING.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_GROUPS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_TEAMS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_CHANNELS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_USERMANAGEMENT_PERMISSIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_GROUPS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_TEAMS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_CHANNELS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_USERMANAGEMENT_PERMISSIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_ENVIRONMENT.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_ENVIRONMENT.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_SITE.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_SITE.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_AUTHENTICATION.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_PLUGINS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_READ_INTEGRATIONS.Id,
|
||||||
|
PERMISSION_SYSCONSOLE_WRITE_INTEGRATIONS.Id,
|
||||||
|
},
|
||||||
|
SchemeManaged: false,
|
||||||
|
BuiltIn: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add the ancillary permissions to each new system role
|
||||||
|
for _, role := range []*Role{roles[SYSTEM_USER_MANAGER_ROLE_ID], roles[SYSTEM_READ_ONLY_ADMIN_ROLE_ID], roles[SYSTEM_MANAGER_ROLE_ID]} {
|
||||||
|
for _, rolePermission := range role.Permissions {
|
||||||
|
if ancillaryPermissions, ok := SysconsoleAncillaryPermissions[rolePermission]; ok {
|
||||||
|
for _, ancillaryPermission := range ancillaryPermissions {
|
||||||
|
role.Permissions = append(role.Permissions, ancillaryPermission.Id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
allPermissionIDs := []string{}
|
||||||
|
for _, permission := range AllPermissions {
|
||||||
|
allPermissionIDs = append(allPermissionIDs, permission.Id)
|
||||||
|
}
|
||||||
|
|
||||||
roles[SYSTEM_ADMIN_ROLE_ID] = &Role{
|
roles[SYSTEM_ADMIN_ROLE_ID] = &Role{
|
||||||
Name: "system_admin",
|
Name: "system_admin",
|
||||||
DisplayName: "authentication.roles.global_admin.name",
|
DisplayName: "authentication.roles.global_admin.name",
|
||||||
@@ -586,61 +737,7 @@ func MakeDefaultRoles() map[string]*Role {
|
|||||||
// System admins can do anything channel and team admins can do
|
// System admins can do anything channel and team admins can do
|
||||||
// plus everything members of teams and channels can do to all teams
|
// plus everything members of teams and channels can do to all teams
|
||||||
// and channels on the system
|
// and channels on the system
|
||||||
Permissions: append(
|
Permissions: allPermissionIDs,
|
||||||
append(
|
|
||||||
append(
|
|
||||||
append(
|
|
||||||
[]string{
|
|
||||||
PERMISSION_ASSIGN_SYSTEM_ADMIN_ROLE.Id,
|
|
||||||
PERMISSION_MANAGE_SYSTEM.Id,
|
|
||||||
PERMISSION_MANAGE_ROLES.Id,
|
|
||||||
PERMISSION_MANAGE_PUBLIC_CHANNEL_PROPERTIES.Id,
|
|
||||||
PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id,
|
|
||||||
PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id,
|
|
||||||
PERMISSION_DELETE_PUBLIC_CHANNEL.Id,
|
|
||||||
PERMISSION_CREATE_PUBLIC_CHANNEL.Id,
|
|
||||||
PERMISSION_MANAGE_PRIVATE_CHANNEL_PROPERTIES.Id,
|
|
||||||
PERMISSION_DELETE_PRIVATE_CHANNEL.Id,
|
|
||||||
PERMISSION_CREATE_PRIVATE_CHANNEL.Id,
|
|
||||||
PERMISSION_MANAGE_SYSTEM_WIDE_OAUTH.Id,
|
|
||||||
PERMISSION_MANAGE_OTHERS_INCOMING_WEBHOOKS.Id,
|
|
||||||
PERMISSION_MANAGE_OTHERS_OUTGOING_WEBHOOKS.Id,
|
|
||||||
PERMISSION_EDIT_OTHER_USERS.Id,
|
|
||||||
PERMISSION_EDIT_OTHERS_POSTS.Id,
|
|
||||||
PERMISSION_MANAGE_OAUTH.Id,
|
|
||||||
PERMISSION_INVITE_USER.Id,
|
|
||||||
PERMISSION_INVITE_GUEST.Id,
|
|
||||||
PERMISSION_PROMOTE_GUEST.Id,
|
|
||||||
PERMISSION_DEMOTE_TO_GUEST.Id,
|
|
||||||
PERMISSION_DELETE_POST.Id,
|
|
||||||
PERMISSION_DELETE_OTHERS_POSTS.Id,
|
|
||||||
PERMISSION_CREATE_TEAM.Id,
|
|
||||||
PERMISSION_ADD_USER_TO_TEAM.Id,
|
|
||||||
PERMISSION_LIST_USERS_WITHOUT_TEAM.Id,
|
|
||||||
PERMISSION_MANAGE_JOBS.Id,
|
|
||||||
PERMISSION_CREATE_POST_PUBLIC.Id,
|
|
||||||
PERMISSION_CREATE_POST_EPHEMERAL.Id,
|
|
||||||
PERMISSION_CREATE_USER_ACCESS_TOKEN.Id,
|
|
||||||
PERMISSION_READ_USER_ACCESS_TOKEN.Id,
|
|
||||||
PERMISSION_REVOKE_USER_ACCESS_TOKEN.Id,
|
|
||||||
PERMISSION_CREATE_BOT.Id,
|
|
||||||
PERMISSION_READ_BOTS.Id,
|
|
||||||
PERMISSION_READ_OTHERS_BOTS.Id,
|
|
||||||
PERMISSION_MANAGE_BOTS.Id,
|
|
||||||
PERMISSION_MANAGE_OTHERS_BOTS.Id,
|
|
||||||
PERMISSION_REMOVE_OTHERS_REACTIONS.Id,
|
|
||||||
PERMISSION_LIST_PRIVATE_TEAMS.Id,
|
|
||||||
PERMISSION_JOIN_PRIVATE_TEAMS.Id,
|
|
||||||
PERMISSION_VIEW_MEMBERS.Id,
|
|
||||||
},
|
|
||||||
roles[TEAM_USER_ROLE_ID].Permissions...,
|
|
||||||
),
|
|
||||||
roles[CHANNEL_USER_ROLE_ID].Permissions...,
|
|
||||||
),
|
|
||||||
roles[TEAM_ADMIN_ROLE_ID].Permissions...,
|
|
||||||
),
|
|
||||||
roles[CHANNEL_ADMIN_ROLE_ID].Permissions...,
|
|
||||||
),
|
|
||||||
SchemeManaged: true,
|
SchemeManaged: true,
|
||||||
BuiltIn: true,
|
BuiltIn: true,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,13 +26,13 @@ func TestChannelModeratedPermissionsChangedByPatch(t *testing.T) {
|
|||||||
"Adds permissions to empty initial permissions list",
|
"Adds permissions to empty initial permissions list",
|
||||||
[]string{},
|
[]string{},
|
||||||
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_ADD_REACTION.Id},
|
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_ADD_REACTION.Id},
|
||||||
[]string{CHANNEL_MODERATED_PERMISSIONS[0], CHANNEL_MODERATED_PERMISSIONS[1]},
|
[]string{ChannelModeratedPermissions[0], ChannelModeratedPermissions[1]},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Ignores non moderated permissions in initial permissions list",
|
"Ignores non moderated permissions in initial permissions list",
|
||||||
[]string{PERMISSION_ASSIGN_BOT.Id},
|
[]string{PERMISSION_ASSIGN_BOT.Id},
|
||||||
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_REMOVE_REACTION.Id},
|
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_REMOVE_REACTION.Id},
|
||||||
[]string{CHANNEL_MODERATED_PERMISSIONS[0], CHANNEL_MODERATED_PERMISSIONS[1]},
|
[]string{ChannelModeratedPermissions[0], ChannelModeratedPermissions[1]},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Adds removed moderated permissions from initial permissions list",
|
"Adds removed moderated permissions from initial permissions list",
|
||||||
@@ -58,10 +58,10 @@ func TestChannelModeratedPermissionsChangedByPatch(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestRolePatchFromChannelModerationsPatch(t *testing.T) {
|
func TestRolePatchFromChannelModerationsPatch(t *testing.T) {
|
||||||
createPosts := CHANNEL_MODERATED_PERMISSIONS[0]
|
createPosts := ChannelModeratedPermissions[0]
|
||||||
createReactions := CHANNEL_MODERATED_PERMISSIONS[1]
|
createReactions := ChannelModeratedPermissions[1]
|
||||||
manageMembers := CHANNEL_MODERATED_PERMISSIONS[2]
|
manageMembers := ChannelModeratedPermissions[2]
|
||||||
channelMentions := CHANNEL_MODERATED_PERMISSIONS[3]
|
channelMentions := ChannelModeratedPermissions[3]
|
||||||
|
|
||||||
basePermissions := []string{
|
basePermissions := []string{
|
||||||
PERMISSION_ADD_REACTION.Id,
|
PERMISSION_ADD_REACTION.Id,
|
||||||
@@ -245,10 +245,10 @@ func TestGetChannelModeratedPermissions(t *testing.T) {
|
|||||||
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_ADD_REACTION.Id, PERMISSION_REMOVE_REACTION.Id, PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id, PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id, PERMISSION_USE_CHANNEL_MENTIONS.Id},
|
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_ADD_REACTION.Id, PERMISSION_REMOVE_REACTION.Id, PERMISSION_MANAGE_PUBLIC_CHANNEL_MEMBERS.Id, PERMISSION_MANAGE_PRIVATE_CHANNEL_MEMBERS.Id, PERMISSION_USE_CHANNEL_MENTIONS.Id},
|
||||||
CHANNEL_OPEN,
|
CHANNEL_OPEN,
|
||||||
map[string]bool{
|
map[string]bool{
|
||||||
CHANNEL_MODERATED_PERMISSIONS[0]: true,
|
ChannelModeratedPermissions[0]: true,
|
||||||
CHANNEL_MODERATED_PERMISSIONS[1]: true,
|
ChannelModeratedPermissions[1]: true,
|
||||||
CHANNEL_MODERATED_PERMISSIONS[2]: true,
|
ChannelModeratedPermissions[2]: true,
|
||||||
CHANNEL_MODERATED_PERMISSIONS[3]: true,
|
ChannelModeratedPermissions[3]: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -256,7 +256,7 @@ func TestGetChannelModeratedPermissions(t *testing.T) {
|
|||||||
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_CREATE_DIRECT_CHANNEL.Id},
|
[]string{PERMISSION_CREATE_POST.Id, PERMISSION_CREATE_DIRECT_CHANNEL.Id},
|
||||||
CHANNEL_OPEN,
|
CHANNEL_OPEN,
|
||||||
map[string]bool{
|
map[string]bool{
|
||||||
CHANNEL_MODERATED_PERMISSIONS[0]: true,
|
ChannelModeratedPermissions[0]: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ func (s *SqlSchemeStore) createScheme(scheme *model.Scheme, transaction *gorp.Tr
|
|||||||
func filterModerated(permissions []string) []string {
|
func filterModerated(permissions []string) []string {
|
||||||
filteredPermissions := []string{}
|
filteredPermissions := []string{}
|
||||||
for _, perm := range permissions {
|
for _, perm := range permissions {
|
||||||
if _, ok := model.CHANNEL_MODERATED_PERMISSIONS_MAP[perm]; ok {
|
if _, ok := model.ChannelModeratedPermissionsMap[perm]; ok {
|
||||||
filteredPermissions = append(filteredPermissions, perm)
|
filteredPermissions = append(filteredPermissions, perm)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ func GetMockStoreForSetupFunctions() *mocks.Store {
|
|||||||
systemStore.On("GetByName", "AdvancedPermissionsMigrationComplete").Return(&model.System{Name: "AdvancedPermissionsMigrationComplete", Value: "true"}, nil)
|
systemStore.On("GetByName", "AdvancedPermissionsMigrationComplete").Return(&model.System{Name: "AdvancedPermissionsMigrationComplete", Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", "EmojisPermissionsMigrationComplete").Return(&model.System{Name: "EmojisPermissionsMigrationComplete", Value: "true"}, nil)
|
systemStore.On("GetByName", "EmojisPermissionsMigrationComplete").Return(&model.System{Name: "EmojisPermissionsMigrationComplete", Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", "GuestRolesCreationMigrationComplete").Return(&model.System{Name: "GuestRolesCreationMigrationComplete", Value: "true"}, nil)
|
systemStore.On("GetByName", "GuestRolesCreationMigrationComplete").Return(&model.System{Name: "GuestRolesCreationMigrationComplete", Value: "true"}, nil)
|
||||||
|
systemStore.On("GetByName", "SystemConsoleRolesCreationMigrationComplete").Return(&model.System{Name: "SystemConsoleRolesCreationMigrationComplete", Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", model.MIGRATION_KEY_EMOJI_PERMISSIONS_SPLIT).Return(&model.System{Name: model.MIGRATION_KEY_EMOJI_PERMISSIONS_SPLIT, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_EMOJI_PERMISSIONS_SPLIT).Return(&model.System{Name: model.MIGRATION_KEY_EMOJI_PERMISSIONS_SPLIT, Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", model.MIGRATION_KEY_WEBHOOK_PERMISSIONS_SPLIT).Return(&model.System{Name: model.MIGRATION_KEY_WEBHOOK_PERMISSIONS_SPLIT, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_WEBHOOK_PERMISSIONS_SPLIT).Return(&model.System{Name: model.MIGRATION_KEY_WEBHOOK_PERMISSIONS_SPLIT, Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", model.MIGRATION_KEY_LIST_JOIN_PUBLIC_PRIVATE_TEAMS).Return(&model.System{Name: model.MIGRATION_KEY_LIST_JOIN_PUBLIC_PRIVATE_TEAMS, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_LIST_JOIN_PUBLIC_PRIVATE_TEAMS).Return(&model.System{Name: model.MIGRATION_KEY_LIST_JOIN_PUBLIC_PRIVATE_TEAMS, Value: "true"}, nil)
|
||||||
@@ -43,6 +44,7 @@ func GetMockStoreForSetupFunctions() *mocks.Store {
|
|||||||
systemStore.On("GetByName", model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS).Return(&model.System{Name: model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS).Return(&model.System{Name: model.MIGRATION_KEY_ADD_MANAGE_GUESTS_PERMISSIONS, Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS).Return(&model.System{Name: model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS).Return(&model.System{Name: model.MIGRATION_KEY_CHANNEL_MODERATIONS_PERMISSIONS, Value: "true"}, nil)
|
||||||
systemStore.On("GetByName", model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION).Return(&model.System{Name: model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION, Value: "true"}, nil)
|
systemStore.On("GetByName", model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION).Return(&model.System{Name: model.MIGRATION_KEY_ADD_USE_GROUP_MENTIONS_PERMISSION, Value: "true"}, nil)
|
||||||
|
systemStore.On("GetByName", model.MIGRATION_KEY_ADD_SYSTEM_CONSOLE_PERMISSIONS).Return(&model.System{Name: model.MIGRATION_KEY_ADD_SYSTEM_CONSOLE_PERMISSIONS, Value: "true"}, nil)
|
||||||
systemStore.On("Get").Return(make(model.StringMap), nil)
|
systemStore.On("Get").Return(make(model.StringMap), nil)
|
||||||
systemStore.On("Save", mock.AnythingOfType("*model.System")).Return(nil)
|
systemStore.On("Save", mock.AnythingOfType("*model.System")).Return(nil)
|
||||||
|
|
||||||
|
|||||||
@@ -420,7 +420,7 @@
|
|||||||
{
|
{
|
||||||
"roleName": "system_admin",
|
"roleName": "system_admin",
|
||||||
"permission": "edit_post",
|
"permission": "edit_post",
|
||||||
"shouldHave": false
|
"shouldHave": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -258,8 +258,8 @@ func NewServerBusyError() *model.AppError {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Context) SetPermissionError(permission *model.Permission) {
|
func (c *Context) SetPermissionError(permissions ...*model.Permission) {
|
||||||
c.Err = c.App.MakePermissionError(permission)
|
c.Err = c.App.MakePermissionError(permissions)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Context) SetSiteURLHeader(url string) {
|
func (c *Context) SetSiteURLHeader(url string) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user