Граф коммитов

95 Коммитов

Автор SHA1 Сообщение Дата
Christopher Speller
b85b529373 Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04:00
Christopher Speller
7571d21f32 Merge pull request #931 from rgarmsen2295/plt-112
PLT-112 Improves email change verification process
2015-10-08 09:56:00 -04:00
=Corey Hulen
3b4b79d99f Adding checkout for system admin role 2015-10-06 10:50:38 -07:00
Reed Garmsen
c84fe62ca1 Added new email to email change notification 2015-10-06 09:15:56 -07:00
Reed Garmsen
f85dc7f575 Resending the verification email now sends the appropriate version of the email depending on whether it's a change or first signup 2015-10-05 14:54:15 -07:00
Reed Garmsen
817fa66ac4 Added better verification when a user changes his or her email 2015-10-05 14:29:20 -07:00
=Corey Hulen
430806301d PLT-44 allow team switching without the need to login 2015-10-01 17:52:47 -07:00
Christopher Speller
2d3ddfd467 Merge release branch 'release-1.0.0' 2015-09-30 15:38:15 -04:00
Christopher Speller
7d31f3a271 Fixing some locations to use the IsTeamAdmin function which properly checks for system admin permissions. 2015-09-30 14:26:37 -04:00
=Corey Hulen
3fea6b31af PLT-475 making sure session is properly removed 2015-09-29 13:26:23 -07:00
Christopher Speller
942702ff1a Merge release branch 'release-1.0.0' 2015-09-29 15:34:21 -04:00
Christopher Speller
7284d8628a Fixing some SSO errors 2015-09-29 09:46:52 -04:00
JoramWilander
10108bb54c Properly revoke OAuth sessions when revoking all user sessions. 2015-09-28 14:39:36 -04:00
JoramWilander
dffa56d4b4 Fix images in welcome email. 2015-09-28 13:10:14 -04:00
Jack
503501ab3b rebase 2015-09-28 08:14:57 -07:00
Joram Wilander
2322a7c74e Merge pull request #793 from hmhealey/plt367
PLT-367 Added a json response to the uploadProfileImage api call
2015-09-25 10:22:27 -04:00
JoramWilander
84763e9bde Added welcome email back in. 2015-09-25 08:19:05 -04:00
hmhealey
7bb384b92d Added a json response to the uploadProfileImage api call 2015-09-24 16:47:34 -04:00
Jack
396a535f10 use github.com/disintegration/imaging 2015-09-23 15:57:49 -07:00
=Corey Hulen
00112cae51 Assiging first user system_admin role 2015-09-23 15:52:59 -07:00
=Corey Hulen
985aebf861 Fixing state setting 2015-09-23 15:16:48 -07:00
=Corey Hulen
7f3bfdbe0c Fixing merge 2015-09-23 14:38:34 -07:00
=Corey Hulen
ccf2e6e4e7 Changing image settings to file settings 2015-09-23 13:47:10 -07:00
=Corey Hulen
2b5b8f95ed Merge branch 'master' into PLT-11-email 2015-09-23 12:55:58 -07:00
=Corey Hulen
1626a6de6f PLT-349 adding team mgt to admin console 2015-09-23 12:49:28 -07:00
JoramWilander
e4a15076f4 Implement UI theme colors. 2015-09-23 10:12:40 -04: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
afcff9b301 Fixing unit tests 2015-09-21 20:38:31 -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
hmhealey
4005d8bfd0 Updated godep workspace and freetype library so that godep save and restore work again 2015-09-17 11:10:06 -04: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
e5e88d1604 Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN 2015-09-11 09:39:28 -07:00
=Corey Hulen
83b04181da merging 2015-09-10 15:15:04 -07:00
=Corey Hulen
8bf35081c8 PLT-12 UI framework for admin console 2015-09-10 14:56:37 -07:00
hmhealey
7a9e709bd2 Removed pointless attempt to verify a new user's username 2015-09-09 18:42:28 -04:00
=Corey Hulen
e54d0da392 Adding unit tests for cmd line 2015-09-04 16:56:18 -07:00
=Corey Hulen
58d0d9afd2 Adding cmd line options 2015-09-04 11:59:10 -07:00
=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
d78ebab108 Implemention of slack import feature. 2015-08-19 08:52:49 -04:00
Christopher Speller
390cb47ec3 Merge pull request #385 from mattermost/mm-1623
MM-1623 when user roles are updated, the relevant session roles are updated as well
2015-08-18 08:51:57 -04:00
JoramWilander
b068cc1058 when user roles are updated, the relevant session roles are updated as well 2015-08-17 09:28:20 -04:00
JoramWilander
b704e9489b added google sign-in functionality to the client, with minor model modifications 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
4d1562c5de Merge pull request #273 from mattermost/mm-1355
Fixes mm-1355 adds rate limiting apis
2015-08-02 09:17:37 -08:00
Corey Hulen
faa9bbdf97 Merge pull request #305 from nickago/MM-1681
MM-1681 Fixed regression of static images not displaying in emails
2015-08-02 09:00:30 -08:00
Christopher Speller
ec6d408e29 Merge pull request #303 from nickago/MM-1642
MM-1642 Updated the password error
2015-07-31 11:39:00 -04:00