Commit Graph

8437 Commits

Author SHA1 Message Date
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
Harrison Healey
030b9a0c5c PLT-6380 Fired websocket event when user joins a team (#6266) 2017-05-03 08:50:12 -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
Jason Blais
b53335614f Update CONTRIBUTING.md for "Major Change" label (#6309) 2017-05-03 08:37:18 -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
Harrison Healey
581bd8637f Revert "[GH-5915] Clicking on @mention of a user in a post shows the profile popover (#6129)" (#6289)
This reverts commit 83f819451a.
2017-05-01 17:40:54 -04:00
Joram Wilander
935405f19d Copy users in/out out profileByIds cache to prevent data race (#6179) 2017-05-01 17:40:04 -04:00
Joram Wilander
2d22fb5652 Prevent unnecessary store emits (#6285)
* Remove unnecessary store emits

* Drastically reduce number of emitted changes
2017-05-01 10:49:34 -04:00
Saturnino Abril
83f819451a [GH-5915] Clicking on @mention of a user in a post shows the profile popover (#6129)
* post message at-mention profile pop-over

* remove hover effect to special mentions

* make non-clickable the non-existing at-mention username

* fix "video call" position

* use usernameMap instead of initially defined liteUsernameMap

* update per comments
2017-05-01 10:08:54 -04:00
George Goldberg
597641545d PLT-6355: Use separate Read Replicas for Search. (#6216) 2017-05-01 00:19:58 -04:00
Asaad Mahmood
5ab7726c1e Multiple Ui fixes (#6272)
* PLT-6453 - Improving headings in the web app

* PLT-6414 - Fixing view members modal issue

* PLT-5863 - Fixing alignment in new channel menu

* PLT-6391 - Fixing code block overlay
2017-05-01 00:18:21 -04:00
George Goldberg
6f6b7e4e97 Add Password field to Bulk Importer. (#6268) 2017-04-28 15:01:56 -07:00
Joram Wilander
96906482ce PLT-6214 Move channel store and actions over to redux (#6235)
* Move channel store and actions over to redux

* Fix style errors

* Fix unit test

* Various fixes

* More fixes

* Revert config changes
2017-04-28 13:16:03 -04:00
George Goldberg
302ec17bee Parallelise Bulk Import. (#6267)
* Parallelise Bulk Import.

* Set worker count through command line flag.
2017-04-28 17:54:04 +01:00
Joram Wilander
36a15925dc Fix user autocomplete for DMs and GMs (#6265) 2017-04-28 08:04:13 -07:00
Asaad Mahmood
91f3e10854 Minor UI fixes (#6262)
* Minor UI fixes

* Updating post image size for search
2017-04-28 10:14:59 -04:00
Harrison Healey
c3e17da8c8 PLT-6271 Changed word splitting to initially split on any non-name character (#6261)
* PLT-6271 Changed word splitting to initially split on any non-name character

* Fixed detection of out of channel mentions
2017-04-28 10:13:07 -04:00
Joram Wilander
83bfd95f65 Fix inactive users showing up in team members modal (#6260) 2017-04-28 10:12:30 -04:00
doh5
224ddb35cf Add IDs to sidebar_header_dropdown (#6256)
for selenium automation
2017-04-28 10:11:47 -04:00
Joram Wilander
514f038f44 Fix error not appearing when updating to existing username (#6255) 2017-04-28 10:11:26 -04:00
Joram Wilander
1b82d98cdb Add config setting to disable statuses (#6254) 2017-04-28 10:10:58 -04:00
Corey Hulen
a8cf08d6ef PLT-6322 log error messages in english (#6234) 2017-04-28 10:03:52 -04:00
Carlos Tadeu Panato Junior
d0618afb50 fix typo (#6264) 2017-04-28 12:43:59 +01:00
Harrison Healey
84977e002e PLT-6278 Fixed not being able to open custom theme sections on iOS (#6259) 2017-04-27 17:11:04 -04:00
Christopher Speller
bd9acee72b Fixing token size issue (#6258) 2017-04-27 16:22:46 -04:00
VeraLyu
fb3cc12f56 PLT-6249: Erase custom emoji in "recently used" after deleted (#6242) 2017-04-27 07:58:38 -07:00
Joram Wilander
ad701900ef Fix mouse selection on channel switcher (#6244) 2017-04-27 07:58:15 -07:00
Joram Wilander
5a60ea0d75 PLT-6268 Clear blue bar correctly when removing expiring license (#6247)
* Don't sanitize license for system admin

* Clear blue bar error whe removing expiring license

* Fix unit test
2017-04-27 07:57:58 -07:00
Christopher Speller
9a87bb3af6 Creating common token store and moving email invites and verification to it (#6213) 2017-04-27 10:55:03 -04:00
Saturnino Abril
0e007e344b APIv4 POST /commands/execute (#6205) 2017-04-27 09:41:52 -04:00
Asaad Mahmood
bd66587183 Ui improvements (#6198)
* PLT-6306 - Post alignment in compact view

* PLT-6266 - Adjusting spacing for files (compact)

* PLT-6302 - Margins not equal for paragraphs in post

* PLT-6332 - FIxing inline images

* PLT-6134 - Fixing border on emoji picker

* PLT-6323 - Fixing UI for system console user list

* PLT-6375 - Updating emoji picker

* PLT-6327 - Updating more channel/user list

* PLT-6241 - Adding IE detection

* PLT-6332- Fixing inline markdown images
2017-04-27 09:40:58 -04:00
Ryan Wang
66f538783b Create seperate field for current email (#6197) 2017-04-27 09:40:11 -04:00
Carlos Tadeu Panato Junior
f5d9010f9a implement fix for PLT-6383 - Add "CAUTION" to @all auto-complete (#6240) 2017-04-27 09:27:31 -04:00
enahum
4e086311ad translations PR 20170424 (#6224) 2017-04-27 09:57:26 -03:00
Eric Sethna
aaff588442 PLT-3885 Add help text to System Console > Logs page (#6252)
* Add help text about user ID lookup

* logs banner

* Update logs.jsx
2017-04-27 07:52:35 -04:00
Corey Hulen
a6397b5ed9 PLT-6108 fixing to use senderId for push (#6245) 2017-04-27 07:51:19 -04:00
Carlos Tadeu Panato Junior
c540e80166 alsways get the last message from inbucket (#6251) 2017-04-27 07:50:49 -04:00
Joram Wilander
7307156c49 PLT-6213 Move team store and actions over to use redux (#6222)
* Move team store and actions over to user redux

* Fix JS error when inviting by email
2017-04-26 15:49:15 -04:00
Joram Wilander
1fef5bf5fe Redux bug fixes (#6243)
* Fix save teams dispatch

* Fix login when MFA is enabled but not active

* Fix JS error caused by using deleted team member
2017-04-26 11:07:19 -04:00
Harrison Healey
8e6141152b PLT-3915/PLT-5550 Improve handling of Markdown while parsing mentions (#6091)
* PLT-3915 Removed ability to mention users in code blocks

* PLT-3915 Added simple check for potential code blocks before using regexes

* PLT-5550 Improve splitting when parsing mentions to ignore markdown characters
2017-04-26 08:00:38 -07:00
Corey Hulen
3e73adceb5 PLT-6108 adding extra params to push notifications (#6236)
* PLT-6108 adding extra params to push notifications

* PLT-6108 adding extra params to push notifications
2017-04-26 07:29:50 -07: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
Saturnino Abril
6fa7082833 fix reaction's name validation with + sign in it (#6221) 2017-04-26 10:11:32 -04:00
VeraLyu
f9502ff14b PLT-5897: Respect intrinsic ratio of img in emoji picker (#5987)
Changed style of img emoji picker, also fixed preview of emoji.
2017-04-25 09:44:02 -07:00
Ryan Wang
dc9c73a46b Add confirmation modal for deactivating user (#6119) 2017-04-25 09:41:40 -07:00
Harrison Healey
7fc663ca75 PLT-6283 Hide Preview Mode error bar after enabling email notifications (#6180) 2017-04-25 09:39:08 -07:00
Joram Wilander
8d1a132eda Fix OAuth SSO first account creation, add mobile support, and fix refresh tokens (#6181) 2017-04-25 09:38:33 -07:00