Commit Graph

17077 Commits

Author SHA1 Message Date
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
Julian Mondragón
1051925eec
MM-51482_Create Apps Category and link to bots DM (#22918) 2023-04-27 19:44:14 -05:00
Pablo Andrés Vélez Vidal
13f1d0fdc5
MM-52499 - fix error while removing all channels in guest invite form (#23173)
* MM-52499 - fix error while removing all channels in guest invite form

* add guard against channels being null
2023-04-27 23:05:38 +02:00
Julian Mondragón
d7131030f5
MM-52439_MM-52439: New Marketplace icon on apps bar non-responsive when RHS open for any reason (#23112) 2023-04-27 15:48:43 -05:00
Conor Macpherson
0df19232a4
Merge pull request #23083 from mattermost/MM-51858-fix-workspace-deletion-telemetry
MM-51858 Update Workspace Deletion Telemetry
2023-04-27 12:01:58 -04:00
Conor Macpherson
79341fa76d
Merge pull request #23069 from mattermost/MM-50363-add-telemetry-to-self-hosted-expansion
MM-52347 - Add Telemetry Event Tracking to Self Hosted Expansion
2023-04-27 12:01:46 -04:00
Michael Kochell
f6598c2d32
bump github plugin version to 2.1.5 (#22575)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-27 10:38:30 -04:00
Mattermost Build
bd7752b961
Merge branch 'master' into MM-51456-update-overage-notices 2023-04-27 17:36:19 +03:00
Mattermost Build
147c5068e7
Merge branch 'master' into MM-50363-add-telemetry-to-self-hosted-expansion 2023-04-27 17:36:14 +03:00
Mattermost Build
a599a5feab
Merge branch 'master' into MM-51858-fix-workspace-deletion-telemetry 2023-04-27 17:36:11 +03:00
Allan Guwatudde
1cc288168e
[MM-52480] - Change action text on global banner cta (#23141) 2023-04-27 17:27:08 +03:00
Allan Guwatudde
a189fe2992
[MM-52295] - Update copy of free trial rhs console card (#23145)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-27 17:26:50 +03:00
Allan Guwatudde
c87fe742be
[MM-52425] - Remove leftover Start Trial CTAs (#23099)
* [MM-52425] - Remove leftover Cloud Start Trial CTAs

* fix translations

* fix feature discovery

* fix feature restricted modal

* fix test

* feedback impl

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-27 16:30:09 +03:00
Allan Guwatudde
0c6ac000d3
[MM-51561] - Change delete modal copy (#23143)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-27 16:28:58 +03:00
Kwangoh Moon
758861ff35 Translated using Weblate (Korean)
Currently translated at 78.1% (473 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-27 08:25:24 +02:00
Saturnino Abril
0147a1e781
e2e/fix: enable skipped tests in playbooks (#23102) 2023-04-27 14:25:16 +08:00
Ibrahim Serdar Acikgoz
fc50bd450e
Makefile: bump golangci-lint version (#23160)
Co-authored-by: Ibrahim Serdar Acikgoz <ibrahim@ibrahims-mac.local>
2023-04-26 16:50:54 -06:00
Ben Cooke
3995f4a724
[MM-52339] Top playbooks missing from insights (#23076)
Automatic Merge
2023-04-26 22:34:29 +03:00
Pablo Andrés Vélez Vidal
9e3f6e1840
MM-52419 - move preparing workspace onboarding behind usecaseonboarding ff for self-hosted (#23090)
* MM-52419 - move preparing workspace onboarding behind usecaseonboarding ff for self-hosted

* fetch active teams instead of just my teams

* use the onboarding flow enabled config value

* remove unnecessary conditions

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-26 19:38:45 +02:00
Michael Kochell
8e359790a7
Bump Apps plugin version to 1.2.1 (#22619)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-26 13:24:17 -04:00
fr0mdual
e3e7349a35
Merge pull request #23163 from mattermost/MM-52493
[MM-52493] workflows/artifacts.yml: do not upload build artifacts for branches
2023-04-26 18:15:34 +01:00
Pablo Andrés Vélez Vidal
812689030b
Mm 50013 - readd invite members screen cloud version (#22971)
* MM-50013-readd-invite-members-screen-cloud-version

* add the copy invite and fade in the skip buttons

* unify cloud and self hosted version

* add logic to send emails, and finish launching workspace

* fix styles

* remove unintended change

* fix translations

* fix unit tests

* fix styles

* fix styles

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-26 18:09:22 +02:00
Scott Bishel
81ef403230
update import/export for attachments and new file paths (#22915)
* update import/export for attachments and new file paths

* add unit test

* update templates test

* temp checking

* cleanup

* cleanup

* more cleanup

* lint fixes

* cleanup some functions

* cleanup

* fix build breaks

* fix tests for changes

* move function to different file

* more cleanup, code movement

* unit test fixes

* add unit tests

* fix tests

* more unit test fixes

* test fix

* revert package-lock.json

* fixes from code review

* fix export image

* more fixes to remove attachmentId

* change from removed api

* update test

* lint fixes

* update for review comments

* fix tests

* test fix

* lint fix

* remove sprintf from logging, use mlog

* more lint fixes

* Update server/boards/app/files.go

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* remove code

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2023-04-26 10:01:00 -06:00
Ibrahim Serdar Acikgoz
1908e7397c workflows/artifacts.yml: do not upload build artifacts for branches 2023-04-26 17:02:00 +03:00
Saturnino Abril
ac35bdff68
fix: dot menu accessibility (#23133) 2023-04-26 21:25:02 +08:00
Kyriakos Z
466304e653
MM-52451: always show mark all threads as read button (#23100)
Enables the "Mark All Threads as Read" button even when you don't have
unreads.
This is done as a temporary action to mitigate the phantom unread
mentions pending issue.
2023-04-26 12:49:50 +00:00
Akis Maziotis
b143a882be
[fix] CI Sentry. running on push events (#23142)
* [fix] CI Sentry. running on push events
2023-04-26 15:40:45 +03:00
Konstantin
2bd9d04019 Translated using Weblate (Russian)
Currently translated at 61.4% (372 of 605 strings)

Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/ru/
2023-04-26 13:03:10 +02:00
Konstantin
939538d2a9 Translated using Weblate (Russian)
Currently translated at 100.0% (2536 of 2536 strings)

Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/ru/
2023-04-26 13:03:10 +02:00
fr0mdual
5aaedb5e9d
Merge pull request #23144 from mattermost/SEC-3673_DisableBranchNameManipulation
fix: Disable branch name manipulation to remove attack vector
2023-04-26 12:03:01 +01:00