summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/components
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-282-16/+2
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-182-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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-252-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5860 Updated copyright date (#6058)Harrison Healey2017-04-122-2/+2
| | | | | | | | | | | | * 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-021-2/+17
| | | | | | * 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-201-1/+2
|
* Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-191-5/+10
| | | | action (#5132)
* PLT-4167 Team Sidebar (#4569)enahum2016-12-192-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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-061-2/+2
|
* PLT-4036 Fix disable button on LDAP sign up page (#3920)enahum2016-09-021-5/+28
|
* PLT-2951 Improved signup process (#3771)David Lu2016-08-222-0/+740