* Remove sound notification support for Edge
* Move the sound test to utils and also stop the dings for Edge along with firefox
* Fix some styling issues
* Remove sound notification support for Edge
Move the sound test to utils and also stop the dings for Edge along with firefox
Fix some styling issues
* Reversing soundOptions util method. Fixing some string IDs for clarity
* Fixing a syntax error
* Restructure HasSoundOptions blocks to not begin with negative statement
* Fixing paranthesis
* Migrate installed_command.jsx to be pure and use Redux
* Add test for InstalledCommand component
* Fix failing test and typo
* Whoops. Revert back deleted filter
* Add filter test
* Remove commands related code from /stores/integration_store.jsx
* PLT-6484 Add /leave command to leave a channel
* Text changes requeted on review.
* PLT-6484 Display the right error message when trying to /leave town-square
* PLT-6484 Be able to execute /leave command in direct and group message channels with the same effect as clicking x
* PLT-6484 Refactor to create new leave_private_channel_modal.jsx
* PLT-6484 Remove previous leave private channel logic to use new leave_private_channel_modal.jsx
* Remove dot in command description. Change localized error when leaving Town square.
* disable /leave command in reply threads on the right-hand sidebar, since it is not obvious which channel you should leave
* Updated with new emoji set for testing
Changed test-emoticons4.md from Symbols and formatting tests to Flags, Special, and formatting tests.
* Updated with new emoji set for testing
Updated test-emoticons3.md from Places to Objects and Symbols.
* Updated with new emoji set for testing
Updated test-emoticons2.md from Objects to Food, Activity, and Travel.
* Updated with new emoji set for testing
Updated test-emoticons1.md to new emoji set, still containing the intro, People, and Nature sections.
* add close button 'x' to the right of a link preview
* Updating webhook UI
* UI improvements for close button
* Adding hover state
* Making the close button visible on mobile
* previews are permanently disabled/closed for that link
* make post as required props
* fix JS error of undefined
* fix update issue both at center and RHS view
* Added a RECEIVED_SEARCH_TERM event on search form submit, attempted to modify Search Results Header title when loading search results
* Fixed RHS behaviour so that loading icon is shown while waiting for search results on slow connections.
* PLT-7140: Fixed all eslint issues
* PLT-7140: reverted changes to config/config.json that were accidentally committed
* PLT-7140: Removed all static function decorators that I previously added to jsx files. These were suggested by eslint, but can cause issues for functions that override parent functionality. still can't reproduce the errors seen on spinmint locally, so I'm guessing at this point
* PLT-7140: Changed var to const
* Updating UI for search results loading (#7096)
* PLT-7145: Fixed typo preventing deleteall command from working as expected. Cleaned up spelling and error messages throughout the user module
* PLT-7145: Grammar and wording suggestions from PR 7002
* Revert "PLT-6603: Don't return all posts on invalid query. (#7061)"
This reverts commit 25a2013890.
* Revert " #4755 Combining consecutive user join/leave system messages to single message and few other changes. (#5945)"
This reverts commit 8a91235fb3.
* Implement user access tokens and new roles
* Update config.json
* Add public post permission to apiv3
* Remove old comment
* Fix model unit test
* Updates to store per feedback
* Updates per feedback from CS
* PLT-7185: Disabled submit button after it is clicked for the first time, unless an error occurs
* PLT-7140: Removed all static function decorators that I previously added to jsx files. These were suggested by eslint, but can cause issues for functions that override parent functionality. still can't reproduce the errors seen on spinmint locally, so I'm guessing at this point
(cherry picked from commit 34b87fe88a)
This is necessary for certain users where
GetBucketLocation API is disabled using IAM
policies. There is a field AmazonS3Region
which we need to re-purpose and use to support
this properly.
Fixes https://github.com/mattermost/platform/issues/6999
* PLT-7177: Found default preference that needs to be changed
* PLT-7177: Front end behaves as desired
* PLT-7177: Changed default batching interval on server side
* PLT-7177: Added unit tests for new default interval
* PLT-7177: Removed unused import
* PLT-7177: Renamed constants to increase clarity