Commit Graph

1344 Commits

Author SHA1 Message Date
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
Kacper Kula
63e599c43b [PLT-4643] Don't show empheral messages on sidebar when it is reopened. (#6378) 2017-05-18 09:01:59 -04:00
Jason Blais
5f6a3a2cf8 Update legal and support help texts (#6407)
* Update legal_and_support_settings.jsx

* Update en.json

* Update en.json

* Update legal_and_support_settings.jsx
2017-05-18 08:59:58 -04:00
Asaad Mahmood
fc58174747 PLT-6614 - Mentions badge styling and dropdown icon style (#6426)
* Mentions badge styling and dropdown icon style

* PLT-6134 - Fixing emoji picker border in RHS
2017-05-18 08:57:19 -04:00
doh5
2df5f65f55 Add an ID to the Search Channel Field (#6427)
* Add an ID to the Search Channel Field

For UI Automation

* Update searchable_channel_list.jsx
2017-05-18 08:56:57 -04:00
Joram Wilander
017cd2a957 PLT-6406 Migrate new channel modal to be pure and use redux (#6416)
* Migrate new channel modal to be pure and use redux

* Add component tests
2017-05-17 08:29:41 -07:00
Harrison Healey
a84a300947 PLT-6520 Add RhsDropdownButton component to avoid React-Bootstrap warning (#6405) 2017-05-17 08:26:22 -07:00
doh5
f13b2ffbe1 Add IDs to the system console user list, its name and email (#6419)
* Update system_users.jsx

* Update user_list.jsx

* Update user_list.jsx

* Update user_list.jsx

* Update user_list_row.jsx

* Update user_list_row.jsx
2017-05-17 09:19:17 -04:00
Carlos Tadeu Panato Junior
128eab2de4 Add "markdown help" and a preview option to "Edit Channel Header" modal (#6342) 2017-05-16 09:30:44 -04:00
doh5
34728f748b Add an ID to the sidebar channel more (#6399)
* Add an ID to the sidebar channel more

For UI Automation

* Add an ID to the Create New Channel button
2017-05-15 12:39:14 -04:00
Carlos Tadeu Panato Junior
ec2433a1e1 fix PLT-6522 - "Unknown prop align on tag" warning from EmojiPicker (#6391) 2017-05-15 12:38:53 -04:00
Carlos Tadeu Panato Junior
d07e4068b4 Implement Jira Ticket PLT-6555 - Enter should confirm deletion on delete modals (#6375) 2017-05-15 12:38:23 -04:00
David Rojas Camaggi
c60d4fe04b PLT-5671 Remove jquery from EmojiPicker component (#6281) (#6394) 2017-05-15 10:15:54 -04:00
Ryan Wang
375cdbdb13 Pressing Enter submits Leave Team Modal (#6096) 2017-05-15 10:08:25 -04:00
JoramWilander
9d109b0700 Merge branch 'release-3.9' into merge-3.9 2017-05-12 08:00:28 -04:00
Carlos Tadeu Panato Junior
b1c39204a6 fix issue (#6393) 2017-05-12 09:18:24 +01:00
Harrison Healey
e22bab5be0 PLT-6566 Prevented terms of service link from being blank (#6392) 2017-05-11 16:18:48 -04:00
William Gathoye
01fab5de94 Fix some issues in English (#5714) 2017-05-11 09:45:25 -04:00
Saturnino Abril
81b2fd9982 add IDs for reply arrows at center and RHS (#6311) 2017-05-11 08:12:33 -04:00
Corey Hulen
8ec90d88fa PLT-6561 Fixing javascript issue on compliance report (#6387) 2017-05-11 08:10:47 -04:00
Joram Wilander
2b7e71e47a Fix JS error when deleting post that has comments (#6381) 2017-05-10 09:49:16 -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
Joram Wilander
9625362494 Fix DM getting marked unread from your own message (#6373) 2017-05-10 07:41:12 -04:00
Harrison Healey
0c701cc1d0 PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)
* Stopped ManageLanguages component from mutating user

* Removed obsolete reference to mm_user

* PLT-6518 Fixed user's locale not being loaded with redux actions
2017-05-09 16:00:40 -04:00
Saturnino Abril
f88769d1f2 [PLT-6363-1] Create PostFlagIcon component and add flag IDs to posts (#6271)
* [UI-AUTO] add IDs to last 10 posts' text

* create FlagPost component and add flag IDs for posts at center, RHS and
 search results
2017-05-09 07:54:45 -05:00
Saturnino Abril
882172b298 [UI-AUTO] add IDs to last 10 posts' text (#6257) 2017-05-09 07:53:59 -05:00
Kacper Kula
2b18e782d6 [PLT-4374] Added active state for recent mentions and flagged posts. (#6253)
* [PLT-4374] Added active state for recent mentions and flagged posts.

* Increased hover opacity to 0.7 on mention and flag icon.
2017-05-09 07:53:47 -05:00
Carlos Tadeu Panato Junior
7a618b8973 implemet fix for PLT-2606 (#6238) 2017-05-09 07:53:26 -05:00
Ryan Wang
37586d26bc [PLT-5440] Add Options to System Console Dropdown Menu (#5939)
* Add options to system console dropdown menu

* Updating modal css
2017-05-09 07:53:13 -05:00
Carlos Tadeu Panato Junior
530814b8c9 Implement PLT-6443 - Show status indicator in Direct Messages More... menu (#6341) 2017-05-09 07:52:19 -05:00
Joram Wilander
202c383d8d Fix MFA enforcement on login and page load (#6356) 2017-05-09 07:48:57 -05:00
Saturnino Abril
431d89f5f6 fix JS error when deleting RHS root (#6344) 2017-05-08 13:54:42 +01:00
Harrison Healey
ea60d4695b PLT-6478 Fixed copyright date on login screen (#6329) 2017-05-04 18:28:35 -04:00
Joram Wilander
4951da5232 Fix usernames not showing in DM list on first load (#6333) 2017-05-04 18:06:25 -04:00
Christopher Speller
010ec23af3 Removing password reset salt (#6334) 2017-05-04 16:36:51 -04:00
George Goldberg
1838f6c25e PLT-6381 Keyboard Shortcuts Menu Link. (#6332) 2017-05-04 16:08:09 -04:00
Joram Wilander
49481caf6d PLT-6262 Add config setting to disable file attachments (#6301)
* Add config setting to disable file attachments

* Add unit tests

* Updating UI for no attachments (#6312)

* Update UI text on file upload System Console setting (#6313)

* Update storage_settings.jsx

* Update en.json
2017-05-04 15:45:19 -04:00
Harrison Healey
44a8f76d99 PLT-6431 Prevented autocompleting while suggestions are being received (#6328) 2017-05-04 14:54:50 -04:00
Corey Hulen
4f074fed0d PLT-6444 switching SAML props to default true (#6330) 2017-05-04 14:11:28 -04:00
Corey Hulen
152bc14fcb PLT-6379 revert to original value when canceled (#6319) 2017-05-04 10:30:22 +01:00
Joram Wilander
ec5f40a423 Add back button to RHS threads from pinned posts (#6306) 2017-05-03 08:55:06 -07:00
Joram Wilander
6a6c5365d3 Fix DMs not being removed until re-render (#6305) 2017-05-03 08:54:47 -07:00
Harrison Healey
aa65478445 PLT-6297 Added post--pinned CSS class to pinned posts (#6303) 2017-05-03 08:54:32 -07:00
Joram Wilander
c3ed7b2540 Remove 'Note' from intensive query banner in team statistics (#6294) 2017-05-03 08:53:09 -07:00
VeraLyu
ad7f8eda7e PLT-6211: Close emoji picker right away after react (#6275)
Close emoji picker before adding emoji to recent used.
2017-05-03 08:51:33 -07:00
Joram Wilander
dc6c836b35 Fix group message names in channel switcher (#6246) 2017-05-03 08:48:44 -07:00
Harrison Healey
1c8fdb4cdd PLT-6277 Moved profile image cropping to server (#6269)
* PLT-6277 Moved profile image cropping to server

* Cosmetic refactoring of SettingPicture component
2017-05-03 09:08:00 -04:00
Asaad Mahmood
b509f65b8e Minor Ui bug fixes (#6295)
* PLT-6435 - Adjusting tooltip for add-channel-btn

* PLT-6404 - Fixing emoji reaction button on hover
2017-05-03 09:06:49 -04:00
Joram Wilander
042052aec6 Improve perf for channel switching, fix team switching issues (#6286)
* Improve perf for channel switching, fix team switching issues

* Fix last channel when switching teams
2017-05-02 09:28:44 -04:00
doh5
294bd08255 Add IDs to system_users_dropdown and manage_teams_dropdown (#6274)
* Add IDs to system_users_dropdown

* Add IDs to manage_teams_dropdown

For UI Automation

* Update system_users_dropdown.jsx

* Update manage_teams_dropdown.jsx
2017-05-02 07:50:41 -04:00