summaryrefslogtreecommitdiffstats
path: root/utils/authorization.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix policy application in team edition. (#5771)George Goldberg2017-03-151-104/+158
|
* Fix permission grants for channel management. (#5478)George Goldberg2017-02-211-0/+16
| | | | When selecting the Channel, Team & System level for channel permissions, they must be explicitly granted to the Channel *and* the Team admins.
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-1/+10
| | | | | | * Move permissions code into app package * Revert getPosts permission
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+22
|
* PLT-5080 (Server): Channel-Admin level permissions (#4874)George Goldberg2016-12-221-0/+24
| | | | Adds permissions for manage/delete public/private channels at the Channel Admin level.
* PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864)George Goldberg2016-12-211-10/+56
| | | | | | * Server side changes. * Fix unit tests and default config.
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-0/+81