summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring frontend (chunk 5)Elias Nahum2016-01-291-1/+10
| | | | | | - Signup Team Complete - Signup User Complete - Email Verify
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-7/+7
| | | | system.
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-10/+0
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-28/+42
|
* Cosmetic reformatting of multiple jsx filesReed Garmsen2015-09-021-38/+68
|
* Renamed new component files for easier identificationReed Garmsen2015-08-181-7/+7
|
* Refactors the signup_team_complete.jsx file into multiple files for each ↵Reed Garmsen2015-08-171-759/+7
| | | | component, rather than have all components put in one file
* Initial cosmetic reformatting of signup_team_complete.jsx fileReed Garmsen2015-08-171-41/+83
|
* Team URLs no longer accept a number as the first character; updated error ↵Reed Garmsen2015-08-171-2/+2
| | | | message on URL compliance failure
* Removed isEmailEnabledSynchronous and switched the email disabled warnings ↵hmhealey2015-08-131-1/+2
| | | | to use ConfigStore
* Reformatted code to match the style guidehmhealey2015-08-111-252/+296
|
* Disabled the invite email portion of the team setup when email is disabled ↵hmhealey2015-08-111-23/+47
| | | | on the server
* mm-1874 - Improving team url screen and fixing file attachments in IE 10Asaad Mahmood2015-08-041-2/+4
|
* Updated actual text of error messagenickago2015-07-311-1/+1
|
* Changed language in error message to reflect better English and did cosmetic ↵nickago2015-07-301-24/+22
| | | | refactoring
* Merge pull request #288 from mattermost/it33-patch-3Corey Hulen2015-07-301-1/+1
|\ | | | | Corrected "lower case" to "lowercase"
| * Corrected "lower case" to "lowercase"it332015-07-291-1/+1
| |
* | Correcting proper use of "set up" vs. "setup"it332015-07-291-1/+1
|/
* Merge pull request #259 from nickago/MM-1683Christopher Speller2015-07-291-19/+17
|\ | | | | MM-1683 Removed a vestigial wait condition from the signup process.
| * Added IE friendly window origin function in place of unwrapped callnickago2015-07-291-1/+1
| |
| * Removed timeout originally set on team creationnickago2015-07-291-19/+17
| |
* | Fixing error markup in signup flowAsaad Mahmood2015-07-291-2/+2
|/
* Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-291-2/+2
|\ | | | | Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
| * Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-2/+2
| |
* | added use of strings.Team to replace hardcoded mentions of 'team'JoramWilander2015-07-291-3/+3
| |
* | updated changing email in sign up flow to work properlyJoramWilander2015-07-281-4/+8
| |
* | updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-281-13/+10
| |
* | Signup Ui changesAsaad Mahmood2015-07-281-40/+69
|/
* Minor UI ImprovementsAsaad Mahmood2015-07-231-1/+1
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-50/+80
| | | | | | | 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
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-8/+3
|
* Finishing centralization of BrowserStoreChristopher Speller2015-07-081-5/+6
|
* Aligned front end and back end domain requirementsnickago2015-06-301-1/+3
|
* Fixed grammmatical issue in error messageReed Garmsen2015-06-301-1/+1
|
* Merge pull request #45 from rgarmsen2295/mm-1309Corey Hulen2015-06-251-2/+7
|\ | | | | MM-1309
| * Made it so the team creator can no longer use the same email used at signup ↵Reed Garmsen2015-06-191-2/+7
| | | | | | | | to send an invitation to
* | Merge pull request #32 from rgarmsen2295/mm-1282Corey Hulen2015-06-251-0/+12
|\ \ | | | | | | MM-1282
| * | Added a util function that checks that local/session storage is enabled. ↵Reed Garmsen2015-06-181-0/+12
| |/ | | | | | | Also added tests using this function to report an error to the user if it is not enabled
* / Added logic to clear error messages that are not relevant to the current ↵Reed Garmsen2015-06-181-0/+1
|/ | | | error (or to remove error messagesthat no longer apply) for user creation
* fixes mm-1218 adds sentence describing username to sign up pagesJoramWilander2015-06-161-1/+2
|
* first commit=Corey Hulen2015-06-141-0/+644