summaryrefslogtreecommitdiffstats
path: root/api4/brand.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a delete brand image action on the APIv4 (#9552)Julien Levesy2018-10-151-0/+15
|
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-4/+6
|
* Do not close the connection abruptly on too big file uploads (#9083)Jesús Espino2018-07-181-0/+4
|
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-4/+0
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* Reduce utils.Cfg references (#7650)Chris2017-10-181-2/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* remove global refs from api/api4 (#7496)Chris2017-09-221-3/+3
|
* remove einterface gets (#7455)Chris2017-09-191-2/+2
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-0/+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
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+1
|
* Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-0/+70
* Implement brand image endpoints for APIv4 * Fix unit test