summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to switch between SSO and email accountJoramWilander2015-12-171-11/+22
|
* Some refactoringChristopher Speller2015-12-161-121/+25
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-4/+4
| | | | system.
* PLT-866: Update text on sign-in pageAlex Garibay2015-11-171-9/+7
|
* Multiple UI improvementsAsaad Mahmood2015-11-131-3/+3
|
* Moved 'Email verified' toast to above the sign-in prompt on the login screenReed Garmsen2015-11-061-1/+1
|
* PLT-951 PLT-972 fixing issues with team directory=Corey Hulen2015-11-021-1/+1
|
* PLT-340=Corey Hulen2015-10-271-17/+42
|
* Inital support for multi-tab loging=Corey Hulen2015-10-161-8/+7
|
* Fixing most deprication warningsChristopher Speller2015-10-151-2/+2
|
* PLT-486: Remove spell check feature from input boxes during signup flowFlorian Orben2015-10-121-0/+2
| | | | Add spellcheck="false" attribute to login and signup form inputs
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Combining email verification confirmation screen with login screen.Christopher Speller2015-10-061-0/+12
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-3/+3
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Adding service settings to admin console=Corey Hulen2015-09-221-2/+2
|
* Fixing eslint errors=Corey Hulen2015-09-211-3/+2
|
* Fixing broken signup pages=Corey Hulen2015-09-211-2/+2
|
* Adding email to admin console=Corey Hulen2015-09-211-6/+2
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-4/+3
|
* Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-021-0/+1
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-23/+23
| | | | guide without any errors or warnings
* Fix missing forgot password link.JoramWilander2015-08-311-1/+3
|
* 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-22/+58
| | | | to turn off email sign up.
* Additional cosmetic reformatting to meet new es6 requirementsReed Garmsen2015-08-191-18/+52
|
* Url parameters are now removed after logging inReed Garmsen2015-08-191-2/+8
|
* Fixes mm-1962 verify email redirect now works correctly=Corey Hulen2015-08-181-1/+1
|
* Merge pull request #381 from mattermost/mm-1705Christopher Speller2015-08-181-44/+57
|\ | | | | MM-1705 add google as an oauth single-sign-on service
| * reformat login.jsx to meet style guideJoramWilander2015-08-141-48/+54
| |
| * added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-3/+10
| |
* | Fixed issue with redirects not working on safariReed Garmsen2015-08-171-1/+1
|/
* updated user sign up page and login page with new UI detailsJoramWilander2015-07-281-1/+1
|
* Signup Ui changesAsaad Mahmood2015-07-281-9/+5
|
* only show gitlab signup/login links if gitlab oauth is turned onJoramWilander2015-07-221-3/+12
|
* merged with new team domain changes and added signup/login links for gitlabJoramWilander2015-07-221-1/+1
|
* removed change password UI for oauth accountsJoramWilander2015-07-221-0/+3
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-106/+24
| | | | | | | 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
* Finishing centralization of BrowserStoreChristopher Speller2015-07-081-2/+3
|
* Fixed typo in team domain look-up pageReed Garmsen2015-06-281-1/+1
|
* Added a util function that checks that local/session storage is enabled. ↵Reed Garmsen2015-06-181-1/+13
| | | | Also added tests using this function to report an error to the user if it is not enabled
* Simplified code changesReed Garmsen2015-06-171-2/+2
|
* Added in basic changes necessary to fix some typos. Needs further tests and ↵Reed Garmsen2015-06-171-3/+3
| | | | changes to other config files
* Switching from config file to parsing homelink from urlChristopher Speller2015-06-161-2/+2
|
* fixes mm-1251 updates sign up now linkJoramWilander2015-06-161-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+197