Pablo Andrés Vélez Vidal
a1659ad8d2
Merge pull request #4602 from mattermost/MM-50804-error-creating-empty-board
...
MM-50804 - add reference to template id to action function
2023-03-01 00:32:48 +01:00
Harrison Healey
3122e9c3cf
MM-50810 Fix module loading issues caused by shared modules
2023-02-27 19:04:17 -05:00
Pablo Andrés Vélez Vidal
7e0b4955e2
MM-50804 - add reference to template id to action function
2023-02-27 12:52:09 +01: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
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
Asaad Mahmood
1abd7f2645
GH-4478 - Forcing global header icons on the right ( #4556 )
2023-02-09 18:18:32 +05:00
Pablo Andrés Vélez Vidal
fcbb69c543
Merge pull request #4449 from mattermost/MM48320-refactor-channel-with-associated-board-to-plugable
...
MM48320 - refactor create channel with board from webapp to pluggable
2023-02-06 11:39:38 +01:00
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
Pablo Andrés Vélez Vidal
e23e7e018d
remove unnecessary change
2023-01-25 22:35:53 +01:00
Pablo Andrés Vélez Vidal
3b88cefcff
move template id handling to plugin
2023-01-25 22:12:34 +01:00
Pablo Andrés Vélez Vidal
66c255e2cd
Merge branch 'main' into MM48320-refactor-channel-with-associated-board-to-plugable
2023-01-25 10:37:26 +01:00
wiggin77
7ebf861f1c
fix merge conflict
2023-01-24 16:25:23 -05:00
Agniva De Sarker
d6207dde6c
MM-49703: Bump to Go 1.19 ( #4489 ) ( #4502 )
...
Also fix some gofmt issues
https://mattermost.atlassian.net/browse/MM-49703
2023-01-23 12:43:40 +05:30
Mattermost Build
a422f213d4
Merge branch 'main' into compliance-history-export
2023-01-21 04:59:49 +02:00
Doug Lauder
50e15f3804
Revert "MM-49703: Bump to Go 1.19 ( #4489 )" ( #4499 )
...
This reverts commit 2d0dde21dd
.
2023-01-20 21:58:27 +05:30
Agniva De Sarker
2d0dde21dd
MM-49703: Bump to Go 1.19 ( #4489 )
...
* MM-49703: Bump to Go 1.19
Also fix some gofmt issues
https://mattermost.atlassian.net/browse/MM-49703
* Bump versions in go.mod
* Update go.work as well
* Bump GolangCI to 1.50.1
* Upgraded to new builder image
2023-01-20 11:06:16 -05:00
Doug Lauder
23e7cf06de
Use GetDirectChannelOrCreate when notifying block chg in MPA mode ( #4496 )
...
* handle getDirectChannel returning nil,nil
* Use GetDirectChannelOrCreate for bot notify channel
2023-01-20 07:55:07 -05:00
Scott Bishel
dd1f81c1e8
update configuration to use 'ProductSettings.EnablePublicSharedBoards' ( #4484 )
2023-01-18 07:20:30 -07:00
wiggin77
ca704a2760
fix merge conflict
2023-01-17 14:54:37 -05:00
Scott Bishel
9ff7624c63
Change board serverRoot from '/plugins/focalboard' to '/boards' ( #4467 )
...
* change board serverRoot from '/plugins/focalboard' to '/boards'
* update based on feature flag
* Update mattermost-plugin/server/boards/boardsapp_util.go
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-17 06:54:58 -07:00
Asaad Mahmood
297e8f4d31
Adjusting modals and updating close icon on input ( #4458 )
...
* Adjusting modals and updating close icon on input
* Updating test
* Updating css
* Updating dialog css
2023-01-16 15:18:15 +05:00
Mattermost Build
533cb9c5a5
Merge branch 'main' into compliance-history-export
2023-01-13 18:29:42 +02:00
Harrison Healey
7d663ef0ec
MM-49637 Make chunk filenames generated for MPA unique ( #4463 )
2023-01-12 15:45:11 -05:00
Pablo Velez Vidal
79254c16ac
fix snapshot
2023-01-11 17:26:41 +01:00
Pablo Velez Vidal
61ba412c27
add unit tests
2023-01-11 17:08:42 +01:00
Pablo Velez Vidal
4ac26697e6
temp unit tests advances
2023-01-10 23:23:51 +01:00
Pablo Velez Vidal
e2b06f5f55
MM48320 - refactor create channel with board from webapp to pluggable
2023-01-10 16:57:23 +01:00
wiggin77
1b1ace1a58
Merge remote-tracking branch 'upstream/main' into compliance-history-export
2023-01-09 18:09:40 -05:00
Scott Bishel
7ae2e62388
update version to v7.8.0 ( #4432 )
2023-01-06 09:58:59 -07:00
Scott Bishel
e981855219
Update text, used to set the button text ( #4377 )
...
* update test, used to set the button text
* update to proper capitalization
2023-01-05 16:36:33 -07:00
Mattermod
b107fd5882
Merge branch 'main' into compliance-history-export
2023-01-03 18:49:42 +02:00
Scott Bishel
7257308d27
update snapshots for date format
2023-01-03 09:15:41 -07:00
wiggin77
fd310b2144
Merge remote-tracking branch 'upstream/main' into compliance-history-export
2022-12-27 11:36:40 -05:00
Doug Lauder
44a79615d8
Add DuplicateBoard to service API ( #4400 )
...
* add DuplicateBoard to service API
* line too long
2022-12-26 11:53:51 -05:00
wiggin77
96b790672b
wip
2022-12-23 23:31:39 -05:00
Ibrahim Serdar Acikgoz
8585ff04d2
services/store: use mattermost sql settings for migration connections ( #4395 )
...
* services/store: use mattermost sql settings for migration connections
* fix db type issue
2022-12-23 11:19:37 -05:00
Doug Lauder
73d77682ac
Expose boards APIs for MPA ( #4372 )
...
* add Boards APIs to services map
2022-12-23 10:47:51 -05:00
Asaad Mahmood
0762cb7dc7
GH-4385 - Updating padding for boardselectoritem ( #4387 )
2022-12-23 17:09:24 +05:00
Miguel de la Cruz
fd4cf95f8a
Disable cloud limits ( #4268 )
...
* Disable cloud limits
* Fix linter
* Disable limits initialization and shortcircuit GetBoardsCloudLimits
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-22 10:40:20 -07:00
Asaad Mahmood
401062d128
GH-4278 - Updating card modal attach btn ( #4361 )
...
* GH-4278 - Updating card modal attach btn
* Updating flex
* Updating test
* Updating test
2022-12-20 18:36:02 +05:00
Asaad Mahmood
a43228c4d2
GH-4298 - Updating link boards modal item ( #4362 )
...
* GH-4298 - Updating link boards modal item
* Updating test
* Updating test
2022-12-20 11:18:41 +05:30
Harshil Sharma
f8bc56bfdc
Fixed flex-wrap to display all emojis ( #4355 )
...
* Fixed flex-wrap to display all emojis
* Lint fix
2022-12-16 08:45:45 -07:00
Ibrahim Serdar Acikgoz
9cdae953b9
go.mod: update mattermost-server dependency ( #4341 )
...
* go.mod: update mattermost-server dependency
* update linux/go.mod
2022-12-15 16:36:48 -05:00
Ibrahim Serdar Acikgoz
e048c4a8d2
reflect app <-> product package changes ( #4320 )
2022-12-14 15:24:10 +03:00
Harshil Sharma
eceb406535
Revert "Revert dnd ( #4294 )" ( #4324 )
...
This reverts commit 9fac8f476e
.
2022-12-14 14:21:53 +05:30
Miguel de la Cruz
9fac8f476e
Revert dnd ( #4294 )
...
* Revert "Fixed bug where boards would move to category of a different team (#4284 )"
This reverts commit e075f408d3
.
* Revert "Merge branch 'main' into only-explicit-boards-on-default-category"
This reverts commit 7db7e56296
, reversing
changes made to 3feda10b6d
.
* Revert "DND support for category and boards in LHS (#3964 )"
This reverts commit 9918a0b3f8
.
2022-12-05 15:03:34 -05:00
Scott Bishel
60cafbe6eb
update version to v7.7.0 ( #4270 )
2022-12-01 17:47:31 -07:00
Doug Lauder
d67b57117a
bump matter-most server version ( #4271 )
2022-11-30 17:52:01 -05:00