summaryrefslogtreecommitdiffstats
path: root/api4/compliance.go
Commit message (Collapse)AuthorAgeFilesLines
* Removed mssola/user_agent library (#8417)Harrison Healey2018-03-121-4/+3
| | | | | | * Removed mssola/user_agent library * Changed user agent tests to use t.Run
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-4/+0
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* more global config ref cleanup (#7802)Chris2017-11-091-2/+1
|
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | * Optimizing get root posts SQL query * Setting session invalidation to be reliable * Adding app reciever to SessionHasPermissionToUser * Adding app reciever to SessionHasPermissionToTeam * Adding app reciever to SessionHasPermissionTo * Clear session cache if permission was denied * Fixing rebase issues * Revert "Optimizing get root posts SQL query" This reverts commit f364757e7015cfb4ec673d0a4fc3d57cd25d8dd7. * Fixing build
* remove global refs from api/api4 (#7496)Chris2017-09-221-5/+5
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-4/+4
|
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-1/+1
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* 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
* Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-0/+127
* Implement compliance endpoints for APIv4 * Add paging to get reports endpoint