Rita Anene
c8b4c6d7b4
[MM-60810] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx' with FormattedMessage ( #28611 )
2024-10-11 11:52:16 +00:00
Ivy Gesare
34c8dd5504
[MM-60828] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/team_selector_modal/team_selector_modal.tsx' with FormattedMessage ( #28575 )
2024-10-11 11:50:26 +00:00
Rita Anene
275e922ec1
[MM-60827] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/suggestion/suggestion_list.tsx' with FormattedMessage ( #28613 )
2024-10-11 11:49:37 +00:00
Rita Anene
2f08b0df44
[MM-60821] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/installed_oauth_app/installed_oauth_app.tsx' with FormattedMessage ( #28612 )
2024-10-11 11:44:53 +00:00
Domendra Singh Komra
160be23dc0
[MM-60840] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/feature_discovery/feature_discovery.tsx' with FormattedMessage ( #28668 )
2024-10-11 11:08:33 +00:00
K Om Senapati
3cd0f1bc1c
[MM-60839] Remove unused 'webapp/channels/src/components/admin_console/billing/payment_details.tsx' ( #28652 )
2024-10-11 10:56:35 +00:00
Ibrahim Serdar Acikgoz
9d5993d89d
[MM-58834] Review user preferences export and import ( #28286 )
2024-10-11 12:28:37 +02:00
Ivy Gesare
e8ebbcc980
[MM-60819] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/bots/bots.tsx' with FormattedMessage ( #28577 )
...
* Change: Replace FormattedMarkdownMessage with FormattedMessage in bots.tsx
Change: Update en.json
Change: Update BackstageList component
* Change: Replace <a> tag with react-router-dom Link component
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-11 11:21:05 +02:00
Ivy Gesare
bd1743192d
[MM-60809] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/license_settings/trial_license_card/trial_license_card.tsx' with FormattedMessage ( #28554 )
...
* Change: Replace FormattedMarkdownMessage with FormattedMessage in trial_license_card.tsx
Change: Update en.json
* Change: Update message ids in trial_license_card
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-11 11:19:43 +02:00
Rita Anene
4f496eedb5
[MM-60812] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/team_channel_settings/team/details/team_profile.tsx' with FormattedMessage ( #28608 )
...
* Fix: Replace FormattedMarkdownMessage in file
* fix: update snapshot
* fix: resolve conflicts in en.json file
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-11 09:42:45 +02:00
Angel Mendez
3f59f05f3f
refactor: convert file fetch_commands to ts ( #28139 )
2024-10-11 04:37:52 +00:00
Agniva De Sarker
df08325ef6
store: use ToSQL ( #28681 )
...
- Improve some code to use ToSQL
- Fix a bug in SqlReactionStore.GetForPostSince
where OrderBy wasn't added properly. Added a test.
- Improve a method to return a slice rather than
pass a pointer to slice.
```release-note
NONE
```
2024-10-11 09:11:38 +05:30
Domendra Singh Komra
c40b685bc3
[MM-60842] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/license_settings/trial_banner/trial_banner.tsx' with FormattedMessage ( #28671 )
2024-10-11 01:13:06 +00:00
Agniva De Sarker
a258fd80b2
Remove remaining references to model.NewXX ( #28678 )
...
And we remove the deprecated functions to force uses
only of the new function.
```release-note
NONE
```
2024-10-10 22:15:22 +05:30
Agniva De Sarker
3db139f746
Removed the max/min family of functions ( #28679 )
...
They are in-built in Go now
```release-note
NONE
```
2024-10-10 22:14:21 +05:30
Angel Mendez
4440ace6a9
refactor: migrate managing_bot_accounts_spec.js ts ( #28368 )
...
- convert file to ts
- fix lint issues
2024-10-10 14:09:09 +02:00
K Om Senapati
040220aea4
[MM-60838] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/billing/company_info_display.tsx' with FormattedMessage ( #28651 )
2024-10-10 01:27:19 +00:00
Ivy Gesare
ae2e1ddf6c
[MM-60844] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/session_length_settings.tsx' with FormattedMessage ( #28654 )
2024-10-09 23:59:32 +00:00
enzowritescode
991debeb0b
Change log level inside sendMail() ( #28669 )
...
* Change log level inside sendMail()
2024-10-09 14:01:01 -06:00
Pablo Vélez
6cafd45fc9
MM 57516 - deactivate actions to ldap users ( #28199 )
...
* MM-57516 - restrict activation/deactivation over ldap users
* Add unit tests
* refactor test to unify repeated actions
* add disable actions in user details too
* migrate test to use react-testing-library
* add new ldap user test and fix other existing tests
* restrict ldap users status management via api
* use correct server status and update tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-09 18:59:53 +02:00
Arya Khochare
ac38f5f751
Errcheck issues fixed in server/channels/api4/brand.go ( #28362 )
...
* errcheck proper error handling
* write response err check log
* resolving conflicts and io.Copy error handling
2024-10-09 18:43:34 +02:00
Angel Mendez
ce63a20980
refactor: convert accessibility specs to ts ( #28348 )
2024-10-09 13:32:39 +00:00
Rohan Sharma
e41ab1a3b8
fix: plugin errcheck issues ( #28517 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-09 14:56:22 +02:00
Caleb Roseland
0f200adbe0
MM-58349: Shared Channels in System Console ( #28116 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2024-10-09 07:53:19 -05:00
Rohan Sharma
02e6851603
fix: status test errcheck issues ( #28541 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-09 14:51:19 +02:00
Arya Khochare
90ceb4a5e3
Fixed errcheck issues in server/channels/api4/usage_test.go ( #28644 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-09 13:28:36 +02:00
TheInvincible
b49d86c24d
fix errcheck issue ( #28548 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-09 13:27:39 +02:00
Angel Mendez
23623fc9c9
MM-47288 refactor: convert channels/channel/ files to ts ( #28483 )
...
* refactor: convert channels/channel/ files to ts
- convert js files to typescript
- update types
- fix lint issues
Fixes: 21299
* fix: solve lint issues channels/channel
- fix lint issues
- udpate types
* fix: adjustment to test case MM-T1687
- code reorganization for test case MM-T1687
* fix: update types on function apiCreateCustomAdmin
- update types for apiCreateCustomAdmin on user.d.ts so that
lint issue is solved
2024-10-09 11:22:45 +00:00
Mario Vitale
429c41747c
CLD-8395 Integrate playwright into E2E tests ( #28492 )
...
* Finalize Playwright E2E scripts integration, add videos
* Add suggestion by Saturn
Co-authored-by: Saturnino Abril <5334504+saturninoabril@users.noreply.github.com>
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Saturnino Abril <5334504+saturninoabril@users.noreply.github.com>
2024-10-09 13:05:11 +02:00
Arya Khochare
2467c39224
[MM-59308] Cypress end to end test for channel header modal ( #28275 )
2024-10-09 10:33:39 +00:00
Rohan Sharma
65bb1a3427
fix: plugin test errcheck issues ( #28531 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-09 12:26:23 +02:00
Rohan Sharma
68404f2f33
fix: scheme errcheck issues ( #28543 )
2024-10-09 11:58:16 +02:00
Arya Khochare
d1962e123e
[MM-60932] Fix errcheck issues in server/channels/api4/usage.go ( #28641 )
2024-10-09 11:53:25 +02:00
Rohan Sharma
51ce9733e2
[MM-60789] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/channel_selector_modal/channel_selector_modal.tsx' with FormattedMessage ( #28464 )
2024-10-09 09:04:54 +00:00
Rita Anene
59c8df0ca1
[MM-60813] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/team_channel_settings/users_to_be_removed_modal.tsx' with FormattedMessage ( #28604 )
2024-10-09 09:03:54 +00:00
Angel Mendez
6fadc0c041
[MM-47312] Migrate /enterprise/saml e2e tests to TypeScript ( #28367 )
2024-10-09 09:03:08 +00:00
Zubair Imtiaz
035f3c14f1
[MM-60833] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/admin_console/group_settings/group_details/group_users.tsx' with FormattedMessage ( #28619 )
2024-10-09 08:50:04 +00:00
Rohan Sharma
db951c48e7
[MM-60849] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx' with FormattedMessagewith FormattedMessage ( #28633 )
2024-10-09 08:47:41 +00:00
Rohan Sharma
2f1df64298
[MM-60851] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/system_notice/notices.tsx' with FormattedMessage ( #28632 )
2024-10-09 08:46:29 +00:00
Elias Nahum
e808c14a73
Fix the response type of create bookmark in go client ( #28574 )
2024-10-09 08:46:43 +08:00
Angel Mendez
84fba1e1d4
refactor: convert auth_sso files to ts ( #28349 )
...
- convert js files to ts
- update types
Fixes #21311
2024-10-08 22:24:40 +00:00
Angel Mendez
54a5ecb721
refactor: migrate group_mentions tests to ts ( #28239 )
...
- convert test files to typescript
- convert helpers.js to ts
- return chainable on function externalActivateUser
2024-10-09 05:20:13 +08:00
Angel Mendez
3d38d239ff
MM-47291 refactor: migrate collapsed_reply_threads to ts ( #27808 )
...
* refactor: migrate collapsed_reply_threads to ts
- migrate collapsed_reply_threads e2e tests to typescript
- update matterpollPlugin plugin constant so that it matches
with apiUploadAndEnablePlugin argument
Fixes : #21296
* refactor: use PostMessageResp on channel_notifications_spec
- use type PostMessageResp
- convert cy.wrap to regular for loop
* refactor: update types on collapsed_reply_threads
- add missing types to variables
- update types on current variables
- remove unnecessary commands on following_spec.ts
* fix: solve issue with non callable function
- move wait call to next line
* refactor: remove functions from global scope
- keep functions as helper functions
- fix lint issue
2024-10-09 05:15:43 +08:00
Johnson
33af22b2d3
Integration action test ( #28561 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-08 15:41:01 +00:00
Miguel de la Cruz
3466e6f5d8
Avoid using token from sanitized remote cluster ( #28335 )
...
After creating a remote cluster, we were using its token field to
generate the remote invite. As we're going to return that remote
cluster in the response, we sanitize the entity, emptying the token
field before generating the invite, and causing it not to contain the
token itself.
This changes store the token in an independent variable to avoid
mutating it as part of the sanitization.
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-10-08 16:49:33 +02:00
Ben Cooke
b3c7ef0b97
[MM-56073] MMCTL delete post command ( #27539 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-08 16:45:31 +02:00
TheInvincible
a671f80d2c
Fix errcheck issue for saml.go file ( #28546 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
2024-10-08 14:13:59 +00:00
Rohan Sharma
2b723099a6
fix: shared channel test errcheck issues ( #28551 )
...
* fix: shared channel test errcheck issues
2024-10-08 09:45:43 -04:00
Angel Mendez
89f04af631
refactor: convert channel_moderation files to ts ( #28482 )
...
* refactor: convert channel_moderation files to ts
- convert js files to ts
- update data types accordingly
- fix lint issues
Fixes : #21332
* fix: update argument type for visitChannel
- update type
- fix types issues
* refactor: change return type for getAdminAccount()
- change return type to getAdminAccount as UserProfile
2024-10-08 20:12:57 +08:00
Arya Khochare
f0918e1c01
errcheck issues fixed ( #28609 )
2024-10-08 12:23:08 +02:00