summaryrefslogtreecommitdiffstats
path: root/app/authorization_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-2/+0
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Remove global app references (#7433)Chris2017-09-121-2/+1
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-1/+2
|
* 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 permissions code into app package (#5146)Joram Wilander2017-01-231-0/+36
* Move permissions code into app package * Revert getPosts permission