Commit Graph

85 Commits

Author SHA1 Message Date
Joram Wilander
b591c4b32e Merge pull request #914 from mattermost/plt-297
PLT-297 Add ability to override username and icon for posts from incoming webhooks.
2015-10-05 11:48:10 -04:00
JoramWilander
2a23d90ca6 Add config options for overriding username and icon, and add BOT indicator next to webhook posts. 2015-10-05 08:46:23 -04:00
=Corey Hulen
9d688821aa PLT-462 Adding diagnostic info 2015-10-01 13:02:04 -07:00
=Corey Hulen
8fadea44de PLT-404 adding basic error checking to config file. 2015-09-29 14:17:16 -07:00
JoramWilander
a9f5918a9d Update incoming webhooks to hide DMs and accept direct JSON payloads. 2015-09-29 08:38:26 -04:00
=Corey Hulen
57269dcaf4 Removing default theme no longer in use 2015-09-24 11:08:39 -07:00
=Corey Hulen
ccf2e6e4e7 Changing image settings to file settings 2015-09-23 13:47:10 -07:00
=Corey Hulen
554f017327 Fixing merge conflict 2015-09-22 13:20:24 -07:00
=Corey Hulen
6e60768abe Fixing merge conflict 2015-09-22 13:18:42 -07:00
=Corey Hulen
e22e7b8b7b Fixing bug in generating key length 2015-09-22 12:31:01 -07:00
=Corey Hulen
88e5a71e8c Adding service settings to admin console 2015-09-22 12:12:50 -07:00
=Corey Hulen
08a3acbb44 Adding team settings to admin console 2015-09-22 01:15:41 -07:00
=Corey Hulen
f05a2c03d5 Adding SQL settings to admin console 2015-09-22 00:00:19 -07:00
=Corey Hulen
afcff9b301 Fixing unit tests 2015-09-21 20:38:31 -07:00
=Corey Hulen
e78c79b832 Adding rate limiter settings to the admin console 2015-09-21 19:01:52 -07:00
=Corey Hulen
0529a494ae Adding image properties 2015-09-21 17:34:13 -07:00
=Corey Hulen
ed9a2da83b Adding email to admin console 2015-09-21 15:11:56 -07:00
JoramWilander
98186e5018 Implement incoming webhooks. 2015-09-21 14:22:23 -04:00
=Corey Hulen
44714dfcb1 PLT-11 Adding ability to save config file 2015-09-17 21:00:59 -07:00
JoramWilander
47e6a33a45 Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
=Corey Hulen
b2a679c25d PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
=Corey Hulen
7de7de6ad0 MM-2056 fixes problem with creating team 2015-08-31 13:33:22 -07:00
JoramWilander
4ea9635b50 Remove Google as a SSO service. 2015-08-28 10:02:45 -04: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
=Corey Hulen
0418f76274 Fixes PL-3 Restrict team creation to specific domains 2015-08-25 14:40:44 -07: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
Jirka Hlavacek
3c58e283b6 Add support for SMTP servers with StartTLS 2015-08-19 09:03:55 +02:00
JoramWilander
07704d3299 turn off google SSO by default and remove test google oauth credentials 2015-08-14 12:38:16 -04: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
247708d924 Merge branch 'master' into mm-1619 2015-08-02 09:41:12 -08: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
Christopher Speller
e76fc37b6d Updating dockerfile for 0.6.0-rc1. Moving docker files into versioned directories. 2015-07-31 15:51:36 -04:00
JoramWilander
36748f523a updated docker config thumbnail width/height 2015-07-31 09:37:36 -04:00
JoramWilander
a541f09380 image thumbnails now scale appropriately so there is no whitespace, also generalized some thumbnail loading code 2015-07-31 09:36:45 -04:00
=Corey Hulen
b4877c5d36 Fixing code review feedback 2015-07-30 00:46:17 -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
=Corey Hulen
5b0d2dd8f9 Fixing merges for latest postgres 2015-07-23 10:15:53 -08:00
JoramWilander
fabdc9a326 added SSOSettings to docker config file 2015-07-22 16:27:08 -04:00
JoramWilander
56a0a7d1e1 only show gitlab signup/login links if gitlab oauth is turned on 2015-07-22 15:32:39 -04:00
JoramWilander
41bbbbf446 add changes from team review 2015-07-22 15:05:20 -04:00
JoramWilander
62c0603c50 merged with new team domain changes and added signup/login links for gitlab 2015-07-22 10:12:28 -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
3fd5891a1a change docker default storage directory to /mattermost/data 2015-07-21 19:22:04 -04:00
JoramWilander
83ef05328f added relative data directory as default for storage and added it to gitignore 2015-07-21 19:22:04 -04:00
JoramWilander
edf26b4bc6 create default storage directory in Dockerfile, turn on server storage by default for docker config 2015-07-21 19:22:04 -04:00
JoramWilander
1e7fe834e9 turned off local server storage by default 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