Carlos Tadeu Panato Junior
3d2249edfc
PLT-4524 Update password reset page ( #4522 )
...
* Implement PLT-4524 Update password reset page
* fix lints
* changes based on review
* update per request/review
* update tests
* add css for alert-success
* change per request
2016-11-17 09:07:16 -05:00
Christopher Speller
6dde2d268a
Updating client dependancies (excpet eslint) ( #4567 )
2016-11-17 09:02:33 -05:00
Christopher Speller
0135904f7d
Upgrading server dependancies ( #4566 )
2016-11-16 19:28:52 -05:00
Joshua Borton
0b296dd8c2
Add Add onExit hook to new_channel_modal ( #4344 )
...
This delays updating the url with the new channel until after the modal
is exited which bypasses a state where the center textarea is focused
and then focus is removed due to how react-overlays handles restoring
focus to the last element focused before the modal was shown.
2016-11-15 14:23:26 -05:00
Fares Rihani
b7a063446b
Fixing panic of incoming webhook with float64 values ( #4444 ) ( #4445 )
2016-11-15 14:22:13 -05:00
Brian Olecki
6297922ab9
Add support for editing slash commands ( #4335 )
2016-11-15 12:43:16 -03:00
Joram Wilander
1f241af48a
Don't show current user in direct message modal ( #4548 )
2016-11-15 12:39:45 -03:00
Joram Wilander
c77d3ae614
Fix websocket authentication test build gremlin ( #4549 )
2016-11-15 12:39:23 -03:00
Joram Wilander
9c36ca9aca
Deauthenticate websockets and set status to offline when user account deactivated ( #4551 )
2016-11-15 12:38:58 -03:00
Raphaël Bournhonesque
526c392aad
Update error message when uploading too large images ( #4535 )
2016-11-15 09:37:52 -05:00
Christopher Speller
e4f46124b0
Merge branch 'release-3.5'
2016-11-15 08:06:58 -05:00
enahum
3f19ccf1b1
PLT-4754 Fix RHS options menu ( #4552 )
2016-11-14 19:35:34 -05:00
Corey Hulen
e39a50e4d6
Fixing problem with email verification link ( #4547 )
2016-11-14 13:48:33 -05:00
Harrison Healey
814d2fc88d
Fixed websocket to properly logout when logged out from another tab ( #4546 )
2016-11-14 13:48:28 -05:00
Joram Wilander
db0314053e
Move channel click dispatch outside of promise ( #4545 )
2016-11-14 13:48:22 -05:00
Corey Hulen
11de77f63f
Adding debugging for body errors ( #4542 )
2016-11-14 08:39:48 -05:00
Carlos Tadeu Panato Junior
7df8eaf29a
Update introduction message at top of channel/private groups ( #4508 )
...
* Update introduction message at top of channel/private groups
* fix grammar
2016-11-14 09:40:37 -03:00
enahum
6e7555a575
PLT-4502 Fix SAML user settings password help text ( #4484 )
2016-11-14 07:40:12 -05:00
Carlos Tadeu Panato Junior
4824ad1e1a
implement fix for ticket PLT-2060 ( #4527 )
...
* implement fix for ticket PLT-2060
2016-11-14 09:38:54 -03:00
Joram Wilander
a25ae8fed2
Off screen edited posts no longer show up as new posts ( #4485 )
2016-11-14 07:38:05 -05:00
Raphaël Bournhonesque
602f85d2ef
Increase unit test coverage of api/user.go ( #4541 )
...
* Add test to CheckUserDomain
* Add unit test to IsUsernameTaken
2016-11-14 09:36:59 -03:00
Carlos Tadeu Panato Junior
ef080a0a10
Fix Terms and Privacy links ( #4506 )
...
* Fix Terms and Privacy links
github issue https://github.com/mattermost/platform/issues/4156
* fix eslint
* revert per request
* add missing end blank line
2016-11-14 07:32:55 -05:00
enahum
a6d6880d99
PLT-4620 fix ios safari private browsing ( #4526 )
2016-11-14 07:16:39 -05:00
enahum
baf1fb6fea
PLT-4618 Fix email subjects ( #4537 )
2016-11-14 07:11:54 -05:00
Christopher Speller
323ce8b203
Merge branch 'release-3.5'
2016-11-14 07:09:41 -05:00
Joram Wilander
b55ec6148c
Fix resetting of statuses on Postgres ( #4538 )
2016-11-11 15:32:29 -05:00
enahum
81b9c98075
translations PR for 3.5 ( #4511 )
2016-11-11 14:55:23 -05:00
Christopher Speller
ced5f54500
Fixing new messages indicator ( #4531 )
2016-11-11 14:55:05 -05:00
Asaad Mahmood
29efeff095
PLT-4609 - Fixing list modals on mobile ( #4536 )
...
* PLT-4609 - Fixing list modals on mobile
* PLT-4609 - Adjust more modal height
2016-11-11 14:54:53 -05:00
Harrison Healey
d1207d34c1
Update .editorconfig to end files with newlines ( #4533 )
2016-11-11 11:14:38 -05:00
Harrison Healey
2f488b13c7
Fixed autocomplete not working when not at the start of the textbox ( #4532 )
2016-11-11 08:29:58 -05:00
Christopher Speller
d469e89520
Improving LDAP user creation fail error message ( #4481 )
2016-11-11 08:24:11 -05:00
Asaad Mahmood
7c1fe7a765
PLT-4316 - Webrtc improvements ( #4525 )
2016-11-11 08:23:43 -05:00
Christopher Speller
6615db7e85
Fixing team members dialog not updating while searching. ( #4524 )
2016-11-10 17:00:19 -05:00
Harrison Healey
03e3ac60c2
PLT-4600 Properly clear autocomplete suggestions when suggestions are out of date ( #4529 )
...
* PLT-4600 Better clear autocomplete suggestions when suggestions are out of date
* Fixed react warnings and removed an eslint ignore
2016-11-10 17:00:14 -05:00
Joram Wilander
2fdb33042a
Load profiles for search results ( #4519 )
2016-11-10 09:25:43 -05:00
Corey Hulen
41b31b4c92
PLT-4716 fixes cache invalidation issue ( #4518 )
...
* PLT-4716 fixes cache invalidation issue
* Adding missing interface
* Adding cache invalidation to channel notification preferences
* Adding cache invalidation to channel notification preferences
2016-11-10 09:25:23 -05:00
Joram Wilander
b46ced78de
If email accounts are disabled, allow email users to switch account type to one of the available types ( #4517 )
2016-11-10 09:25:00 -05:00
enahum
be17e05d73
PLT-4665 Fix Max Channels limit wrong count ( #4512 )
2016-11-10 09:23:55 -05:00
Joram Wilander
8c76560b48
Fix websocket on old versions of IE11 ( #4501 )
2016-11-10 09:22:06 -05:00
Joram Wilander
39675afab4
Only send WS hello event once authenticated ( #4509 )
2016-11-10 09:20:36 -05:00
Alexander Smaga
70e0d5c298
PLT-4670 DM channel creation via webhook fails ( #4523 )
2016-11-10 09:20:22 -05:00
Joram Wilander
daf0490bbf
Fix status interval not clearing after logout ( #4507 )
2016-11-09 10:03:06 -05:00
Kai Faust
4b3eceee70
PLT-4602 Fix misaligned close button and fix Android icon rendering bug ( #4492 )
...
* PLT-4602 Fix horizontal alignment for .close__button
Reduce negative left margin to fix miscalculated center-positioning.
* PLT-4602 Fix dropdown close icon rendering bug on Android
The combination of using a unicode character and a pseudo element was
too problematic, so I added a new custom icon svg CLOSE_ICON that
renders consistently on all browsers.
* PLT-4602 Use font-family fix, remove <svg>
You were correct @hmhealey, the problem was that the unicode characters
were rendering as different fonts: Open Sans and Helvetica Neue!
2016-11-09 09:40:24 -05:00
Harrison Healey
13dcccc60b
PLT-4205 Fixed pending posts always being considered as part of a post thread ( #4488 )
2016-11-08 11:47:42 -05:00
enahum
cb281ac714
Fix shortcuts string ( #4468 )
2016-11-08 11:47:33 -05:00
Christopher Speller
a12120eda5
Fixing browser version checking. ( #4493 )
2016-11-08 10:00:08 -05:00
Joram Wilander
707b01e1ab
Don't count inactive users on statistic pages ( #4482 )
2016-11-08 09:59:40 -05:00
enahum
376f7c6f0e
PLT-4649 reply threads highlight ( #4479 )
2016-11-08 09:59:27 -05:00
Christopher Speller
5fe2d78211
Fixing loading of team members for dm list ( #4477 )
2016-11-08 09:59:14 -05:00