summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup
Commit message (Collapse)AuthorAgeFilesLines
* 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