Rohitesh Gupta
4db0512580
MM-52428: Fix few E2E integration tests ( #23311 )
...
* Fixed E2E Integration tests
* Fixed step to close emoji picker
2023-05-05 07:45:54 -04:00
Ibrahim Serdar Acikgoz
d030f681eb
[MM-52550] platform/web_conn: fix a possible data race issue ( #23255 )
...
* platform/web_conn: fix a possible data race issue
* reflect review comments
---------
Co-authored-by: Ibrahim Serdar Acikgoz <ibrahim@ibrahims-mac.local>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-05 10:01:18 +02:00
Vishal
d860548a76
[MM-37933] Channel preference to auto-follow all threads in the channel ( #21430 )
...
* Add auto-follow feature
---------
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-05 12:09:00 +05:30
Agniva De Sarker
9f11fc59b5
Revert "Run golangci in server CI ( #23240 )" ( #23299 )
...
This reverts commit 349e5d4573
.
2023-05-05 10:08:35 +05:30
Saturnino Abril
8fdbbf3d5b
E2E/Playwright: MM-T5424 Find channel limit to 50 results ( #23248 )
...
* fix aria-label of Find Channels modal
* add components
* add test for MM-T5424
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-05 06:20:23 +08:00
Jesse Hallam
30a053314b
Revert "Remove unnecessary blank imports ( #23283 )" ( #23302 )
...
This reverts commit 76ad948b80
.
2023-05-04 16:33:05 -03:00
Safouen Turki
fefca512c8
MM-28338 Fix Combined system messages ( #22608 )
...
* Web App -> Monorepo
* Update message data
* update snapshots
* update tests
* update tests, add null filter for userIds.
* Revert "update snapshots"
This reverts commit 4b3f5b192d
.
* Remove not related tests
* Update post_list
* Update test (removing usernames for UserIds)
* Update webapp/channels/src/packages/mattermost-redux/src/utils/post_list.ts
better readability.
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
* remove unnecessary tests.
---------
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-04 11:09:27 -04:00
Nathan
670b0e4c9f
[MM-44954] Regenerate default avatar ( #22871 )
...
* Regenerate default profile picture if username has changed
- Only actions is profile picture has not been changed
- Adjusts ResetLastPictureUpdate store function to store
-curTime instead of 0
- This is to support updating the default picture while still
retaining the ability to discern a default image from a set one.
- Changes SetDefaultProfileImage to leverage UpdateDefaultProfileImage
- Test updates around updating user default profile pictures
* App interface updates
* Only display picture update date if non-negative
- Ensures we don't display negative timestamps (default images)
- Change ported for mono-repo changes
* Remove duplicate test assertion
---------
Co-authored-by: Nathan Geist <ngeist@spiria.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-04 10:14:26 -04:00
Agniva De Sarker
349e5d4573
Run golangci in server CI ( #23240 )
...
* Run golangci in server CI
Also reordered the checks in check-style target to run vet check
first which has far better error messages in case of unsynced branch failures.
```release-note
NONE
```
2023-05-04 19:37:30 +05:30
Agniva De Sarker
76ad948b80
Remove unnecessary blank imports ( #23283 )
...
They aren't necessary after the monorepo
```release-note
NONE
```
2023-05-04 19:36:41 +05:30
Agniva De Sarker
efbee8ad56
MM-37691: Harden interactive dialog action ( #22783 )
...
We strengthen some checks, forcing them to be changed
only via config.
https://mattermost.atlassian.net/browse/MM-37691
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-04 15:08:55 +05:30
Ibrahim Serdar Acikgoz
3afd2ec549
server/release: use the manifest file from bin directory ( #23290 )
2023-05-04 11:50:59 +03:00
Ashish Dhama
e000d52eb1
fix MM-T2927_1 ( #23258 )
2023-05-04 14:13:53 +05:30
Ashish Dhama
389062193b
[WebApp][MM-51266]: Add compass (MUI wrapper components) in common components package ( #22942 )
...
* wrap all the components using compass-components with compass-components theme provider
Co-authored-by: @michelengelen
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-04 13:43:33 +05:30
Ibrahim Serdar Acikgoz
a496c14cc2
[MM-51329] server/config: add validation for local mode socket file ( #23180 )
2023-05-04 10:17:05 +03:00
Ibrahim Serdar Acikgoz
b2e0aa7088
server/utils: verify trusted ip headers are valid ip addresses ( #23140 )
...
Co-authored-by: Ibrahim Serdar Acikgoz <ibrahim@ibrahims-mac.local>
2023-05-04 09:29:21 +03:00
Ashish Dhama
96b537167c
[WebApp][MM-52125]: Migrate multiple enzyme unit test to testing library ( #23245 )
...
* Migrate multiple enzyme unit test to testing library
2023-05-04 11:55:01 +05:30
na
60234d0880
[MM-47492] - Don't count system messages as replies to a thread ( #23022 )
...
* [MM-47492] - Don't count system messages as replies to a thread
* Add test assertion
* revert store changes`
---------
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-04 13:24:14 +07:00
Ashish Dhama
444bbd56f1
Migrate multiple enzyme unit test to testing library ( #23236 )
2023-05-04 11:17:11 +05:30
Harrison Healey
0e371b010e
MM-52258 Replace usage of localizeAndFormatMessage ( #23009 )
...
* MM-52258 Replace usage of localizeAndFormatMessage
* Remove unused import
* Update snapshot
2023-05-03 15:06:47 -04:00
Harrison Healey
0b55509432
MM-49937 Fix tappable area of modals on mobile ( #23231 )
2023-05-03 15:04:56 -04:00
Harrison Healey
d001994ef9
MM-52282 Remove ExperimentalSettings.PatchPluginsReactDOM ( #23172 )
...
* MM-52282 Remove ExperimentalSettings.PatchPluginsReactDOM
* Fix missing file from last commit
* Fix test usage of plugin.NewEnvironment
2023-05-03 15:04:10 -04:00
Agniva De Sarker
44920deab6
Prevent cancellation of CI in master ( #23246 )
...
```release-note
NONE
```
2023-05-03 23:44:00 +05:30
Harrison Healey
2e852c06a8
MM-51562 Update package versions to 7.11.0 ( #23230 )
...
Automatic Merge
2023-05-03 18:04:29 +03:00
Caleb Roseland
b43a74808d
MM-52265: Boards ESLint improvements ( #23218 )
...
* eslint changes
* sync max-lines with channels rule
* eslint fixes
* remove dupe rules
2023-05-03 07:32:51 -07:00
Ashish Dhama
b5ce8ac741
[WebApp][MM-52138]: Wrap all the components using compass-components with compass-components theme provider ( #22941 )
...
* wrap all the components using compass-components with compass-components theme provider
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-03 19:54:01 +05:30
Vishal
698613c002
[MM-51517] Sentry crash fix ( #22985 )
...
* add cloud limit check
* add test
* add warning for the inaccessible root-post
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-03 16:12:57 +05:30
Weblate (bot)
f3131286af
Translations update from Mattermost Weblate ( #23214 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/
* Translated using Weblate (Korean)
Currently translated at 99.7% (453 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/ko/
Translated using Weblate (Korean)
Currently translated at 99.7% (453 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (608 of 608 strings)
Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/ko/
Translated using Weblate (Korean)
Currently translated at 95.3% (433 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/ko/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (454 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/sv/
Translated using Weblate (Swedish)
Currently translated at 99.1% (2516 of 2538 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (608 of 608 strings)
Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/sv/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 84.9% (2156 of 2538 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/pt_BR/
* Translated using Weblate (Dutch)
Currently translated at 97.9% (5753 of 5874 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
---------
Co-authored-by: Kwangoh Moon <raymond.moon@gmail.com>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>
Co-authored-by: andersonjeccel <anderson@idmotion.com.br>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2023-05-03 12:32:04 +02:00
Akis Maziotis
8966769f00
[chore] CI. Disabling artifacts upload to mattermost dockerhub
...
We are disabling uploading e2e artifacts to mattermost dockerhub repository.
This was temporary, to help with the migration to the new repo, of all sourounding services.
Ticket: https://mattermost.atlassian.net/browse/CLD-5614
2023-05-03 13:23:16 +03:00
Agniva De Sarker
430ff2c83f
Fix setup-go action ( #23247 )
...
Cache the dependencies correctly with the right path to go.sum file
```release-note
NONE
```
2023-05-03 13:56:23 +05:30
na
6fb9916b59
[MM-50204] - Don't pass invalid prop to textarea by advanced text editor ( #23224 )
...
* [MM-50204] - Don't pass invalid prop to textarea by advanced text editor
* Remove using reflect
---------
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
2023-05-03 13:38:07 +07:00
Konstantinos Pittas
b6caed652a
[MM-46218] Set focus to highlighted post ( #23082 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-03 08:43:31 +03:00
Matheus
86f3a8bb1f
MM-22967 : Fixing file upload error feedback from server ( #22972 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-03 09:55:08 +05:30
Caleb Roseland
f9f4553dae
MM-52529: remove defunct 'all teams' fallback text & tooltip ( #23216 )
2023-05-02 16:14:02 -05:00
Harrison Healey
f77501ec10
MM-50750 Remove unused HelpController component ( #22861 )
...
* MM-50750 Remove unused HelpController component
* Fix snapshot
* Remove leftover string from bad merge
2023-05-02 13:07:30 -04:00
Ben Cooke
5adbf6c612
[MM-52288] Oauth2 postgres migration issue ( #23036 )
...
* fixing migrations that caused some oauth2 issues
2023-05-02 12:32:30 -04:00
Harrison Healey
3ba75afa08
MM-52173 Add setting to delay channel autocomplete ( #22952 )
...
* Add unit tests for ChannelMentionProvider.handleCompleteWord
* Add a minimum length before the ChannelMentionProvider triggers
* MM-52173 Move delayed autcomplete behind a setting
* Fix e2e test type check
* Update Textbox tests
* Add new setting to server telemetry
2023-05-02 10:11:15 -04:00
Vishal
609ab9c765
[MM-52527] ( #23197 )
...
* change recursive to iterative
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-01 19:53:18 +05:30
Pablo Andrés Vélez Vidal
aac4f23379
MM-52175 - fix button formatting and add anchor to the end ( #23048 )
...
* MM-52175 - fix button formatting and add anchor to the end
* make anchor optional
* use built in URL function to extract the anchor
* add anchor to tasklitst download apps
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-29 11:36:31 +02:00
Caleb Roseland
62d52e096e
Merge pull request #23206 from mattermost/i18n-resolve-conflicts-28-04-2023
2023-04-28 14:49:40 -05:00
Caleb Roseland
e300cb942a
Merge remote-tracking branch 'weblate/master' into i18n-resolve-conflicts-28-04-2023
2023-04-28 10:46:22 -05:00
Laurens Ramandt
8408aafc20
Translated using Weblate (Dutch)
...
Currently translated at 99.4% (5772 of 5806 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-04-28 17:19:17 +02:00
Tom De Moor
3d7fc23247
Translated using Weblate (Dutch)
...
Currently translated at 99.5% (5778 of 5806 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-04-28 16:20:20 +02:00
Nathaniel Allred
a34d873acb
update test public key ( #22835 )
...
* update test public key
2023-04-28 09:20:12 -05:00
Francesco Bedini
84755aad0f
Translated using Weblate (Italian)
...
Currently translated at 65.4% (3799 of 5806 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/it/
2023-04-28 15:03:01 +02:00
Conor Macpherson
388645ea33
Merge pull request #22969 from mattermost/MM-51456-update-overage-notices
...
MM-51456 - Update Overage Notices
2023-04-28 09:02:51 -04:00
Harshil Sharma
3db6bb016e
Channel index fix ( #22947 )
...
* WIP
* Fetched ES index for type checking
* WIP
* Moved migration key to model
* CI
* CI
* Fixed existing tests
* Updated einterface mocks
* CI
* WIP
* Reverted test makefile changes
* Fixed error level
* CI
* Not attempting to launch job if not enterprise ready
* CI
* Fixing job trigger condition
* CI
* Updated eemocks
* CI
2023-04-28 11:11:34 +05:30
Kwangoh Moon
95760877d6
Translated using Weblate (Korean)
...
Currently translated at 99.8% (604 of 605 strings)
Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/ko/
2023-04-28 07:13:44 +02:00
na
08bb7933aa
[MM-51284] - Correctly check for mobile view in product menu list ( #23025 )
...
* [MM-51284] - Correctly check for mobile view in product menu list
* fix lint
---------
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-28 12:13:29 +07:00
Kwangoh Moon
d56a168dfc
Translated using Weblate (Korean)
...
Currently translated at 97.5% (590 of 605 strings)
Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/ko/
2023-04-28 02:44:22 +02:00