mattermost-webapp
mattermost-webapp copied to clipboard
Webapp of Mattermost server: https://github.com/mattermost/mattermost-server
#### Summary https://github.com/mattermost/mattermost-server/issues/21298 #### Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/21298 #### Release Note ```release-note NONE ```
#### Summary This PR addressed some styles for the text shown in the add channels modal to create a new board. Modifies the color so it looks well in light...
#### Summary Converted following support files to TypeScript - with_email_login_spec.js - with_ldap_login_spec.js - with_saml_login_spec.js and add types declaration #### Ticket Link fixes https://github.com/mattermost/mattermost-server/issues/21306 #### Related Pull Requests #### Screenshots ####...
#### Summary This PR Migrate /enterprise/system_console/about e2e tests to TypeScript #### Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/21330 Fixes https://mattermost.atlassian.net/browse/MM-47301 #### Release Note ```release-note NONE ```
#### Summary Converting following spec files under /integration/enterprise/elasticsearch_autocomplete to Typescript 1. channels_spec.js 2. renaming_spec.js 3. users_in_channel_switcher_spec.js 4. channels_with_special_characters_spec.js 5. renaming_team_spec.js 6. users_in_message_input_box_spec.js 7. system_console_spec.js 8. users_spec.js #### Ticket Link Fixes...
#### Summary In the [original PR](https://github.com/mattermost/mattermost-webapp/pull/10723), we reverted it because there was an unrelated code change. I fixed the issue by reverting the commit. #### Ticket Link #### Related Pull...
#### Summary As part of regular dependency upgrades, this PR upgrades emoji-regex from version 10.1.0 to 10.2.1. | From version | To version | Changelog | Notes| |--------------|------------|------------|------| | 10.1.0...
#### Summary This PR introduces a new feature for users to - see the edit history of their edited messages - restore an old version #### Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/20864...
#### Summary Currently, it says "Profile" but opens up the generic settings without a way to access profile settings. As suggested, I've added another option, so now each one has...