| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| | |
* PLT-7098 - Back arrow cut off in sidebar
* PLT-7089 - Fixing channel name truncation
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Update push_settings.jsx
* Update en.json
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* add missing borders of emoji picker
* set input class `emoji-picker__search` border-width to zero
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
(Resubmit) (#6892)
* PLT-7039 Use loadProfilesAndStatusesForPosts from the redux library
* Switched mattermost-redux to webapp-4.0 branch
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
header after expanding the right-hand side (#6891)
* fix extra whitespace between search bar and "@" icon in channel header after expanding the right-hand side
* remove .search__form class
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-7056 - Fixing profile popover position
* PLT-7082 - Removing extra space below header
* PLT-7074 - Channel header fix
* PLT-7054 - Fixing scroll inside members popover
* Updating mention highlight color for default theme
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
(#6881)" (#6882)
This reverts commit 250a344d04d8e682a98760bdc378d1a5c46f31e6.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-7011 - Long channel name truncation
* PLT-7013 - Fixing channel header mobile
* PLT-7012 - Updating quick switch modal on mobile
* PLT-7008 - Channel preferences mobile fix
* PLT-7014 - Increasing tap area for channel desc
|
| | |
|
| |
| |
| |
| | |
(#6872)
|
| |
| |
| |
| |
| |
| | |
* PLT-6999 Stopped mutating style object provided by react-bootstrap
* Fixed indentation to satisfy eslint
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-6474: Basic System Console Elasticsearch Config.
* Fix review comments.
* More review fixes.
* Review comments.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Used client-side EXIF data to rotate profile picture thumbnails
- Added a small package for correctly translating EXIF orientation into CSS transforms
- Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster
- For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation.
- The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove a couple of superfluous trailing arguments
* Simplify assignment logic in a couple of places
* Modify some potentially inconsistent setState calls to use the function form
* Fix eslint errors
|
|/
|
|
|
|
| |
* Fix SignupEmail invite handling
* Fix eslint errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-6905 - Updating channel header design
* Updating border-radius
* Updating radius for wide icons
* Updating trigger for overlay
* Updating UI for channel header
* Updating channel header sizing
* Updating channel header css
* Updating sidebar css
* Updating status icons
* Adjusting border
* Updating comment
* Removing type from status icon
* Fixing UI issues for the channel header/sidebar
* make "Add a channel description" open the channel header modal
* Updating status and opacity
* Updating stauts icon positioning
* Updating description and heading size
* Updating UI changes
* Updating UI changes
* add a focused class to the parent div .search__form and then remove when hover away
* Fix active state for pinned posts icon
* Updating UI changes
* Update channel header text
|
| |
|
|
|
|
|
|
|
|
| |
* system console setting for the emoji picker
* remove state.emojiPickerEnable
* update url to /admin_console/customization/emoji
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(#6723)
* clear center and rhs view on other window when leaving a channel
* move redirection to websocket actions
* close sidebar at websocket action
|
| |
|
|
|
|
|
|
| |
* translations PR 20170703
* Fix bad merge
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* PLT-6964 - Updating new theme
* PLT-6827 - Fixing error bar link color issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update installed_commands.jsx
* Update installed_incoming_webhooks.jsx
* Update installed_oauth_apps.jsx
* Update installed_outgoing_webhooks.jsx
* Update integrations.jsx
* Update quick_switch_modal.jsx
* Update en.json
* Decrease help text size in Integrations page
* Fix syntax error
* Tweak help text size based on Asaad's feedback
* Fix indentation
* Update help text classname to backstage-list__help
* Update _backstage.scss
* Remove the horizontal line in integrations page
* Renamed template strings for integrations help links
|
|
|
|
|
|
|
|
| |
* Update to latest mattermost-redux
* Add back recent and new users to team analytics page
* Update to latest
|
| |
|
|
|
|
|
|
|
|
|
|
| |
last channel member (#6706)
* channel delete option is hidden from the menu unless there is appropriate permissions as set in the policy page
* apply to public channel only and add restriction to API layer
* updated channel deletion
|