summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7185: Double clicking Create Account attempts to create an account twice ↵Jonathan2017-07-311-3/+16
| | | | | | | | | | (#7025) * PLT-7185: Disabled submit button after it is clicked for the first time, unless an error occurs * PLT-7140: Removed all static function decorators that I previously added to jsx files. These were suggested by eslint, but can cause issues for functions that override parent functionality. still can't reproduce the errors seen on spinmint locally, so I'm guessing at this point (cherry picked from commit 34b87fe88a7e1c05ce97324861124e531a8a840b)
* Fix for SignupEmail invite handling (#6820)Alex Ford2017-07-071-18/+21
| | | | | | * Fix SignupEmail invite handling * Fix eslint errors
* Fix account creation redirect (#6765)Joram Wilander2017-06-283-17/+3
|
* Fixed error information being obscured when joining teams with API v4 (#6751)Harrison Healey2017-06-281-2/+2
|
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-8/+5
|
* PLT-6751 Fixed error message when trying to join full team (#6657)Harrison Healey2017-06-161-24/+22
|
* Fix spelling of single sign-on (#6621)lfbrock2017-06-091-1/+1
| | | | | | | | * Create signup_controller.jsx * Create email_authentication_settings.jsx * Create en.json
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * E10 - Add announcement bar feature * Updates per feedback * Add component tests and snapshots * Update snapshots * Updating color picker UI (#6543) * Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes * Fixing links (#6544) * Updating UI for fixed error bar (#6552) * Truncating text on fixed banner (#6561) * Plt 3466 - Error bar link states (#6577) * Updating error bar hover state * Updating error bar link states
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-183-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* Fixes for RC1 (#6376)Asaad Mahmood2017-05-101-24/+33
| | | | | | | | | | | | | | * PLT-6505 - Fixing z-index for post control menu * PLT-6507 - Channel header icons not aligned * PLT-6508 - Options popover issue on android * PLT-6528 - Removing cross contamination on badge * PLT-6535 - Aligning content in SSO buttons * PLT-6509 - Aligning dropdown close icon
* Add necessary IDs for email sign up (#6233)doh52017-04-261-0/+4
| | | | | | | | | | | | * Add necessary IDs for email sign up For selenium automation * Add ID to the main page signup link * Add ID to the select team page * Update select_team_item.jsx
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-253-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* [PLT-4149] Add "Already have an account? Click here to sign in" to the sign ↵Carlos Tadeu Panato Junior2017-04-241-0/+16
| | | | up page (#6186)
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-123-3/+3
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-301-1/+1
|
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-242-7/+12
|
* Fix back button on sign-up pages (#5376)Joram Wilander2017-02-142-2/+2
|
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-022-3/+18
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-272-23/+7
|
* Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-202-3/+4
|
* Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-192-6/+12
| | | | action (#5132)
* PLT-5210: Unify errors for invalid invite. (#5090)George Goldberg2017-01-171-2/+7
| | | | Now shows the same error regardless of whether the user is logged in or logged out.
* Fix team switch (#4851)enahum2016-12-221-1/+1
| | | | | | | | | | * Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
* PLT-4167 Team Sidebar (#4569)enahum2016-12-193-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* Fix Terms and Privacy links (#4506)Carlos Tadeu Panato Junior2016-11-142-4/+8
| | | | | | | | | | | | * Fix Terms and Privacy links github issue https://github.com/mattermost/platform/issues/4156 * fix eslint * revert per request * add missing end blank line
* 4305 - Assigned error.id and message to <FormattedMessage/> component when ↵S4KH2016-10-251-7/+2
| | | | | | | | | | | | | | error is returned. (#4306) * Auto Changes * Fixed error message for max users per team * Update config.json * Update config.json * Removed formatted message component and directly assigned e.message
* Correctly passed invite ID through to LDAP signup page (#4001)Harrison Healey2016-09-091-1/+1
|
* Fix team invite links when the invite ID is invalid (#3998)Joram Wilander2016-09-091-4/+12
|
* Fix weird typing behaviour on LDAP signup page on IE11 (#3996)Harrison Healey2016-09-091-4/+0
|
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-062-3/+3
|
* Fix email invitations (#3964)Joram Wilander2016-09-061-53/+56
|
* PLT-4036 Fix disable button on LDAP sign up page (#3920)enahum2016-09-021-5/+28
|
* PLT-4008 go directly to the account creation page when 1 signup method ↵enahum2016-08-301-2/+8
| | | | enabled (#3894)
* fixed signup (#3858)David Lu2016-08-221-1/+2
|
* PLT-2951 Improved signup process (#3771)David Lu2016-08-223-0/+1073