summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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