summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/signup_controller.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix account creation redirect (#6765)Joram Wilander2017-06-281-1/+1
|
* 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-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-121-1/+1
| | | | | | | | | | | | * 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
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-021-1/+1
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-201-2/+2
|
* Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-191-1/+2
| | | | 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-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* 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
|
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-1/+1
|
* Fix email invitations (#3964)Joram Wilander2016-09-061-53/+56
|
* 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-221-0/+333