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

7707 Коммитов

Автор SHA1 Сообщение Дата
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
140bdeb60f PLT-5279: Show username for slash cmd notification. (#5091) 2017-01-17 09:24:55 -05:00
Joram Wilander
28599d1df8 Fix error from quote in channel autocomplete (#5092) 2017-01-17 09:15:57 -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
Carlos Tadeu Panato Junior
dc54e640c2 Add inbucket docker image to allow local and automated testing of emails (#4901)
* add docker container for inbucket

* Add way to get the emails using inbucket and add a test for reset password

* add config setting to send emails

* update TestEmailTest

update

* add another test and fix wrong assert

* update per review

fix lint

change senders email

* Revert config.json to default values for EmailSettings section

* update test

* add setup to make the test run
2017-01-17 09:01:41 -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
4386432834 Fix preferences not loading correctly (#5084) 2017-01-16 18:33:25 -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
Joram Wilander
0e2b321e6f Refactor and migrate more functions out of api into app package (#5063) 2017-01-13 15:17:50 -05:00
Joram Wilander
97558f6a6e PLT-4938 Add app package and move logic over from api package (#4931)
* Add app package and move logic over from api package

* Change app package functions to return errors

* Move non-api tests into app package

* Fix merge
2017-01-13 13:53:37 -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
George Goldberg
4e160c78ab PLT-5050 (Server). API to update channel member roles. (#5043)
Implements API reference proposal mattermost-api-reference:#66.
2017-01-13 10:52:32 -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
046d2c61a5 Fix slack link parsing for integrations without attachments (#5050) 2017-01-12 15:08:48 -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
Christopher Speller
5be99e1f85 Fixing DM channel emails (#5038) 2017-01-10 16:17:08 -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
Joram Wilander
4101b28de5 Use status cache for checking @here notifications (#5035) 2017-01-10 11:38:03 -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