summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring frontend (chunk 4)Elias Nahum2016-01-281-7/+45
|
* Some refactoringChristopher Speller2015-12-161-0/+12
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-3/+3
| | | | system.
* Fixing most deprication warningsChristopher Speller2015-10-151-1/+1
|
* PLT-486: Remove spell check feature from input boxes during signup flowFlorian Orben2015-10-121-0/+1
| | | | Add spellcheck="false" attribute to login and signup form inputs
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Merge pull request #966 from mattermost/GIT-960Christopher Speller2015-10-081-4/+4
|\ | | | | GIT-960 show error when you cannot create a team
| * GIT-960 show error when you cannot create a team=Corey Hulen2015-10-071-4/+4
| |
* | GIT-957 fixing email templates and logos=Corey Hulen2015-10-071-1/+1
|/
* Check team name in correct sequence to avoid null pointerChengwei Yang2015-09-301-3/+5
| | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
* Change minimal length of team name to 3 characterChengwei Yang2015-09-301-2/+2
| | | | | | | team named in 3 character in non-English language is very common, e.g. in Chinese. Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
* fixing more redirect places=Corey Hulen2015-09-251-1/+1
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-3/+2
|
* Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-021-0/+1
|
* Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-021-1/+1
|
* Remove Google as a SSO service.JoramWilander2015-08-281-12/+0
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-0/+137
to turn off email sign up.