summaryrefslogtreecommitdiffstats
path: root/utils/config.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-2/+2
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-0/+19
| | | | to turn off email sign up.
* Fixes PL-3 Restrict team creation to specific domains=Corey Hulen2015-08-251-11/+12
|
* Fixes PL-1 added ability to disable team creation=Corey Hulen2015-08-251-10/+11
|
* Log invalid feedback email before overwriting with defaultZvi "Viz" Effron2015-08-231-1/+1
|
* Add support for SMTP servers with StartTLSJirka Hlavacek2015-08-191-0/+1
|
* initial server implementation for using google as a single-sign-on oauth serviceJoramWilander2015-08-141-0/+1
|
* Merge pull request #273 from mattermost/mm-1355Corey Hulen2015-08-021-21/+31
|\ | | | | Fixes mm-1355 adds rate limiting apis
| * Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-21/+31
| |
* | Made font type a field in the config fileReed Garmsen2015-07-291-0/+1
|/
* only show gitlab signup/login links if gitlab oauth is turned onJoramWilander2015-07-221-0/+11
|
* made oauth architecture more generalizedJoramWilander2015-07-221-6/+8
|
* inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-0/+8
|
* initial implementation of local server storage for filesJoramWilander2015-07-211-10/+12
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-20/+6
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-6/+0
|\ | | | | fixes mm-1348 removing dependency on redis
| * fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-6/+0
| |
* | Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-121-0/+1
|/
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-251-1/+1
|\ | | | | fixes mm-1240 adds ability to turn valet feature on
| * move valet feature switch to DB from configJoramWilander2015-06-171-1/+1
| |
| * Allow for setting of domain with enviroment variableChristopher Speller2015-06-161-0/+5
| |
| * Merge pull request #11 from mattermost/mm-1228Corey Hulen2015-06-161-0/+1
| |\ | | | | | | MM-1228 - Ability to use local mail config.
| | * Modifying sendmail to allow for non-encrypted connection for ease setup of ↵Christopher Speller2015-06-151-0/+1
| | | | | | | | | | | | local mail sender
| * | fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+1
| |/
| * first commit=Corey Hulen2015-06-141-0/+240
|
* Defaulting to domain of localhost when no domain is givenChristopher Speller2015-06-191-0/+4
|
* If feedback email is not specified then autodetect domain and use ↵Christopher Speller2015-06-181-3/+9
| | | | feedback@domain
* Adding check of email configuation settings when config file is loadedChristopher Speller2015-06-171-0/+5
|
* Allow for setting of domain with enviroment variableChristopher Speller2015-06-161-0/+5
|
* Merge pull request #11 from mattermost/mm-1228Corey Hulen2015-06-161-0/+1
|\ | | | | MM-1228 - Ability to use local mail config.
| * Modifying sendmail to allow for non-encrypted connection for ease setup of ↵Christopher Speller2015-06-151-0/+1
| | | | | | | | local mail sender
* | fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+1
|/
* first commit=Corey Hulen2015-06-141-0/+240