summaryrefslogtreecommitdiffstats
path: root/app/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove global site url (#8343)Chris2018-02-221-1/+6
| | | | | | | | * remove global site url * missed one * revert mysterious change
* MM-8681 Adding config settings necessary for using CloudFront. (#8307)Christopher Speller2018-02-201-0/+10
| | | | | | * Adding config settings nessisary for using CloudFront. * Adding new config settings to diagnostics.
* Remove license globals entirely (#8229)Chris2018-02-091-1/+1
| | | | | | | | * remove license globals entirely * fix infinite recursion * test fix
* Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-8/+0
| | | | | | | | | | * eliminate utils.SetLicense calls * test fix * another test fix * more test fixes
* ABC-132: sign error page parameters (#8197)Chris2018-02-071-0/+88
| | | | | | * sign error page parameters * add comments
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-0/+8
|
* Finally remove utils.Cfg (#8113)Chris2018-01-171-2/+0
| | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix
* Remove global cfg vars (#8099)Chris2018-01-121-8/+105
| | | | | | * remove global cfg vars * enterprise update
* Remove global config watcher (#8080)Chris2018-01-111-0/+73
* remove global config watcher * keep config watcher disabled for tests * compile fix * fix resource leak