summaryrefslogtreecommitdiffstats
path: root/model/authorization.go
Commit message (Collapse)AuthorAgeFilesLines
* XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-522/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * XYZ-13: Update Permission and Role structs to new design. * XYZ-10: Role store. * XYZ-9/XYZ-44: Roles API endpoints and WebSocket message. * XYZ-8: Switch server permissions checks to store backed roles. * XYZ-58: Proper validation of roles where required. * XYZ-11/XYZ-55: Migration to store backed roles from policy config. * XYZ-37: Update unit tests to work with database roles. * XYZ-56: Remove the "guest" role. * Changes to SetDefaultRolesFromConfig. * Short-circuit the store if nothing has changed. * Address first round of review comments. * Address second round of review comments.
* Role refactor (#7867)Chris2017-11-211-48/+39
| | | | | | | | * role refactor * add missing file * fix web test
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-011-0/+22
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-2/+67
| | | | | | | | | | | | | | | | * Implement user access tokens and new roles * Update config.json * Add public post permission to apiv3 * Remove old comment * Fix model unit test * Updates to store per feedback * Updates per feedback from CS
* PLT-6595-Server: Job Management APIs. (#6931)George Goldberg2017-07-201-0/+7
| | | | | | | | * PLT-6595-Server: Job Management APIs. * MANAGE_JOBS Permission * Fix test.
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+0
|\
| * Fix configuration settingJoramWilander2017-04-101-1/+0
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
|/ | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-6139 (Server): Private Channel member managing (#5941)George Goldberg2017-04-031-1/+0
| | | | Adds an EE policy feature to allow restricting system-wide which level of Admins can manage the membership of private channels.
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-0/+7
| | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test
* PLT-6063: AddUserToTeam permission depends on policy. (#5869)George Goldberg2017-03-261-1/+1
| | | Uses same policy setting as InviteUserToTeam.
* Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-221-0/+9
| | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-0/+7
|
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-1/+15
| | | | | | * Move permissions code into app package * Revert getPosts permission
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+14
|
* PLT-5050 (Server). API to update channel member roles. (#5043)George Goldberg2017-01-131-1/+10
| | | Implements API reference proposal mattermost-api-reference:#66.
* PLT-4202 fix javascript error manage OAuth2 apps (#4039)enahum2016-09-201-0/+1
| | | | | | * PLT-4202 fix javascript error manage OAuth2 apps * Fix unit tests
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-0/+371