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

7796 Коммитов

Автор SHA1 Сообщение Дата
Joram Wilander
da5c0764da Fix logging in with MFA (#5248) 2017-02-01 10:18:03 -05:00
Evgeniy
318670253a fix cloning channels (#5242)
* fix cloning channels

* fix code-style
2017-01-31 20:41:25 -05:00
Christopher Speller
5539c92a23 Fix verifying a missing user panics (#5240) 2017-01-31 20:58:39 -03:00
Saturnino Abril
9ba968ce33 Use consistent Display Name sorting code throughout the webapp #5159 (#5213)
* Use consistent Display Name sorting code throughout the webapp #5159

* fixed broken sorting of teams and channels
2017-01-31 20:57:16 -03:00
Harrison Healey
9369cab56c Added ability for system message username to be localized (#5239) 2017-01-31 13:02:48 -05:00
Christopher Speller
6054dee806 Fixing websocket origin policy 2017-01-31 12:23:05 -05:00
Carlos Tadeu Panato Junior
6806df6f93 Clicking on email verification does not automatically fill in your email (#5140)
* implement Clicking on email verification does not automatically fill in your email

* set the cursor to the password field

* update per review

* update per review
2017-01-31 09:36:31 -05:00
Jason Blais
3a17e96866 Fix typos for model.config.is_valid...app_error (#5236) 2017-01-31 09:32:13 -05:00
Joram Wilander
0bc0a467a4 Improve APIv4 test lib (#5237) 2017-01-31 09:31:53 -05:00
Akihiko Odaki
7e9cf13aa3 Use Client APIs to resolve URLs (#5148) 2017-01-31 09:29:21 -05:00
George Goldberg
67739cb516 PLT-5365 Import of basic user properties. (#5231) 2017-01-31 10:04:17 -03:00
Harrison Healey
c0c6ef47d9 Stopped usernames from appearing on separate lines in system messages (#5228) 2017-01-31 10:01:32 -03:00
Asaad Mahmood
cec05e280e Minor fix for system console menu (#5225) 2017-01-31 10:01:00 -03:00
Joram Wilander
7431050b42 Implement POST /teams endpoint (#5220) 2017-01-31 07:59:36 -05:00
Christopher Speller
450c0b3ccb Improvments to typing messages (#5230) 2017-01-30 15:43:34 -05:00
Christopher Speller
b26329cdda Fix small bug in webhub. (#5229) 2017-01-30 15:36:31 -05:00
Christopher Speller
721ac52784 Changing map to array for web_hub connections. (#5226) 2017-01-30 13:01:20 -05:00
Harrison Healey
39ee5737b7 PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the client (#5209)
* Moved rendering of (message deleted) into PostMessageView

* Added additional post types to constants on client

* Changed system messages to be rendered in the client's language

* Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
2017-01-30 11:49:00 -05:00
Joram Wilander
63d68b3e36 Fix @ mentions not always highlighting (#5223) 2017-01-30 10:59:00 -05:00
Joram Wilander
5b245c3a07 Fix refresh on system console user page (#5222) 2017-01-30 15:35:29 +00:00
enahum
30b06968e5 Fix system admin resetMfa action (#5221) 2017-01-30 09:41:28 -05:00
Asaad Mahmood
8a0db428bb Bug fixes (#5218)
* PLT-5319 - Fixing text alignment security modal

* PLT-5280 - Fixing add comment button in RHS mobile

* PLT-5397 - Fixing Floating timestamp on mobile

* PLT-5129 - Hiding formatting help text

* PLT-5242 - Adjusting team sidebar border on IE!!

* PLT-5226 - Placing settings toggle over header

* PLT-5222 - Placed team description tooltip on top

* PLT-5201 - Account settings overlap on mobile

* PLT-5138 - Adding bg to pending post actions

* PLT-5286 - Adjusting play button on youtube videos

* PLT-5313 - Adjusting space between emoji reactions

* PLT-5187 - Adjusting text in channel switcher

* PLT-5399 - Reverting button alignment in modal
2017-01-30 09:39:43 -05:00
Carlos Tadeu Panato Junior
95e3395a3b Add initial tests for app/team.go (#5208)
* .

* add initial tests for app/team.go
2017-01-30 09:39:00 -05:00
Asaad Mahmood
83ead5cac7 PLT-5122 - Switching to circular status icons (#5049)
* PLT-5122 - Switching to circular status icons

* Adding profile pic crop for status indicators

* Updating status indicators in LHS

* Updating else statements
2017-01-30 09:38:06 -05:00
Joram Wilander
c01d9ad6cf Implement APIv4 infrastructure (#5191)
* Implement APIv4 infrastructure

* Update parameter requirement functions per feedback
2017-01-30 08:30:02 -05:00
Saturnino Abril
3e2f879b77 Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201) 2017-01-30 09:19:45 +00:00
Harrison Healey
65b76c2712 PLT-5225 Added separate post types for certain system messages (#5193)
* Added separate post types for system_join_leave and system_add_remove posts

* Added username prop to channel deleted posts

* Changed slack import to properly generate the new join/leave messages

* Added username prop to channel update posts

* Moved Post(AddTo/RemoveFrom)ChanneMessage into app package
2017-01-27 15:58:50 -05:00
Joram Wilander
097289f8e4 Merge 3.6.2 into master (#5211)
* Add webhook cache

* Add channel by name cache

* Fxing profiles in channels cache

* Fix merge
2017-01-27 14:07:34 -05:00
Harrison Healey
8eab04e944 Fixed pre-release invite link in README (#5207) 2017-01-27 11:17:00 -05:00
Asaad Mahmood
28124d8476 Fixing various issues with markdown spacing (#5203) 2017-01-27 10:15:14 -05:00
George Goldberg
e07e9937e0 PLT-5366, PLT-5364, PLT-5363: Bulk Import Part 1. (#5204)
This commit provides the first part of the bulk import system.

The CLI command is provided, complete with validation & apply modes. All
the basic properties of Teams and Channels can be imported. Users &
Posts will follow separately in a future commit.
2017-01-27 10:14:54 -05:00
Christopher Speller
7b9586a740 Notifications fix from 3.6 branch 2017-01-27 09:37:33 -05:00
Christopher Speller
8d2e8525a4 Merge branch 'release-3.6' 2017-01-27 09:30:33 -05:00
Björn Roland
cfbace70ca #5108 Add datetime attribute to <time> elements (#5199)
* #5108 Add datetime attribute to <time> elements

* fix eslint errors
2017-01-27 08:06:51 -05:00
Carlos Tadeu Panato Junior
d72547433a Move remaining client functions in components to actions (#5171) 2017-01-27 10:39:13 +00:00
Joram Wilander
49c677f6b4 Fix cluster logs (#5195) 2017-01-26 19:53:43 -05:00
Carlos Tadeu Panato Junior
9728b71f08 Add tests for app/email.go (#5187)
* Add tests for app/email.go

* fix issue related with inbucket

* applied go fmt
2017-01-26 11:48:23 -05:00
Harrison Healey
931e712af1 Fixed ChannelMentionProvider matching completed mentions (#5188) 2017-01-25 23:16:18 -03:00
George Goldberg
f7476b2fb6 PLT-4378 Slack import when channel name is deleted (#4649)
This fixes the issue where the channel fails to Import from Slack if
there is already a channel with the same name on Mattermost that has
been deleted.
2017-01-25 23:14:12 -03:00
Harrison Healey
57d9d0ad1e Disabled mangling of email addresses in markdown autolinks (#5192) 2017-01-25 23:13:17 -03:00
Björn Roland
78ca999692 PLT-4898 Fix emoji reaction position for image thumbnails (#5194) 2017-01-25 23:12:03 -03:00
Joram Wilander
504f3e1723 Fix siteURL not being set correctly (#5189) 2017-01-25 11:11:26 -05:00
Joram Wilander
d245b29f82 More app code migration (#5170)
* Migrate admin functions into app package

* More user function refactoring

* Move post functions into app package
2017-01-25 09:32:42 -05:00
Carlos Tadeu Panato Junior
8ed665cb76 Add initial tests for urlencoded (#5178) 2017-01-25 09:00:06 -05:00
George Goldberg
a930eef71d PLT-4858: Allow system admin to delete all channels. (#5180)
The app-package refactor means that the check for a Channel Member
object before allowing to delete the channel is now redundant, as the
check is already carried out by using HasPermissionToChannel() on the
user requesting it. As a result, System Admins can now delete channels
through the API even if they aren't members.
2017-01-25 08:12:04 -05:00
enahum
ca3e6e38e3 translations PR 20170123 (#5174) 2017-01-25 10:06:24 -03:00
Debanshu Kundu
7bcea832cd #4967 Fixed issue of post not getting updated after edit, if the post was focused. (#5149) 2017-01-25 07:18:35 -05:00
it33
88ce5d363c Adding test case for lines before & after bullets (#5155) 2017-01-25 07:16:35 -05:00
Jason Blais
8ebc1fb433 Remove unused % parameter in a server log error (#5185) 2017-01-25 07:12:03 -05:00
Christopher Speller
27f76afb28 Closing response body when fetching link previews (#5181) 2017-01-24 20:02:41 -05:00