summaryrefslogtreecommitdiffstats
path: root/app/authorization.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-26/+26
|
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-011-1/+1
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* 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
* Move channel permission check back to using cache (#5454)Joram Wilander2017-02-171-7/+13
|
* More app code migration (#5170)Joram Wilander2017-01-251-0/+31
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-0/+166
* Move permissions code into app package * Revert getPosts permission