Commit Graph

58 Commits

Author SHA1 Message Date
=Corey Hulen
7de7de6ad0 MM-2056 fixes problem with creating team 2015-08-31 13:33:22 -07:00
JoramWilander
f5fec3a157 Added the ability to create a team with SSO services and added the ability to turn off email sign up. 2015-08-28 08:37:55 -04:00
Christopher Speller
305a74c78d Merge pull request #474 from mattermost/PL-4
Fixes PL-1 and PL-3 Restricting team creation
2015-08-27 12:09:35 -04:00
Bastien Durel
dce1f1e988 Use better format for date, as RFC1123 re-defined it over RFC822, and states 'implementations SHOULD use numeric timezones instead of timezone names' 2015-08-27 15:03:04 +02:00
Bastien Durel
ab5b2d12a5 missing tab 2015-08-26 20:17:52 +02:00
Bastien Durel
224e7d1a7b tabify 2015-08-26 16:45:57 +02:00
Bastien Durel
af02957c22 add date header in mail 2015-08-26 16:43:24 +02:00
=Corey Hulen
67bc12e4b7 Fixes PL-3 Restrict team creation to specific domains 2015-08-25 14:40:16 -07:00
=Corey Hulen
d132de4400 Fixes PL-1 added ability to disable team creation 2015-08-25 14:28:02 -07:00
Joram Wilander
106cff4195 Merge pull request #452 from CtrlZvi/starttls_auth
Add SMTP auth to STARTTLS connections
2015-08-24 15:58:22 -04:00
Zvi "Viz" Effron
305578a1e2 Log invalid feedback email before overwriting with default 2015-08-23 22:16:24 -07:00
Zvi "Viz" Effron
31d1e84411 Add SMTP auth to STARTTLS connections 2015-08-23 22:13:07 -07:00
Jirka Hlavacek
3c58e283b6 Add support for SMTP servers with StartTLS 2015-08-19 09:03:55 +02:00
JoramWilander
e27db2ed63 initial server implementation for using google as a single-sign-on oauth service 2015-08-14 12:37:08 -04:00
Corey Hulen
4d1562c5de Merge pull request #273 from mattermost/mm-1355
Fixes mm-1355 adds rate limiting apis
2015-08-02 09:17:37 -08:00
Reed Garmsen
f0a60181fe Made font type a field in the config file 2015-07-29 14:06:15 -07:00
=Corey Hulen
9677a9f717 Fixes mm-1355 adds rate limiting apis 2015-07-29 01:26:10 -08:00
nickago
22acb7b950 Set the 'From' field to include the FeedbackName from the config 2015-07-24 07:36:38 -07:00
JoramWilander
56a0a7d1e1 only show gitlab signup/login links if gitlab oauth is turned on 2015-07-22 15:32:39 -04:00
JoramWilander
03528b9619 made oauth architecture more generalized 2015-07-22 08:47:52 -04:00
JoramWilander
c39e95c7cb inital implementation of using GitLab OAuth2 provider for signup/login 2015-07-22 08:41:53 -04:00
JoramWilander
c63fbd4ccc add proper url encoding for filenames 2015-07-21 19:22:04 -04:00
JoramWilander
ada84835ee initial implementation of local server storage for files 2015-07-21 19:22:04 -04:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes 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
2015-07-20 17:45:23 -04:00
Corey Hulen
d65f199e12 Merge pull request #185 from mattermost/mm-1348
fixes mm-1348 removing dependency on redis
2015-07-17 14:45:50 -08:00
=Corey Hulen
246d12aaf2 fixes mm-1348 removing dependency on redis 2015-07-14 15:12:04 -08:00
=Corey Hulen
252d0f3924 Fixes mm-1415 adding email bypass flag 2015-07-12 23:36:52 -08:00
Corey Hulen
5a1562cafb Merge pull request #51 from rgarmsen2295/mm-1287
MM-1287
2015-06-29 11:08:42 -08:00
Corey Hulen
049a41f9be Merge pull request #27 from mattermost/mm-1240
fixes mm-1240 adds ability to turn valet feature on
2015-06-25 11:20:19 -04:00
Reed Garmsen
94390236fd Unescaped escape characters in the subject line of emails so that all characters appear properly 2015-06-22 12:25:46 -07:00
=Corey Hulen
a3b10d0b01 fixing header 2015-06-22 10:41:41 -08:00
Christopher Speller
00275cc905 Defaulting to domain of localhost when no domain is given 2015-06-19 09:52:04 -04:00
Christopher Speller
634d29fead Defaulting to domain of localhost when no domain is given 2015-06-19 09:52:04 -04:00
Christopher Speller
0300c01e0b If feedback email is not specified then autodetect domain and use feedback@domain 2015-06-18 15:31:15 -04:00
Christopher Speller
dcc09b6991 If feedback email is not specified then autodetect domain and use feedback@domain 2015-06-18 15:31:15 -04:00
Corey Hulen
425402f2c4 Merge pull request #21 from mattermost/mm-1225
MM-1225 Adding check of email configuation settings when config file is loaded
2015-06-17 10:04:29 -08:00
Corey Hulen
1d9400f18c Merge pull request #21 from mattermost/mm-1225
MM-1225 Adding check of email configuation settings when config file is loaded
2015-06-17 10:04:29 -08:00
JoramWilander
799215ee22 move valet feature switch to DB from config 2015-06-17 12:07:35 -04:00
Christopher Speller
c3357b6088 Adding check of email configuation settings when config file is loaded 2015-06-17 11:50:51 -04:00
Christopher Speller
6eb3775956 Adding check of email configuation settings when config file is loaded 2015-06-17 11:50:51 -04:00
Christopher Speller
fd4b0d4aa3 Resurrecting config_docker.json. Moving docker related files to docker directory. Added copyright info. 2015-06-17 08:39:33 -04:00
Christopher Speller
8789b11103 Resurrecting config_docker.json. Moving docker related files to docker directory. Added copyright info. 2015-06-17 08:39:33 -04:00
=Corey Hulen
5a8f839716 fixing ubild 2015-06-16 23:16:12 -08:00
=Corey Hulen
0d6ed4a6ab fixing ubild 2015-06-16 23:16:12 -08:00
=Corey Hulen
a3de48555a Fixing build 2015-06-16 23:10:20 -08:00
=Corey Hulen
7ab95eadc9 Fixing build 2015-06-16 23:10:20 -08:00
=Corey Hulen
b41925da31 Fixing build 2015-06-16 23:05:37 -08:00
=Corey Hulen
db2510554a Fixing build 2015-06-16 23:05:37 -08:00
Christopher Speller
2f2aded178 Allow for setting of domain with enviroment variable 2015-06-16 17:05:23 -04:00
Christopher Speller
e9040749bd Allow for setting of domain with enviroment variable 2015-06-16 17:05:23 -04:00