Saturnino Abril
f2abb9d8eb
fix permission app error with updatePost ( #6749 )
2017-06-26 21:05:50 +01:00
Saturnino Abril
ffaab0bf22
Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals ( #6744 )
2017-06-26 14:34:44 -04:00
Chris
69ae5cef16
verify for email domain for everything but ldap / saml ( #6718 )
2017-06-26 14:33:48 -04:00
Adrien
f404483834
platform/model: Don't pull in the "testing" package in normal builds ( #6735 )
...
Rename all files importing the "testing" package in "platform/model"
so that they only get compiled in test builds. This avoids the side
effects of the testing package (notably, defining some command line
flags with the "flags" package) for codebases importing the model
package.
2017-06-26 14:32:39 -04:00
Joram Wilander
82b36b3721
PLT-6815 Do not disconnect websocket when joining a team ( #6746 )
...
* Do not disconnect websocket when joining a team
* Fix eslint error
2017-06-26 13:25:43 -04:00
Harrison Healey
072da672a8
Required space before brackets in async arrow functions ( #6721 )
2017-06-26 09:38:50 -07:00
Chris
14467ee134
add /open command ( #6717 )
2017-06-26 09:36:47 -07:00
Joram Wilander
e285839ee1
Fix websocket URL when specifying port in the config ( #6748 )
2017-06-26 08:39:24 -07:00
Joram Wilander
23ccfc845c
Move remaining actions over to use redux and v4 endpoints ( #6720 )
2017-06-26 08:16:57 -04:00
Saturnino Abril
fe7e9d95b3
fix JS error when saving a custom theme vector ( #6734 )
2017-06-23 19:12:34 -04:00
VeraLyu
33eb77b757
PLT-3711: Add websocket event for emoji addition ( #6211 )
...
* PLT-3711: Add websocket event for emoji addition
* (SA) updated as per review
This PR is edited directly to merge into master.
* (SA) updated as per review
This PR is edited directly to merge into master.
2017-06-23 19:09:17 -04:00
Chris
4df36a504c
PLT-6714: add /settings command ( #6716 )
...
* add /settings command
* update receiver name
2017-06-23 15:47:24 -07:00
Harrison Healey
bf12e7e32c
Load current user after loading client config ( #6648 )
2017-06-23 17:08:25 -04:00
enahum
964077eba3
translations PR 20170619 ( #6686 )
2017-06-23 16:48:49 -04:00
Joram Wilander
458d7d0021
Fix JS error from null posts ( #6722 )
2017-06-23 16:21:52 -04:00
Corey Hulen
a077cae279
Fixing cluster issue with posts ( #6736 )
2017-06-23 16:13:21 -04:00
Jason Blais
647d5b1b45
Fix places where we still refer to "/loadtest" ( #6732 )
...
* Update README.md
* Update developer_settings.jsx
* Update command_loadtest_test.go
2017-06-23 13:36:13 -04:00
Joram Wilander
ca8d57c4db
PLT-6890 Fix various scrolling issues ( #6727 )
...
* Fix various scrolling issues
* Move reaction scrolling to reaction list
* Handle scrolling when RHS opens
* Only run scroll update code when posts change
2017-06-23 12:09:56 -04:00
Joram Wilander
b01da39887
Fix manange channel members search ( #6707 )
2017-06-22 22:29:49 -04:00
Asaad Mahmood
dfbb16521c
Minor bug and UI fixes ( #6729 )
...
* PLT-6797 - Code block language tag not selectable
* PLT-6771 - Aligning search box with RHS
* PLT-6827 - Fixing link color in error bar
* PLT-6241 - Adding edge detection
2017-06-22 22:28:04 -04:00
Joram Wilander
d8cd38f483
Correctly pull threads when receiving a new post in a non-loaded thread ( #6725 )
2017-06-22 15:51:15 -04:00
Carlos Tadeu Panato Junior
a429430823
fix order in the RHS menu ( #6719 )
2017-06-22 23:59:57 +08:00
Saturnino Abril
8f7e6e1fa3
fix JS errors when Ctrl + Enter is used to send message ( #6708 )
2017-06-22 10:50:21 -04:00
ftKnox
b50e7dc7a9
fixes issue for channel change failure #6529 ( #6705 )
2017-06-22 10:38:07 -04:00
Saturnino Abril
bc6a7d8810
fix CTRL+SHIFT+K to toggle open or close when pressed ( #6701 )
2017-06-22 10:34:38 -04:00
Joram Wilander
98844449b0
Allow closing of favorited GMs ( #6700 )
2017-06-22 10:34:15 -04:00
Joram Wilander
fafeadf8ae
Show comment count when deleting from RHS ( #6711 )
2017-06-22 21:50:43 +08:00
Joram Wilander
3f1fca9463
PLT-6759 Show deactivated users in GMs ( #6703 )
...
* Show deactivated users in GMs
* Fix runtime error when DMing deactivated user
2017-06-22 11:36:46 +01:00
Harrison Healey
ac4e9909fa
Fixed incorrect formatting of numbers and plural words ( #6696 )
...
* Fixed incorrect formatting of numbers and plural words
* Removed unused i18n strings
* Fixed eslint errors
2017-06-22 11:30:03 +01:00
Christopher Speller
42f28ab8e3
Updating server dependancies ( #6712 )
2017-06-21 19:06:17 -07:00
Christopher Speller
6b39c308d8
Updating client dependancies. ( #6714 )
2017-06-21 19:05:35 -07:00
Saturnino Abril
5cd718b7d9
remove channel members dropdown when its menu is empty ( #6713 )
2017-06-21 19:05:17 -07:00
Carlos Tadeu Panato Junior
1e84e931ec
when a channel is update propagate the channel to everybody ( #6677 )
2017-06-21 13:01:05 -07:00
Joram Wilander
a9ef8b52aa
Fix panic in v4 client ( #6704 )
2017-06-21 12:50:51 -07:00
Joram Wilander
6bfb7ea3a9
Fix JS error when hovering over reactions ( #6710 )
...
* Fix JS error when hovering over reactions
* Fix autocomplete for custom emojis
* Update to latest mattermost-redux
2017-06-21 10:38:19 -04:00
Saturnino Abril
f80003a975
add more Ids for UI automation ( #6673 )
2017-06-20 17:08:37 -04:00
Saturnino Abril
6e2e1c3bbb
fix /expand and /collapse for link previews ( #6676 )
...
* fix /expand and /collapse for link previews
* make props.openGraphData not required for PostAttachmentOpenGraph component
2017-06-20 17:08:09 -04:00
Saturnino Abril
14054a532d
fix intermittent failure of TestGetPostsForChannel on CI server ( #6702 )
2017-06-20 17:05:13 -04:00
Corey Hulen
b5d2c12d22
Setting per-paging for logs to load 10K initially like the old apis ( #6697 )
...
* Setting per-paging for logs to load 10K initially like the old apis
* Fixing unit test
2017-06-20 13:13:02 -07:00
Harrison Healey
68ea0abfa6
PLT-4457 Added AtMention component to better render at mentions ( #6563 )
...
* Moved Utils.searchForTerm into an action
* Added easier importing of index.jsx files
* PLT-4457 Added AtMention component to better render at mentions
* Fixed client unit tests
* Fixed merge conflict
* Fixed merge conflicts
2017-06-20 15:22:46 -04:00
Carlos Tadeu Panato Junior
270fc41c0f
[PLT-3379] "Commented on" username should respect the teammate name display ( #6684 )
...
* PLT-3379 - "Commented on" username should respect the teammate name display
* update per review
2017-06-21 00:23:12 +08:00
Joram Wilander
414b208100
PLT-6885/PLT-6888 Fix custom emojis ( #6694 )
...
* Fix custom emojis
* Fix custom emoji reactions
2017-06-20 11:47:53 -04:00
Joram Wilander
2e6fd031d1
Add GET /teams/invite/{invite_id} endpoint for v4 ( #6685 )
2017-06-20 14:55:43 +01:00
Joram Wilander
effaeee830
Fix autocomplete and replying to flagged posts ( #6690 )
2017-06-20 08:56:38 -04:00
Joram Wilander
5627f3fd1d
Add GET /analytics/old endpoint for v4 ( #6666 )
2017-06-19 16:35:53 -04:00
Joram Wilander
ef9326bcbb
Move integrations over to redux and v4 ( #6679 )
2017-06-19 10:55:47 -07:00
Jeff Schering
1594cf8af1
Renamed /loadtest to /test ( #6669 )
2017-06-19 10:54:19 -07:00
Joram Wilander
1d66e64e54
Add POST and DELETE /license endpoints for v4 ( #6665 )
...
* Add POST and DELETE /license endpoints for v4
* Fix comment text
2017-06-19 10:46:51 -07:00
Carlos Tadeu Panato Junior
59088a1687
[PLT-6452] Remove edit button on mobile, and have the edit icon beside the value, and the value as a link ( #6565 )
...
* Remove edit button on mobile, and have the edit icon beside the value, and the value as a link
* update per review
2017-06-19 10:46:15 -07:00
Corey Hulen
e2cc0df2e8
PLT-6761 fixing unit tests ( #6671 )
2017-06-19 09:08:52 -07:00