summaryrefslogtreecommitdiffstats
path: root/app/brand.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a delete brand image action on the APIv4 (#9552)Julien Levesy2018-10-151-0/+16
|
* Migrate to idiomatic error handling app/a*.go and app/b*.go (#9455)Jesús Espino2018-09-251-1/+3
|
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Fix code issues in channel_test.go Fix Channel Test Issues detected by Megacheck Fix API Emoji Test Issues detected by Megacheck Fixed API Issues Reported by Megacheck Fixed App issues reported by megacheck Remaining fixes removed test added by mistake from old HEAD gofmt Store Fixes simplified returns Fix test for multi member channel delete revert to delete unused function
* [MM-10718] Move custom branding to TE (#8871)Saturnino Abril2018-06-021-11/+45
| | | | | * move custom branding to TE * move brand's enterprise code to server and remove BrandInterface
* Reduce utils.Cfg references (#7650)Chris2017-10-181-3/+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 einterface gets (#7455)Chris2017-09-191-9/+6
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+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
* Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-9/+7
| | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* More app code migration (#5170)Joram Wilander2017-01-251-0/+49
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package