Commit Graph

1405 Commits

Author SHA1 Message Date
Joram Wilander
ef9326bcbb Move integrations over to redux and v4 (#6679) 2017-06-19 10:55:47 -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
36f216cb7c PLT-6080 moving clustering to memberlist (#6499)
* PLT-6080 adding cluster discovery service

* Adding memberlist lib

* Adding memberlist lib

* WIP

* WIP

* WIP

* WIP

* Rolling back config changes

* Fixing make file

* Fixing config for cluster

* WIP

* Fixing system console for clustering

* Fixing default config

* Fixing config

* Fixing system console for clustering

* Tweaking hub setting

* Bumping up time

* merging vendor dir

* Updating vendor dir

* Fixing unit test

* Fixing bad merge

* Remove some testing code

* Moving comment

* PLT-6868 adding db ping retry

* Removing unused loc strings

* Adding defer to cancel
2017-06-19 08:44:04 -07:00
Carlos Tadeu Panato Junior
fe48987a32 [PLT-6548] Mobile Web View: Add "Leave Team" option to main menu (#6472)
* PLT-6548 - Mobile Web View: Add "Leave Team" option to main menu

* Updating leave team icon color
2017-06-19 08:41:58 -07:00
Christian Arnold
b978f6a61f Unified quotation marks (#6682) 2017-06-19 10:57:42 -04:00
Joram Wilander
ab67f6e257 PLT-6215 Major post list refactor (#6501)
* Major post list refactor

* Fix post and thread deletion

* Fix preferences not selecting correctly

* Fix military time displaying

* Fix UP key for editing posts

* Fix ESLint error

* Various fixes and updates per feedback

* Fix for permalink view

* Revert to old scrolling method and various fixes

* Add floating timestamp, new message indicator, scroll arrows

* Update post loading for focus mode and add visibility limit

* Fix pinning posts and a react warning

* Add loading UI updates from Asaad

* Fix refreshing loop

* Temporarily bump post visibility limit

* Update infinite scrolling

* Remove infinite scrolling
2017-06-18 14:42:32 -04:00
Saturnino Abril
0231e95f1c Fix Emoji picker cut off at RHS (#6602) 2017-06-18 11:23:17 -07:00
VeraLyu
5158d3a446 Remove fake img preview before loaded (#5854)
Remove fake img preview and collapse toggle before it is loaded,
only show img and toggle after it is fully loaded.
Fix markdown img size and add scroll down behaviour.
2017-06-16 13:12:22 -04:00
Harrison Healey
0b204ac82a PLT-6788 Stopped filtering custom emojis by creator's full name or nickname (#6662) 2017-06-16 09:36:01 -07:00
Harrison Healey
1897a7ea9e PLT-6751 Fixed error message when trying to join full team (#6657) 2017-06-16 09:34:53 -07:00
Asaad Mahmood
94fdba9a31 Ui improvements (#6651)
* PLT-6691 - Centering emoji in post view

* PLT-6737 - FIxing on hover style for heade icons

* PLT-6768 - Fixing error on profile picture

* PLT-6792 - Fixing link preview image not resizing

* PLT-6793 - User popover position on mobile
2017-06-15 08:07:00 -07:00
Joram Wilander
528f2dc6c3 Merge release-3.10 into master (#6654)
* PLT-6787 Fixed being able to send a post before files finished uploading (#6617)

* Fix quick switcher for channels/users not stored locally (#6610)

* Fix button text on confirm mention modal (#6609)

* fix post delete permission of channel admin (#6608)

* open comment thread for the most recent reply-able message (#6605)

* Use mutex flag with yarn to prevent concurrent builds interfering (#6619)

* Use mutex flag with yarn to prevent concurrent builds interfering

* Remove yarn mutex file with clean

* Minor bug fixes (#6615)

* PLT-6774 - Fixing color for offline icon

* PLT-6784 - Fixing status icon

* Fixing icon margin

* Updating caret position

* PLT-6070 Have ChannelMentionProvider stop searching after a term returns no results (#6620)

* Fixing JS error (#6623)

* Minor bug fixes (#6622)

* PLT-6808 - Updating channel switcher on mobile

* PLT-6743 - Updating scrollbar styling

* Login instead of failing if user exists in OAuth sign-up flow (#6627)

* PLT-6802 Disable team switcher (#6626)

* Disable team switcher

* Fix ESLint errors

* PLT-6807 Ensured select teams page can scroll on iOS (#6630)

* Do not redirect from account switch pages on 401 (#6631)

* Fixing loadtest command and renaming to /test (#6624)

* PLT-6820 Update mattermost-redux dependency (#6632)

* translations PR 20170612 (#6629)

* Bump HTTP client timeout to 30 seconds (#6633)

* For team unreads return empty array instead of null (#6636)

* PLT-6831 Fix status modal localization IDs (#6637)

* Fix status modal localization IDs

* Update test snapshot
2017-06-15 11:05:43 -04:00
Joram Wilander
c0a0065472 Move user actions over to use redux and v4 (#6649) 2017-06-15 10:34:20 -04:00
Saturnino Abril
0e89d9be1d create DotMenu components and add dotmenu IDs to posts at center and RHS (#6642) 2017-06-14 19:45:46 -04:00
Joram Wilander
1138dd6770 PLT-6657 Move system console to use v4 endpoints and redux (#6572)
* Move system console to use v4 endpoints and redux

* Rename logs dir to get past gitignore

* Fix test email

* Update brand unit test

* Updates per feedback
2017-06-14 08:56:56 -04:00
Harrison Healey
40efd8367a PLT-6127/PLT-6135/PLT-6137 Added EmojiPickerOverlay component to better position emoji picker (#6352)
* Cleaned up emoji picker CSS

* Fixed border of emoji picker when reacting to comments in the RHS

* PLT-6135 Made EmojiPicker automatically position itself above/below the [...] menu

* PLT-6135 Changed post textbox emoji picker to use a RootCloseWrapper

* PLT-6135 Changed comment textbox emoji picker to use a RootCloseWrapper

* PLT-6135 Changed RHS post components to use EmojiPickerOverlay

* Removed react-outside-event package

* Fixed merge conflict

* Fixed emoji picker position on posts in RHS

* Removed unused CSS classes

* Fixed not being able to react to posts with emoji picker
2017-06-13 11:35:45 -07:00
Jason Blais
08130096e5 Tweak System Console > Configuration note (#6598)
* Update configuration_settings.jsx

* Update en.json
2017-06-12 07:30:36 -04:00
Harrison Healey
fc7f6ffd32 PLT-6735 Fixed unknown prop warning from SuggestionBox (#6618) 2017-06-10 13:06:39 -07:00
lfbrock
91008ea2a5 Fix spelling of single sign-on (#6621)
* Create signup_controller.jsx

* Create email_authentication_settings.jsx

* Create en.json
2017-06-09 17:19:27 -04:00
Carlos Tadeu Panato Junior
dc5e7b805c PLT-6695 - Mobile web view: Add "Create Team" option to main menu (#6524)
* PLT-6695 - Mobile web view: Add "Create Team" option to main menu

* change to isSystemAdmin
2017-06-08 07:46:34 -04:00
Kacper Kula
613a873611 [PLT-6394] [...] menu no longer hides when not hovered. (#6353)
* [PLT-6394] [...] menu no longer hides when not hovered.

* Fixed dropdown visibility to use same method as main window.
2017-06-08 07:46:11 -04:00
Joram Wilander
c831e14ed0 Update help text for quick switcher (#6599) 2017-06-06 18:29:36 -04:00
Asaad Mahmood
1eed253fc2 Channel switcher UI improvements (#6564)
* Channel switcher UI improvements

* Reverting mattermost theme

* Fixing spacing above the button

* Updating switcher button

* PLT-6691 - Fixing tablet header
2017-06-06 17:24:23 -04:00
Joram Wilander
6e7b912ec6 PLT-4257 Add pop-up asking if user wants to reset status (#6526)
* Add pop-up asking if user wants to reset status

* Update test snapshot

* Update prop name for old uses of confirm modal

* Updating checkbox (#6586)

* Updating style for checkbox (#6596)
2017-06-06 17:24:08 -04:00
Jeff Schering
02f09b8af9 Updating Site URL help text in System Console (#6582)
* Updating Site URL help text in System Console

* Replacing single quotes with double quotes

* Corrected statement about non-standard ports

* Converted double quotes to single quotes
2017-06-06 16:37:39 -04:00
Carlos Tadeu Panato Junior
fb55d9cc7d PLT-6757 - fix js error when press enter in the confirmation dialog (#6589) 2017-06-06 14:43:30 -04:00
Harrison Healey
3dc625a8bd PLT-6705 Show partially hidden channels as 'Unread above/below' (#6580) 2017-06-06 10:35:37 -04:00
David Rojas Camaggi
46fc47e520 PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418)
* PLT-6416 the profile picture is always shown in the top left (#6327)

* PLT-6416 Add status icon to profile picture in left sidebar (#6327)

* PLT-6416 Add StatusDropdown to profile picture in top left (#6327)

* Fixing theme stuff for status picker

* PLT-6416 Automatically close status dropdown after selection (#6327)

* PLT-6416 Avoid render status dropdown in sidebar if isMobile (#6327)

* PLT-6416 Change icon for status change to caret-down  (#6327)

* PLT-6416 Update visibility of status dropdown after window size (#6327)

* PLT-6416 Refactor status dropdown for better mouse usability (#6327)

* PLT-6416 Change status dropdown to the redux way (#6327)

* PLT-6416 Fix header style of admin sidebar (#6327)
2017-06-06 09:45:36 -04:00
Joram Wilander
382ba0b0d1 Fix race causing channels to not clear mention on focus (#6587) 2017-06-06 07:56:07 -04:00
Joram Wilander
876c5dc9df Fix default text for channel switcher (#6581) 2017-06-06 07:55:26 -04:00
Corey Hulen
86fe96a6e2 Tweaking strings and adding them to the loc files for the signature v2 fix (#6527)
* Tweaking strings and adding them to the loc files

* Fixing spacing

* Removing V2 from config
2017-06-05 16:36:59 -04:00
Harrison Healey
a3171048e0 PLT-6724 Hide options relating to channel admin when not licensed (#6583) 2017-06-05 16:34:42 -04:00
Saturnino Abril
db1b202e42 fix regression for LDAP users not showing email address (#6568) 2017-06-05 13:22:37 -04:00
Joram Wilander
abd0466a42 PLT-3466 E10: Add announcement bar feature (#6509)
* E10 - Add announcement bar feature

* Updates per feedback

* Add component tests and snapshots

* Update snapshots

* Updating color picker UI (#6543)

* Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes

* Fixing links (#6544)

* Updating UI for fixed error bar (#6552)

* Truncating text on fixed banner (#6561)

* Plt 3466 - Error bar link states (#6577)

* Updating error bar hover state

* Updating error bar link states
2017-06-05 12:49:38 -04:00
Joram Wilander
0f3bd85b8d Allow switching to private channels with /join command (#6579) 2017-06-05 11:57:50 -04:00
Saturnino Abril
b0f32e3c19 fix JS error and incorrect comment thread for SHIFT+UP (#6574) 2017-06-05 11:09:43 -04:00
Joram Wilander
7be7c67757 Increase quick switcher perf by not storing server results (#6575) 2017-06-05 09:45:50 -04:00
Saturnino Abril
0d6dd52be6 [PLT-6697] Added CTRL/CMD+SHIFT+K shortcut to open 'more direct messages' dialog (#6534)
* add keypress shortcut to open 'more direct messages' dialog

* removed duplicate e.preventDefault()

* add text description to /shortcuts output
2017-06-05 08:46:31 -04:00
Saturnino Abril
fd6f6a55ce [PLT-6616] Fixed autocomplete to close properly (#6528)
* fix autocomplete to close properly

* disable key press of suggestion box when input value is empty
2017-06-05 08:43:59 -04:00
Saturnino Abril
f1b317a51f add shortcut that opens a comment thread for most recent message in a channel (#6549) 2017-06-02 09:11:03 -07:00
Harrison Healey
43c440e8a4 PLT-6552 Fixed system users list ignoring search term after changing teams (#6537) 2017-06-01 17:20:57 -04:00
Joram Wilander
8ad057c2c7 Prevent re-rendering of sidebar when typing into channel switcher (#6547) 2017-06-01 14:16:51 -04:00
Harrison Healey
7ad1571701 PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540) 2017-05-31 17:15:47 -04:00
Joram Wilander
5aaedb9663 PLT-5699 Improvements to channel switcher (#6486)
* Refactor channel switcher to not wait on server results

* Change channel switcher to quick switcher and include team switching

* Add sections, update ordering and add discoverability button

* Fix styling error

* Use CMD in text if on mac

* Clean yarn cache on every install

* Various UX updates per feedback

* Add shortcut help text for team switcher

* Couple more updates per feedback

* Some minor fixes for GM and autocomplete race

* Updating UI for channel switcher (#6504)

* Updating channel switcher button (#6506)

* Updating switcher modal on mobile (#6507)

* Removed jQuery usage

* Rename function to toggleQuickSwitchModal
2017-05-31 16:51:42 -04:00
Saturnino Abril
8ce72aedc3 fix JS error when adding reaction when latest post is ephemeral (#6512) 2017-05-31 11:55:53 -04:00
Harshavardhana
f520aa1f4d Support AWS Signature V2 for Mattermost for S3 storage. (#6462)
Certain S3 compatible servers only use Legacy Signature (AWS
Signature V2), current code only supports signature v4.

This PR adds facility to click a button on the UI to enable
legacy signature with S3 compatible servers.
2017-05-30 16:12:24 -07:00
Carlos Tadeu Panato Junior
d409c7c1c6 Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)
* implement PLT-6246 - Confirm before sending (at)all, (at)channel message

* refactor per review

* add constant to define the notify all modal
2017-05-30 16:46:18 -04:00
David Meza
eab6f74594 PLT-6485 Add ability to disable @here notifications (#6372) 2017-05-30 12:02:44 -04:00
Saturnino Abril
23ca4fe69c make username clickable on mobile view (#6519) 2017-05-30 08:19:48 -07:00
Asaad Mahmood
b2453735b2 Minor Ui improvements (#6515)
* PLT-6645 - Improving copy pasting behaviour

* PLT-6149 - Fixing edited indicator in search
2017-05-30 08:19:29 -07:00