Commit Graph

48 Commits

Author SHA1 Message Date
=Corey Hulen
c2bc9454ce PLT-1586 adding attach device id method 2016-01-26 20:32:24 -05:00
=Corey Hulen
21d51f8c90 PLT-1586 adding LDAP/OAuth to iOS 2016-01-26 19:53:33 -05:00
=Corey Hulen
2219854359 PLT-7 client side infra 2016-01-21 14:15:44 -06:00
JoramWilander
a6ae90ac2a Add ability to switch between SSO and email account 2015-12-17 12:44:46 -05:00
Christopher Speller
58358ddd7c Some refactoring 2015-12-16 17:30:15 -05:00
Christopher Speller
55b831e4e1 Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system. 2015-11-19 21:12:56 -05:00
Alex Garibay
ea9983510e PLT-866: Update text on sign-in page 2015-11-17 17:09:55 -06:00
Asaad Mahmood
4331920cf0 Multiple UI improvements 2015-11-13 16:57:34 +05:00
Reed Garmsen
ee9aaacf80 Moved 'Email verified' toast to above the sign-in prompt on the login screen 2015-11-06 15:41:20 -08:00
=Corey Hulen
6db2dd9079 PLT-951 PLT-972 fixing issues with team directory 2015-11-02 12:34:18 -08:00
=Corey Hulen
bb25056d9a PLT-340 2015-10-27 22:18:52 -07:00
=Corey Hulen
6a1755d2e3 Inital support for multi-tab loging 2015-10-16 09:10:54 -07:00
Christopher Speller
1571a9a2df Fixing most deprication warnings 2015-10-15 15:00:28 -04:00
Florian Orben
69a7363990 PLT-486: Remove spell check feature from input boxes during signup flow
Add spellcheck="false" attribute to login and signup form inputs
2015-10-12 23:24:16 +02:00
Christopher Speller
b85b529373 Changing SpinPunch to Mattermost in copyright 2015-10-08 12:27:09 -04:00
Christopher Speller
4311978d65 Combining email verification confirmation screen with login screen. 2015-10-06 09:18:23 -04:00
Christopher Speller
33b957ed1a Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. Adding new ESLint rules. Fixing new ESLint errors. 2015-10-05 11:05:06 -04:00
=Corey Hulen
88e5a71e8c Adding service settings to admin console 2015-09-22 12:12:50 -07:00
=Corey Hulen
f8e2a43d09 Fixing eslint errors 2015-09-21 17:52:30 -07:00
=Corey Hulen
e863096358 Fixing broken signup pages 2015-09-21 15:34:09 -07:00
=Corey Hulen
ed9a2da83b Adding email to admin console 2015-09-21 15:11:56 -07:00
=Corey Hulen
b2a679c25d PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
Christopher Speller
f79eea1854 Moving config.js to /web/react/utils/ Including in every file needed 2015-09-02 16:49:32 -04:00
hmhealey
7d07bf6a79 Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
JoramWilander
99865933ef Fix missing forgot password link. 2015-08-31 14:06:14 -04: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
Reed Garmsen
c7185ffb68 Additional cosmetic reformatting to meet new es6 requirements 2015-08-19 12:22:37 -07:00
Reed Garmsen
d0e3d9aef8 Url parameters are now removed after logging in 2015-08-19 08:32:03 -07:00
=Corey Hulen
75288f2184 Fixes mm-1962 verify email redirect now works correctly 2015-08-18 09:58:17 -07:00
Christopher Speller
2f1dcf6f52 Merge pull request #381 from mattermost/mm-1705
MM-1705 add google as an oauth single-sign-on service
2015-08-18 08:47:35 -04:00
Reed Garmsen
e8a291741f Fixed issue with redirects not working on safari 2015-08-17 12:51:09 -07:00
JoramWilander
3faa09c641 reformat login.jsx to meet style guide 2015-08-14 12:38:16 -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
0bfc769b4d updated user sign up page and login page with new UI details 2015-07-28 11:41:44 -04:00
Asaad Mahmood
120ca01662 Signup Ui changes 2015-07-28 11:31:15 -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
62c0603c50 merged with new team domain changes and added signup/login links for gitlab 2015-07-22 10:12:28 -04:00
JoramWilander
712f9a0b8c removed change password UI for oauth accounts 2015-07-22 08:43:21 -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
Christopher Speller
d5785ee901 Finishing centralization of BrowserStore 2015-07-08 12:38:14 -04:00
Reed Garmsen
2cd5f3629f Fixed typo in team domain look-up page 2015-06-28 19:36:41 -07:00
Reed Garmsen
2082ee5bdc Added a util function that checks that local/session storage is enabled. Also added tests using this function to report an error to the user if it is not enabled 2015-06-18 13:37:39 -07:00
Reed Garmsen
519bebcaee Simplified code changes 2015-06-17 11:11:13 -07:00
Reed Garmsen
f74ced758f Added in basic changes necessary to fix some typos. Needs further tests and changes to other config files 2015-06-17 11:11:13 -07:00
Christopher Speller
eedced16c3 Switching from config file to parsing homelink from url 2015-06-16 15:35:34 -04:00
JoramWilander
0655c8798f fixes mm-1251 updates sign up now link 2015-06-16 07:53:58 -04:00
=Corey Hulen
cf7a05f80f first commit 2015-06-14 23:53:32 -08:00