Commit Graph

39 Commits

Author SHA1 Message Date
=Corey Hulen
b2a679c25d PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
Christopher Speller
4b22c1f99c Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
Reed Garmsen
e2a24f40b7 Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
Reed Garmsen
84c82e8d7a Renamed new component files for easier identification 2015-08-18 09:15:16 -07:00
Reed Garmsen
5dbfa99949 Refactors the signup_team_complete.jsx file into multiple files for each component, rather than have all components put in one file 2015-08-17 11:00:52 -07:00
Reed Garmsen
0b4d97aedb Initial cosmetic reformatting of signup_team_complete.jsx file 2015-08-17 10:32:41 -07:00
Reed Garmsen
df5324509b Team URLs no longer accept a number as the first character; updated error message on URL compliance failure 2015-08-17 09:25:51 -07:00
hmhealey
8fc4456213 Removed isEmailEnabledSynchronous and switched the email disabled warnings to use ConfigStore 2015-08-13 13:23:56 -04:00
hmhealey
d35065d6fd Reformatted code to match the style guide 2015-08-11 16:53:15 -04:00
hmhealey
e27ba7454d Disabled the invite email portion of the team setup when email is disabled on the server 2015-08-11 16:53:15 -04:00
Asaad Mahmood
6ee11f0cbe mm-1874 - Improving team url screen and fixing file attachments in IE 10 2015-08-04 18:58:13 +05:00
nickago
4f235669e7 Updated actual text of error message 2015-07-31 08:07:11 -07:00
nickago
cd2e035b25 Changed language in error message to reflect better English and did cosmetic refactoring 2015-07-30 09:57:02 -07:00
Corey Hulen
eaa59d54b3 Merge pull request #288 from mattermost/it33-patch-3
Corrected "lower case" to "lowercase"
2015-07-30 01:17:43 -08:00
it33
e787cb7a3c Corrected "lower case" to "lowercase" 2015-07-29 18:58:07 -07:00
it33
231e967f15 Correcting proper use of "set up" vs. "setup" 2015-07-29 18:56:08 -07:00
Christopher Speller
9913895423 Merge pull request #259 from nickago/MM-1683
MM-1683 Removed a vestigial wait condition from the signup process.
2015-07-29 12:55:31 -04:00
nickago
2775225e0d Added IE friendly window origin function in place of unwrapped call 2015-07-29 08:32:26 -07:00
nickago
7b776fbb78 Removed timeout originally set on team creation 2015-07-29 08:27:37 -07:00
Asaad Mahmood
bcc068e719 Fixing error markup in signup flow 2015-07-29 19:38:44 +05:00
Christopher Speller
a9e9d10e41 Merge pull request #252 from rgarmsen2295/ie10-image-regression-fix
Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
2015-07-29 08:32:48 -04:00
JoramWilander
f084188010 added use of strings.Team to replace hardcoded mentions of 'team' 2015-07-29 07:52:11 -04:00
JoramWilander
9512330241 updated changing email in sign up flow to work properly 2015-07-28 11:49:45 -04:00
JoramWilander
ff362b7792 updates to sign-up flow, remove company name and marketing checkbox 2015-07-28 11:36:33 -04:00
Asaad Mahmood
120ca01662 Signup Ui changes 2015-07-28 11:31:15 -04:00
Reed Garmsen
91fa6c8da1 Removed usage of window.location.origin throughout the codebase 2015-07-27 13:32:14 -07:00
Asaad Mahmood
14c1f2424d Minor UI Improvements 2015-07-23 00:54:40 +05: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
ralder
6a559febc2 fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStore 2015-07-10 12:38:16 -07:00
Christopher Speller
d5785ee901 Finishing centralization of BrowserStore 2015-07-08 12:38:14 -04:00
nickago
018f6d96ba Aligned front end and back end domain requirements 2015-06-30 12:08:53 -07:00
Reed Garmsen
c1d1386122 Fixed grammmatical issue in error message 2015-06-30 07:46:43 -07:00
Corey Hulen
49baf73918 Merge pull request #45 from rgarmsen2295/mm-1309
MM-1309
2015-06-25 11:42:25 -04:00
Corey Hulen
9a81e76de0 Merge pull request #32 from rgarmsen2295/mm-1282
MM-1282
2015-06-25 11:36:47 -04:00
Reed Garmsen
9b9b6bd2b7 Made it so the team creator can no longer use the same email used at signup to send an invitation to 2015-06-19 12:51:35 -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
7a10109682 Added logic to clear error messages that are not relevant to the current error (or to remove error messagesthat no longer apply) for user creation 2015-06-18 09:31:04 -07:00
JoramWilander
4330537303 fixes mm-1218 adds sentence describing username to sign up pages 2015-06-16 12:24:51 -04:00
=Corey Hulen
cf7a05f80f first commit 2015-06-14 23:53:32 -08:00