Thomas Hopkins
b05f82e231
PLT-4098 Don't show @mention suggestions if word chars immediately precede at sign ( #4399 )
...
* PLT-4098 Don't show @mention suggestions if word chars immediately precede at sign
* PLT-4098 Simplify detection of word chars preceding @mentions
2016-11-02 06:47:11 -04:00
Jason Blais
1d0303cfb5
Fix migratio --> migration typo ( #4417 )
2016-11-01 15:46:50 -07:00
Harrison Healey
9f6ba5e031
PLT-4595 Fixed post drafts and renamed some fields to be consistent ( #4418 )
...
* PLT-4595 Fixed post drafts and renamed some fields to be consistent
* Removed unused state from CreatePost
2016-11-01 15:46:41 -07:00
Joshua Borton
4cd68b58cf
Multiple channel purpose updates without refresh ( #4400 )
2016-11-01 14:59:30 -07:00
Harrison Healey
a7e5837178
PLT-4454 Autolink anything that looks like an at mention ( #4416 )
...
* PLT-4454 Added autolinking for anything that looks like an at mention
* PLT-4454 Added unit tests for at mention autolinking
2016-11-01 14:58:44 -07:00
Christopher Speller
ce6b4b8fdf
Modifying the team name field to only accept 15 charactors ( #4415 )
2016-11-01 13:18:19 -07:00
Christopher Speller
420bc367fa
Fixing permissions issue when deleting slash commands ( #4414 )
2016-11-01 13:16:16 -07:00
Christopher Speller
b0f38f8a84
Fixing websocket and team store issues when leaving team ( #4412 )
2016-11-01 15:50:34 -04:00
Yang Chen
60a43a5b4f
Changing delete channel modal text ( #4348 )
...
* Change Native Download Link Copy
* Change Native Download Apps Link Copy
* Update delete_channel_modal.jsx
Modified delete channel modal confirmation text to make it more impactful.
* Update en.json
Updated delete channel modal text to make it more impactful.
2016-11-01 14:48:10 -04:00
Harrison Healey
eaaed77603
PLT-4596 Stopped trying to get new users when not in a context with a team ( #4411 )
2016-11-01 14:28:37 -04:00
Christopher Speller
6a4d1713e6
Fixing demotion message ( #4410 )
2016-11-01 14:28:25 -04:00
Christopher Speller
98131a293a
Fixing joining of channels via permalinks for system admins. ( #4409 )
2016-11-01 13:23:26 -04:00
Harrison Healey
b4002ba55f
Plt-4483 Removed unnecessary events from ChannelStore ( #4407 )
...
* PLT-4483 Removed MoreChange listener from ChannelStore
* PLT-4483 Removed LeaveChannel listener from ChannelStore
2016-11-01 09:58:04 -07:00
Thomas Hopkins
ef53aa1e7f
PLT-4491 Fix navbar title for dm channels on mobile ( #4394 )
2016-11-01 09:06:25 -07:00
Christopher Speller
aa6cb03b20
Prevent system_admin role mistake ( #4405 )
2016-11-01 09:05:48 -07:00
Joram Wilander
92642bab68
Load channel members with channels to make sure we have latest unread counts ( #4389 )
2016-11-01 11:13:33 -04:00
Corey Hulen
9bae1f7e93
Fixing scrollHeight javascript error ( #4388 )
2016-11-01 08:35:21 -04:00
Joram Wilander
6d3b3162b0
Fixes for creating teams ( #4387 )
2016-11-01 08:34:52 -04:00
Harrison Healey
1d4f42acd9
Fixed comment drafts to use the same naming convention as post drafts ( #4385 )
2016-11-01 08:34:33 -04:00
Joram Wilander
db80a819f7
Fix opening RHS ( #4402 )
...
* Fix opening RHS
* Add fix for draft itself
2016-11-01 08:30:33 -04:00
Harrison Healey
546af6dfb8
PLT-4132 Added View Channel Members option for non-admins on mobile ( #4392 )
2016-10-31 16:59:27 -07:00
Harrison Healey
90a0b1d7c6
PLT-4433 Gave focus to the search box when the direct channels or channel member modal is opened ( #4391 )
2016-10-31 16:58:58 -07:00
Jared Shields
3f30aa57ea
Modified package target for windows platform to generate a ZIP archive, instead of a TAR. Included with ZIP is the flag to convert LF to CRLF. ( #4219 )
2016-10-31 11:30:58 -04:00
Harrison Healey
a8e772fa48
Cleaned up code for ensuring post drafts are non-null ( #4382 )
2016-10-31 10:52:00 -04:00
Joram Wilander
b3044ba4ea
Fix JS error when demoting team admin in manage members modal ( #4350 )
2016-10-31 09:13:06 -04:00
Brian Olecki
ba4033b4f7
Update title for Integrations and Custom Emojis ( #4379 )
2016-10-31 09:12:42 -04:00
Joram Wilander
d67a2e1f0c
Fix new DMs not showing up in the sidebar ( #4374 )
2016-10-31 09:11:23 -04:00
Joram Wilander
4887c9228c
Fix user autocomplete with special characters ( #4373 )
2016-10-31 09:10:20 -04:00
Joshua Borton
60a92f0a27
Add exitToDirectChannel to more_direct_channels ( #4336 )
...
When a new channel is selected, we set `exitToDirectChannel` to the
newly selected channel. In `handleExit` if `exitToDirectChannel` exists,
the new channel information is pushed. This fixes an issue where the
create_post textarea gains and then loses focus due to the way that
react-overlays (react-bootstrap dependency) handles previous focus which
in this particular case is the `More...` link.
2016-10-31 09:08:58 -04:00
George Goldberg
54277eae28
Warning in log when a Slack channel import fails. ( #4262 )
...
Previously it just wrote to the summary, and as a debug level message in
the log, so if you had the log level set to warn, you might never find
out that importing a channel failed.
2016-10-31 09:02:54 -04:00
Joram Wilander
316b155a42
PLT-3562 Switch websocket over to post-connect authentication ( #4327 )
...
* Switch websocket over to post-connect authentication
* Add ability to specify token in websocket js driver, add unit tests
* Temporarily disable client websocket tests until issues are resolved
* Minor refactoring and fix status test
* Add isAuthenticated method to WebConn and minor status updates
2016-10-31 08:59:23 -04:00
Joram Wilander
ef363fd88e
Fix channel autocomplete and fix channel member query to ignore deleted channels ( #4371 )
2016-10-28 09:41:28 -07:00
Asaad Mahmood
fcf7d185f6
Minor UI fixes ( #4372 )
2016-10-28 09:41:05 -07:00
Joram Wilander
87a3daf9a6
Remove order dependency on channels and channel members plus logging ( #4370 )
2016-10-28 09:36:41 -04:00
Joram Wilander
35ceedf968
Fix members being loaded before channel members and DM headers ( #4369 )
2016-10-28 08:55:17 -04:00
Thomas Hopkins
589329b5c5
PLT-4534 Avoid applying themed hover background color on mobile ( #4345 )
...
* Avoid applying themed hover background color on mobile
* Remove closing brace from post hover style css mod
2016-10-27 17:51:50 -07:00
Asaad Mahmood
c5a0ac8c6a
Shift UI changes ( #4353 )
...
* Shift UI changes
* Reverting config.json
2016-10-27 16:49:32 -04:00
Christopher Speller
55803ebcc8
Changing read replica selection method to round-robin instead of random. ( #4351 )
2016-10-27 13:50:24 -04:00
enahum
f82667f3b8
PLT-4430 improve slow channel switching ( #4331 )
...
* PLT-4430 improve slow channel switching
* Update client side unit tests
* Convert getChannelsUnread to getMyChannelMembers and address other feedback
* Pull channel members on websocket reconnect
2016-10-27 11:24:30 -04:00
Asaad Mahmood
14ce471311
Updating shift UI changes ( #4326 )
...
* Updating shift UI changes
* Adding border to last account settings item
* Fixing modals
2016-10-27 09:10:05 -04:00
enahum
4dca84c8b4
translations PR 20161025 ( #4328 )
2016-10-27 09:08:47 -04:00
Thomas Hopkins
dd1965ca34
PLT-4460 Fix disappearing topbar when jumping from right sidebar ( #4339 )
2016-10-26 13:24:22 -07:00
Corey Hulen
ed4dd67788
Revert "PLT-4488 adding in loop breaking" ( #4340 )
2016-10-26 11:20:28 -07:00
Pierre Rudloff
7e67eabca9
Fix URL parsing when URL has been encoded with escape() ( fixes #4322 ) ( #4338 )
2016-10-26 12:36:16 -04:00
Corey Hulen
c07cdd666a
PLT-4488 adding in loop breaking ( #4330 )
2016-10-26 12:19:19 -04:00
Harshavardhana
f02620b291
Moving away from goamz to use minio-go instead. ( #4193 )
...
minio-go does fully managed way of handling S3 API requests
- Automatic bucket location management across all s3 regions.
- Transparently upload large files in multipart if file 64MB
or larger.
- Right GetObject() API provides compatibility with
io.ReadWriteSeeker interface.
- Various other APIs including bulk deletes, server side object
copy, bucket policies and bucket notifications.
Fixes #4182
2016-10-26 08:21:07 -04:00
Alexander Smaga
b354d25d37
GH-4095 Favorite/Starred Channels ( #4222 )
2016-10-26 08:20:45 -04:00
Harrison Healey
66ed155a58
Fixed autocomplete to work with TextareaAutosize ( #4325 )
2016-10-25 11:33:47 -03:00
Harrison Healey
0741d3be0a
PLT-4404 Replace calls to onInput with onChange to better support IE11 ( #4315 )
...
* Replace calls to onInput with onChange to better support IE11
* Replaced react-textarea-autosize with react-autosize-textarea
2016-10-25 10:11:34 -04: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