Commit graph

750 commits

Author SHA1 Message Date
Mattermost Build
886f50e342
Adds a database migration to restore the fileinfos that are deleted (#4815) (#4817)
(cherry picked from commit 257cc5f1fd)

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2023-07-21 21:12:40 -06:00
Mattermost Build
93a57ecfe0
Adds the parent ID filter when fetching child blocks to extract fileId and attachmentId (#4802) (#4809)
(cherry picked from commit e0dbb380a3)

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2023-07-21 18:08:11 +02:00
Scott Bishel
89a24960cc
update version 7.9.7 (#4805) 2023-07-21 17:00:04 +02:00
Scott Bishel
369ebd5fd6
update version to v7.9.6 (#4781) 2023-06-13 11:11:15 -06:00
Mattermost Build
d43ee90fb2
Fix public boards setting not applying properly (#4739) (#4778)
(cherry picked from commit d10e4070ba)

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2023-06-13 10:30:07 -06:00
Scott Bishel
510e0931bf
update version to v7.9.5 (#4768) 2023-06-08 11:13:48 -06:00
Scott Bishel
33c452783a
Fix cards not deleting properly. (#4746) (#4755)
* Fix cards not deleting properly. (#4746)

* Fix cards not deleting properly.

* Review feedback

* Test and lint fixes.

* Fix tests.

(cherry picked from commit c3b1c82b1a)

* fix bad merge

---------

Co-authored-by: Christopher Speller <crspeller@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-05-31 15:52:19 -06:00
Scott Bishel
43f3f4af66
update version to v7.9.4 (#4731) 2023-05-08 17:37:06 +02:00
Miguel de la Cruz
6556a8dd10
Fix table_schema check for postgres (#4723) 2023-04-26 22:53:07 +02:00
Harshil Sharma
c9e8dd3d8d
Cherrypicking 22606 to old focalboard (#4679) 2023-03-30 10:51:16 +02:00
Miguel de la Cruz
ec292f661f
Fix schema migration check for postgres (#4661)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-29 14:13:25 -06:00
Scott Bishel
8de83a1de1
copy safe writeFileResponse into personal server/desktop (#4654) (#4664)
* copy safe writeFileResponse into personal server/desktop

* lint fix

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
(cherry picked from commit d8e1fb4832)

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-29 08:37:13 -06:00
Scott Bishel
fec3f7a5be
update version to v7.9.3 (#4662)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-28 09:51:30 -06:00
Miguel de la Cruz
07cd0e585d
Adds escaping when normalizing table names for MySQL on DB helpers (#4653) (#4668)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-27 16:38:51 +02:00
Miguel de la Cruz
610cab5dea Revert "Fix schema migration check for postgres"
This reverts commit 4054294f5b.
2023-03-24 12:51:45 +01:00
Miguel de la Cruz
4054294f5b Fix schema migration check for postgres 2023-03-24 12:51:14 +01:00
Scott Bishel
4bb974c3f4 only add TableSchema check for mySQL 2023-03-14 12:33:08 -06:00
Scott Bishel
917ca6b918 revert postgres change 2023-03-14 12:08:34 -06:00
Scott Bishel
136fae748d revert postgres change 2023-03-14 12:04:49 -06:00
Scott Bishel
c2efb74d0d add check for schema migration 2023-03-14 11:55:46 -06:00
Scott Bishel
6b36a6fdc9 update version to v7.9.2 2023-03-13 15:53:09 -06:00
Scott Bishel
4ca234ec7f
Merge pull request #4624 from mattermost/cp-4620
Merge pull request #4620 from mattermost/MM-51062-fix-api
2023-03-09 09:38:57 -07:00
Scott Bishel
1c0393716c Merge pull request #4614 from mattermost/deduplicate_category_boards
Deduplicate category boards

(cherry picked from commit 64f4684564)
2023-03-09 08:47:35 -07:00
Scott Bishel
fee3ef7963 Merge pull request #4620 from mattermost/MM-51062-fix-api
check permissions to channel before patching via api

(cherry picked from commit 3a9f0fed7e)
2023-03-09 08:43:44 -07:00
Scott Bishel
c8167483f5 Update version to v7.9.1 2023-03-08 12:31:59 -07:00
Scott Bishel
f88ee1ece3
Fix for users adding board links to Read-only channels (#4581)
* initial commit for channel permissions

* add test

* check for write post when returning channels

* lint fix

* fix test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-22 14:55:13 -07:00
Doug Lauder
6576d75192
improve logging (#4578) 2023-02-14 16:42:32 -05:00
Scott Bishel
098868387e
initial implementation of SysAdmin/TeamAdmin feature (#4537)
* initial implementation of SysAdmin/TeamAdmin feature

* fix adminBadge tests

* updating tests

* more fixes for unit tests

* lint fixes

* update snapshots

* update cypress test for call change

* add additional unit tests

* update test for lint errors

* fix reviews implement tests

* fix for merge, reset dialog before redirection

* remove unused test code

* fix more tests

* fix swagger doc for missing parameters

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-14 09:17:33 -07:00
Rajat Dabade
cc9a689c8b
Added the bot-notification changes for attachment (#4301)
* Added the bot-notification changes for attachment

* Linter fixes

* Added Todo for i18n

* Grammer fix

* Statement Corrections

* Grammer fix

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-13 14:30:15 -07:00
Doug Lauder
935e5c68fd
Use name column to determine if schema_migrations table is correct format (#4557)
* Use name column to determine if schema_migrations table is correct format

* fix result when table missing

* fix result when table missing

* really fix result when table missing

* fix linter

* more linter

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-13 16:16:20 +01:00
Rajat Dabade
5a89960b64
Fixed duplicate attachment in board template (#4444)
* Fixed duplicate attachment in board template

* Linter fixes

* Duplicate attachment fix

* Code optimismed

* Linter fixes

* Updated test cases

* update some error handling, update attachments on duplicate card

* Fixed attachment section width

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2023-02-09 12:50:44 +05:30
Rajat Dabade
c91a67fbe6
Used Shared resource from MM-server for attachment serving (#4542)
* Used Shared resource for File Handling

* Making use of shared attachment serve functionality

* Added license

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-08 20:44:28 -07:00
Harshil Sharma
06984c7856
Added check for to-be-added user into team (#4515)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-07 09:09:26 +05:30
Scott Bishel
acec7f0f40
Merge pull request #4545 from mattermost/version-update-7.9.0
Update version to 7.9.0
2023-02-03 08:15:43 -07:00
Doug Lauder
c1c94e9794
Fix notifications for deleted card content blocks (#4508)
* comment only

* add getBlockHistoryNewestChildren store method

* fixed delete comment notify

* fix notification for content block deletion

* fix linter errors

* address review comments

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-03 11:54:14 +01:00
Scott Bishel
c8fd8c31c0 update version to 7.9.0 2023-02-02 15:43:49 -07:00
Julien Tant
61563daabd
Merge pull request #4541 from mattermost/work-template-insurance 2023-02-02 11:45:38 -07:00
Scott Bishel
e540f27e68
Merge pull request #4540 from mattermost/add-admin-on-import
add admin user on import
2023-02-02 10:54:13 -07:00
Julien Tant
54ded7b48a
typo
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2023-02-02 08:18:41 -07:00
Julien Tant
7762d626b3
uppercase ID 2023-02-01 18:27:06 -07:00
Julien Tant
619e1b4619
ensure known boards in work template are present 2023-02-01 18:19:15 -07:00
Scott Bishel
79686c7b32 add admin user on import 2023-02-01 15:29:46 -07:00
wiggin77
a31bda28ce more linter fixes 2023-01-26 12:54:59 -05:00
wiggin77
ad9d744d63 fix teamID check 2023-01-26 12:47:44 -05:00
wiggin77
0c19e1c950 fix linter errors 2023-01-26 12:26:01 -05:00
wiggin77
c6b2c28394 Merge remote-tracking branch 'upstream/main' into compliance-history-export 2023-01-26 12:19:36 -05:00
wiggin77
d1255cc76e address review comments; return pointers to all structs; implement DBVersion 2023-01-26 12:12:28 -05:00
Jesús Espino
345ff01539
MM-43342: More strict permissions on categories (#4504) 2023-01-26 10:07:41 +01:00
Doug Lauder
165d3c0fc1
Update server/api/compliance.go
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2023-01-25 14:08:18 -05:00
wiggin77
7ebf861f1c fix merge conflict 2023-01-24 16:25:23 -05:00