Граф коммитов

35 Коммитов

Автор SHA1 Сообщение Дата
Jonathan
ed62660e96 PLT-7185: Double clicking Create Account attempts to create an account twice (#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)
2017-07-31 17:55:49 +01:00
Alex Ford
e6ca2974cd Fix for SignupEmail invite handling (#6820)
* Fix SignupEmail invite handling

* Fix eslint errors
2017-07-07 12:13:13 -04:00
Joram Wilander
5492ca28b1 Fix account creation redirect (#6765) 2017-06-28 09:38:19 -04:00
Harrison Healey
c66799a839 Fixed error information being obscured when joining teams with API v4 (#6751) 2017-06-28 07:56:29 -04:00
Joram Wilander
23ccfc845c Move remaining actions over to use redux and v4 endpoints (#6720) 2017-06-26 08:16:57 -04:00
Harrison Healey
1897a7ea9e PLT-6751 Fixed error message when trying to join full team (#6657) 2017-06-16 09:34:53 -07:00
lfbrock
91008ea2a5 Fix spelling of single sign-on (#6621)
* Create signup_controller.jsx

* Create email_authentication_settings.jsx

* Create en.json
2017-06-09 17:19:27 -04:00
Joram Wilander
abd0466a42 PLT-3466 E10: Add announcement bar feature (#6509)
* 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
2017-06-05 12:49:38 -04:00
Christopher Speller
2bbedd9def Updating client dependencies. Switching to yarn. (#6433)
* 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
2017-05-18 09:28:18 -04:00
Asaad Mahmood
b868aa1dc7 Fixes for RC1 (#6376)
* 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
2017-05-10 09:48:22 -04:00
doh5
41dbb72946 Add necessary IDs for email sign up (#6233)
* 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
2017-04-26 07:29:12 -07:00
Joram Wilander
6c4c706313 Start moving webapp to Redux (#6140)
* 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
2017-04-25 11:46:02 -04:00
Carlos Tadeu Panato Junior
f32ebc74a6 [PLT-4149] Add "Already have an account? Click here to sign in" to the sign up page (#6186) 2017-04-24 12:33:45 +01:00
Harrison Healey
fb6f2a123c PLT-5860 Updated copyright date (#6058)
* 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
2017-04-12 08:27:57 -04:00
Yusuke Nemoto
9a9729f22f fix typo and missing messages (#5902) 2017-03-30 08:20:55 -07:00
George Goldberg
97cc0a0d73 PLT-5071: Client side component of Telemetry. (#5516) 2017-02-24 17:34:21 +00:00
Joram Wilander
9dabd10da9 Fix back button on sign-up pages (#5376) 2017-02-14 10:27:55 -05:00
Christopher Speller
ca3211bc04 PLT-5328 Fixing signup screen (#5247)
* Fixing signup screen not forwarding properly

* Fixing team id not forwarding from invite link if only LDAP is enabled
2017-02-02 09:31:00 -05:00
Carlos Tadeu Panato Junior
d72547433a Move remaining client functions in components to actions (#5171) 2017-01-27 10:39:13 +00:00
Carlos Tadeu Panato Junior
6aec2b6c55 Move instances of Client.getInviteInfo() in components to an action (#5130) 2017-01-20 08:22:58 -05:00
Carlos Tadeu Panato Junior
48e1fa8aa0 Move instances of Client.addUserToTeamFromInvite() in components to an action (#5132) 2017-01-19 23:02:05 -03:00
George Goldberg
b778db24a7 PLT-5210: Unify errors for invalid invite. (#5090)
Now shows the same error regardless of whether the user is logged in or
logged out.
2017-01-17 09:05:11 -05:00
enahum
b79b2b2a53 Fix team switch (#4851)
* Fix team switch

* Fix channel switching by using BrowserStore

* Fixes plt-5076 and plt-5068

* Updating styles for Teams sidebar (#4875)
2016-12-22 10:20:36 -08:00
enahum
999d1553e1 PLT-4167 Team Sidebar (#4569)
* 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)
2016-12-19 08:05:46 -05:00
Carlos Tadeu Panato Junior
ef080a0a10 Fix Terms and Privacy links (#4506)
* Fix Terms and Privacy links

github issue https://github.com/mattermost/platform/issues/4156

* fix eslint

* revert per request

* add missing end blank line
2016-11-14 07:32:55 -05:00
S4KH
f8182022b6 4305 - Assigned error.id and message to <FormattedMessage/> component when 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
2016-10-25 10:25:03 -03:00
Harrison Healey
84b342fda1 Correctly passed invite ID through to LDAP signup page (#4001) 2016-09-09 15:46:03 -03:00
Joram Wilander
95526c89f0 Fix team invite links when the invite ID is invalid (#3998) 2016-09-09 10:08:53 -03:00
Harrison Healey
c564ea1a1c Fix weird typing behaviour on LDAP signup page on IE11 (#3996) 2016-09-09 10:08:33 -03:00
Jason Blais
449b066598 PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925) 2016-09-06 16:27:32 -03:00
Joram Wilander
558821bc54 Fix email invitations (#3964) 2016-09-06 14:56:03 -04:00
enahum
438ff8f8bc PLT-4036 Fix disable button on LDAP sign up page (#3920) 2016-09-02 11:22:47 -04:00
enahum
3731cc5b67 PLT-4008 go directly to the account creation page when 1 signup method enabled (#3894) 2016-08-30 07:48:00 -04:00
David Lu
c93ce7af3f fixed signup (#3858) 2016-08-22 22:34:45 -08:00
David Lu
ca351b617f PLT-2951 Improved signup process (#3771) 2016-08-22 15:33:01 -04:00