4896 Коммитов

Автор SHA1 Сообщение Дата
Harrison Healey
2554ae4a25 Updated marked to better handle Windows network paths (#5102) 2017-01-18 17:49:51 -03:00
George Goldberg
f9b57b65ea PLT-5135: Fix left channel in more channels list. (#5114)
The problem was it was not being sorted, so appeared at the bottom of
the list.
2017-01-18 17:46:21 -03:00
Joram Wilander
9c2e28e95c Add logout button to MFA setup page when enforcement enabled (#5115) 2017-01-18 17:45:03 -03:00
George Goldberg
b6cafd5981 PLT-5077: Fix floating date on mobile view. (#5061) 2017-01-18 15:15:43 -05:00
Amit Yadav
99cf08ac38 Message Editing and Deleting permissions (#4692) 2017-01-18 08:08:31 -05:00
Carlos Tadeu Panato Junior
8f0175e15c Move instances of Client.updateChannelHeader() in components to an action (#5098) 2017-01-17 15:49:58 -05:00
Harrison Healey
a5b5dabf4a Added support for emojis with multiple aliases to autocomplete (#5097) 2017-01-17 15:49:05 -05:00
George Goldberg
0685afd1d1 PLT-2978: Add channel purpose change system message. (#5094)
Completes original patch by David Lu.
2017-01-17 15:45:18 -05:00
Harrison Healey
cdf91d8ee8 Updated marked to better handle underscores within words (#5093) 2017-01-17 15:43:42 -05: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
George Goldberg
97a51b0e31 PLT-5156 Fix Channel Switcher Console Errors. (#5058) 2017-01-17 08:36:06 -05:00
Corey Hulen
1fc26a152f PLT-5211 Always emove deleted channels for LHS (#5087) 2017-01-17 08:35:07 -05:00
Joram Wilander
846880e814 Clear mention autocomplete if there is no regex match (#5085) 2017-01-16 18:33:42 -05:00
Joram Wilander
6b2c4a346b Discard outdated results in modal searches (#5082) 2017-01-16 18:32:51 -05:00
Joram Wilander
4257114a37 Fix lodaing missing messages after search bug (#5080) 2017-01-16 18:32:08 -05:00
Mika Andrianarijaona
c0fde5f7e5 PLT-4784 Display Sign In button spinner (#5046)
* PLT-4784 Display Sign In button spinner

When the user clicks the Sign In button, display a spinner on the left

fixes #4973

* Replace "Sing in..." by "Signing in..."

* fix: replace ternary with if block
2017-01-16 18:30:54 -05:00
Corey Hulen
7c9d0c313f PLT-5173 fixing javascript error when creating DM on Android (#5077) 2017-01-16 16:51:46 -05:00
Corey Hulen
441fe5334e PLT-5134 removing the async sending from update user (#5078) 2017-01-16 18:31:26 +00:00
Corey Hulen
59d2d34279 PLT-5190 fixing javasscript error on RHS (#5068)
* PLT-5190 fixing javasscript error on RHS

* PLT-5190 fixing javasscript error on RHS
2017-01-16 08:43:49 -05:00
enahum
a5674b481d PLT-5228 Fix Clicking "Join Another Team" during WebRTC call hangs up the call (#5067) 2017-01-16 11:32:52 +00:00
Corey Hulen
9d9d51146d PLT-5149 Removing req for purge button to need license (#5066) 2017-01-15 16:57:27 -05:00
George Goldberg
95251258f5 PLT-5049 (Webapp) New Channel Members UI. (#5036)
This replaces the existing Channel Members UI with one based on the Team
Members UI, so that either a button, a role or a role with a menu can be
displayed.

Basic logic for which actions and roles are displayed is implemented,
although this doesn't change behaviour or functionality at all, as that
will come in later PRs. It does, however, add code to fetch the
ChannelMember objects as that is necessary to provide the full set of
actions and roles as intended.
2017-01-15 10:40:43 -05:00
George Goldberg
2010f74a21 PLT-5221: Correct error when team description unchanged. (#5055)
Also replace all legacy i18n code in the changed file.
2017-01-15 08:56:10 -05:00
George Goldberg
07bad4d6d5 PLT-5025: Fix scroll to bottom delay loading channel. (#5056) 2017-01-13 15:03:12 +00:00
Erik
d64d51a632 add error page on root.html (#4887) 2017-01-13 10:59:23 -03:00
Jazz
7d6fa7f8bf Register the same language aliases as Rouge (#5040)
This allows the use of the same aliases as GitLab.
2017-01-13 10:54:22 -03:00
Mika Andrianarijaona
e69809dce3 GH-4907 Move Client.updatePost call into an action (#5045)
* move Client.updatePost into an action

Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead

fixes #4907

* move loadPost in updatePost callback

* Add loadPosts call in updatePost action

* Lint: remove trailing spaces
2017-01-13 10:48:49 -03:00
George Goldberg
6c814c72ec PLT-4317: Fix Desktop App platform in sessions list. (#5048)
Incidentally fixes displaying the Linux icon next to sessions on Linux
at the same time.
2017-01-13 10:47:10 -03:00
George Goldberg
0196137dec PLT-5238: Show error on execute invalid slash command. (#5057) 2017-01-13 10:42:20 -03:00
George Goldberg
b6cba7a07b PLT-4449: Update channel creation placeholders. (#5059) 2017-01-13 10:41:29 -03:00
Christopher Speller
8fb66c2b83 Merge branch 'release-3.6' 2017-01-12 19:59:37 -05:00
enahum
aafb8be87c Fix ios Team Switch double tap (#5051)
* Fix ios Team Switch double tap

* Removing check of the user agent
2017-01-12 15:27:58 -05:00
Joram Wilander
4208e42ba9 Fix JS error when receiving message in system console (#5019) 2017-01-12 10:52:58 -05:00
khawerrind
45d18b364b PLT-5174 Mobile view: Send message link in popover doesn't close RHS (#5017)
* Fixed send message link in popover doesn't close RHS

* added isMobile check for closing the rhs when click on send message button from profile popover
2017-01-12 10:52:19 -05:00
Debanshu Kundu
739f32272f PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923) 2017-01-12 10:47:29 -05:00
Joram Wilander
a5dd7e6d63 Fix enforcement text on MFA setup page (#5042) 2017-01-12 10:04:43 -05:00
Joram Wilander
04893cbe7c Reset unread counts for channels being switched to/away (#5037) 2017-01-10 16:17:22 -05:00
enahum
189a745030 translations PR 20170110 (#5031)
* translations PR 20170110

* Demoting Dutch from beta to alpha
2017-01-10 12:25:20 -05:00
Asaad Mahmood
056be669fc PLT-5191 - Filter box overlapping fix for IE (#5034)
* PLT-5191 - Filter box overlapping fix for IE

* Updating flex value for direct divs
2017-01-10 11:36:43 -05:00
Joram Wilander
99493bc5fa PLT-5212 Add password setting text for google and office365 (#5029) 2017-01-10 15:05:58 +00:00
enahum
fd9c122dbc PLT-5204 Fix Team Sidebar empty tooltip (#5028) 2017-01-10 09:09:07 -05:00
Harrison Healey
7846036c77 Stopped rerendering CreatePost/CreateComment when blurring textbox (#5026) 2017-01-10 09:08:37 -05:00
AymaneKhouaji
0cba48d155 Move instances of Client.updatePassword() in components to an action (#4908) (#5021) 2017-01-10 10:48:37 +00:00
Joram Wilander
548adb178e PLT-5154 Scroll RHS to the top when search term changes (#5027) 2017-01-10 10:40:37 +00:00
Asaad Mahmood
de822a3f3c Minor UI fixes (#5023)
* PLT-5207 - Enabling scroll in settings modal

* PLT-5194 - Removing status indicator on mobile
2017-01-09 14:22:35 -05:00
Harrison Healey
2f9b56eb3a Fixed onBlur being called when not given as a prop (#5024) 2017-01-09 14:22:21 -05:00
Joram Wilander
e090104587 Allow resetting password regardless of signin/signup settings (#5025) 2017-01-09 14:22:11 -05:00
Christopher Speller
e938b71e60 SAML help text improvement (#5003) 2017-01-09 11:41:09 -05:00
Yusuke Nemoto
37109e5a4f fix typo and missing message (#5008) 2017-01-09 09:52:49 -05:00
Asaad Mahmood
93a526f7ed PLT-5179 - Fixing modal overflow for autocomplete (#5002)
* PLT-5179 - Fixing modal overflow for autocomplete

* PLT-5171 - Fixing search bar popover behaviour
2017-01-09 09:32:27 -05:00