Commit Graph

16621 Commits

Author SHA1 Message Date
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
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
Alejandro García Montoro
506c4178b5
Use ubuntu-22.04 in the check-style step in CI (#23118) 2023-04-26 12:37:39 +02:00
Antonis Stamatiou
ee23f6dc6b
fix: Fixed wrong commit sha reference from incoming webhook 2023-04-26 13:15:09 +03:00
Antonis Stamatiou
dbb73b9239
fix: Disable branch name manipulation to remove attack vector 2023-04-26 12:46:49 +03:00
Allan Guwatudde
b0e4e11cd4
[MM-52236] - Include newsletter opt-in for cloud signups (#23103) 2023-04-26 12:32:01 +03:00
na
f079f3ba8d
[48399][52129] - Fix permalink and navigation issues between teams (#22934)
* Fix permalink issues with timestamp and navigation between teams

* fix types

* update teamurl

---------

Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-26 15:24:53 +07:00
Allan Guwatudde
3b45671611
[MM-52286] - Update Annual discount panel (#23092)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-25 23:02:01 +03:00
Allan Guwatudde
b66144e3b0
[MM-52237] - Update copy on compliance block screen (#23087)
* [MM-52237] - Update copy on compliance block screen

* fix translations

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-25 22:59:27 +03:00
yasserfaraazkhan
19189566d5
Merge pull request #22912 from mattermost/MM-52097
e2e: fix yearly subscription test
2023-04-25 21:50:55 +05:30
Ashish Dhama
33af25f2ab
[MM-52119]: Add condition for bot tag for webhook post if a bot account is used for webhook (#22926)
* Add condition for bot tag for webhook post if a bot account used for webhook

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-25 18:44:18 +05:30
Daniel Schalla
826f6e561a
Update DockerFile to Ubuntu LTS Base Image (#22987)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-25 14:59:31 +02:00
yasserfaraazkhan
2c5eb63181 chore: lint 2023-04-25 17:11:25 +05:30
Mattermost Build
f147b37dca
Merge branch 'master' into MM-52097 2023-04-25 14:34:39 +03:00
Pantelis Vratsalis
502708499d [MM-51777] Wrap integrations backstage UI options 2023-04-25 10:45:13 +03:00
Saturnino Abril
b7a5f22bcf
fix/e2e: remove use_slash_commands in roles (#23098) 2023-04-25 15:34:41 +08:00
Ben Schumacher
f9836ee26a
[MM-51274] Remove deprecated PermissionUseSlashCommands (#22819)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-25 00:04:17 +02:00
Ben Schumacher
e8915b3182
[MM-45296] Fix installation of pre-packaged plugins that are not in the Marketplace (#21895)
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
2023-04-25 00:02:51 +02:00
Scott Bishel
a52a6d9abd
Fixes for admins when LastBoardID doesn't exist (#22993)
* fixes for admins when LastBoardID doesn't exist

* lint fixes

* Update webapp/boards/src/components/sidebar/sidebarCategory.tsx

Co-authored-by: Caleb Roseland <caleb@calebroseland.com>

* after deletion, if no boards, send to team (template selector)

---------

Co-authored-by: Caleb Roseland <caleb@calebroseland.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-24 14:46:16 -06:00
Julien Tant
94cb2867a7
[MM-52271] Add recommended tag to Work Template integrations (#23016) 2023-04-24 09:59:01 -07:00
Spiros Economakis
bf4555a223
Bump libucrl gnutls to 7.64.0-4+deb10u6 (#23084)
The pin to previous version fails with not found.

Ticket: https://mattermost.atlassian.net/browse/CLD-5582
2023-04-24 09:36:51 -06:00
Conor Macpherson
4b1d61459b
Merge pull request #23067 from mattermost/MM-52155-workspace-deletion-style-issues
MM-52155 - Workspace Deletion Modal Style Issues
2023-04-24 09:38:14 -04:00
Allan Guwatudde
2dc55918c7
[MM-52287] - Cloud Free should not show the ability to start a trial (#23073)
* [MM-52287] - Cloud Free should not show the ability to start a trial

* fix logic
2023-04-24 16:37:22 +03:00
Jesse Hallam
673acc8c95
Absolute paths in Playbooks API Spec (#22989) 2023-04-24 10:34:31 -03:00
Pablo Andrés Vélez Vidal
a85a7c8422
MM-50963 - enhance onboarding self-hosted telemetry (#23051)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-24 12:58:33 +02:00
Nathan
b4f974377c
Make channel type filter dropdown a button instead of an anchor (#22827)
Automatic Merge
2023-04-24 11:04:29 +03:00
na
273f572cbe
[MM-51502] - Update email field position in profile popover (#23024)
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
2023-04-24 14:37:53 +07:00
Agniva De Sarker
94de9c8175
MM-52352: Limit channel search results (#23070)
https://mattermost.atlassian.net/browse/MM-52352

```release-note
NONE
```
2023-04-22 10:14:54 +05:30
Nathaniel Allred
54db770811
Mm 51788 non-admins do not trigger a request to fetch stripe customer in cloud instances (#22821)
* do not query for customer if not a cloud admin
2023-04-21 12:31:27 -05:00
Agniva De Sarker
67735be261
MM-52216: Trim errors (#23040)
https://mattermost.atlassian.net/browse/MM-52216
```release-note
NONE
```
2023-04-21 22:23:56 +05:30
Miguel de la Cruz
041cbe2d24
Updates the check for the schema_migrations information (#23032)
The old check was using `sq.Eq`, which replaces its values with
strings, and for the case of `table_schema` we want to call a
function.
2023-04-21 10:44:52 +02:00
Vishal
344e882f04
Replace string concatenation with StringBuilder (#23021) 2023-04-21 11:55:04 +05:30
Conor Macpherson
26ee59e3c2 Change to -center-channel-color after seeing warning not to use -center-channel-text. 2023-04-20 15:54:38 -04:00
Conor Macpherson
35a1685517 change font color from sys-center-console-text to center-console-text. 2023-04-20 15:52:03 -04:00
Julian Mondragón
f58648d493
MM-52161_The Marketplace modal has some display issues (#23011) 2023-04-20 14:46:38 -05:00
Conor Macpherson
fd1f62f9d1 lint. 2023-04-20 15:21:02 -04:00
Conor Macpherson
6edf8ea994 lint. 2023-04-20 14:34:58 -04:00
Harrison Healey
1cee3b7987
Add Makefile target to update development Docker container configuration (#22813)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-20 14:34:36 -04:00
Conor Macpherson
7c78fe5589 Fix style issues with workspace deletion modal. 2023-04-20 14:20:12 -04:00
Alejandro García Montoro
87908bc577
MM-51095: Foundation for ESR upgrade scripts (#22448)
* Add ESR upgrade migration and CI job to verify it

The script was generated as a simple concatenation of migrations in the
interval [54, 101] through:
    files=`for i in $(seq 54 101); do ls mysql/$(printf "%06d" $i)*up.sql; done`
    tail -n +1 $files > ../esrupgrades/esr.5.37-7.8.mysql.up.sql

The CI job runs the migration both through the server and the script,
and for now uploads the dumps generated for manual inspection. An
automatic check for differences is still needed.

* Remove debug print in script

* Fix idx_uploadsessions_type creation

* Ignore tables db_lock and db_migration on dump

* Split workflow in two parallel jobs

* Diff dumps and upload the result

* Add cleanup script

* Use DELIMITER in the script to use mysql CLI

This allows us to remove the complexity of using a different Go script
inside a Docker image.

* Standardize Roles between migrations

Document and cleanup code.

* Upload diff only if it is not empty

* Trigger action only when related files change

* Add a global timeout to the job

* Generalize ESR to ESR upgrade action (#22573)

* Generalize action

* Use logs to ensure migrations are finished

* Add migrations from 5.37 to 6.3

* Remove tables in cleanup script, not through dump

* Add initial-version input to common action

* Add migration from 6.3 to 7.8

* Remove action debug line

* ESR Upgrade: One procedure per table in the v5.37 > v7.8 upgrade script (#22590)

* Squash Users-related migrations in one query

* Squash Drafts-related migrations in one query

* Squash UploadSessions-related migrations in one query

* Squash Threads-related migrations in one query

* Squash Channels-related migrations in one query

* Squash ChannelMembers-related migrations in one query

* Squash Jobs-related migrations in one query

* Squash Sessions-related migrations in one query

* Squash Status-related migrations in one query

* Squash Posts-related migrations in one query

* Squash TeamMembers-related migrations in one query

* Squash Schemes-related migrations in one query

* Squash CommandWebhooks-related migrations in one query

* Squash OAuthApps-related migrations in one query

* Squash Teams-related migrations in one query

* Squash Reactions-related migrations in one query

* Squash PostReminders-related migrations in one query

* Adapt ThreadMemberships migration to unified style

* Adapt LinkMetadata migrations to unified style

* Adapt GroupChannels migration to unified style

* Adapt PluginKVStore migration to unified style

* Adapt UserGroups migration to unified style

* Adapt FileInfo migration to unified style

* Adapt SidebarCategories migration to unified style

* Remove blank line

* Use tabs everywhere

* Wrap every procedure with log statements

* Remove space before parentheses in procedure call

* Remove spurious extra line

* Merge two equal consecutive conditionals

* Avoid the double list of conditions/queries

* Fix variable name

* Remove outdated comment

* Add a preprocess phase with corresponding scripts

* Join all preprocess scripts setting ExpiresAt to 0

This preprocessing is something we should always do, no matter the input
DB, so we can use a common script for all cases instead of repeating the
same code in multiple files.

* Add system-bot if it does not exist

* Cleanup the ProductNoticeViewState table

* Fix SQL

* Move esrupgrades directory under server/

* Update paths in Github action

* Fix trigger path for CI
2023-04-20 19:41:36 +02:00
Jesse Hallam
3ba419c841
preserve ClientError cause with es2022 (#22762)
Building the client package with `es2022`, exposing the optional `.cause` property on Errors effectively allowing us to wrap caught errors in the client package and re-throw with the context from the request, all while preserving a useful backtrace.

This change has potentially material impact to older plugins that attempt to rely on the newer package, but this should only occur at compile time since the webapp doesn't dynamically export this client package.

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-20 13:00:36 -03:00
Agniva De Sarker
a22ae500e5
playbooks/server: Avoid using main package (#23041)
The main package was used unnecessarily without a main function.
```release-note
NONE
```
2023-04-20 20:14:30 +05:30
Claudio Costa
b5b4749da5
[MM-51997] Fix potential errors when accessing calls store (#22960)
* Fix potential errors when accessing calls store

* Fix typecheck
2023-04-20 08:40:09 -06:00
Conor Macpherson
c98c43456e
Merge pull request #22657 from mattermost/MM-50966-in-product-expansion-backend
MM-50966 - In Product Expansion Backend
2023-04-20 10:38:47 -04:00