1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/mattermost-plugin
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
..
.circleci Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
assets Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
build Fixed server lint issue about not using deprecated package io.ioutils (#4112) 2022-11-01 07:56:04 -04:00
product Expose boards APIs for MPA (#4372) 2022-12-23 10:47:51 -05:00
public MM-46646 Serve all plugin images via webpack 2022-09-07 19:14:34 -04:00
server Change board serverRoot from '/plugins/focalboard' to '/boards' (#4467) 2023-01-17 06:54:58 -07:00
webapp Adjusting modals and updating close icon on input (#4458) 2023-01-16 15:18:15 +05:00
.editorconfig Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.gitattributes Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.golangci.yml DOnt lint boards_product.go (#3734) 2022-08-24 12:43:45 +05:30
go.mod go.mod: update mattermost-server dependency (#4341) 2022-12-15 16:36:48 -05:00
go.sum go.mod: update mattermost-server dependency (#4341) 2022-12-15 16:36:48 -05:00
LICENSE Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
Makefile MM-46725 Add build-product target to compile the Boards product (#4016) 2022-10-13 16:56:59 -04:00
modd.conf Live Watch make target for improve the development experience (#1389) 2021-10-04 10:06:54 +02:00
plugin.json update version to v7.8.0 (#4432) 2023-01-06 09:58:59 -07:00
README.md Streamline docs and fix broken links (#2656) 2022-03-29 10:14:10 +02:00

Mattermost Boards (Focalboard Plugin)

Mattermost Boards is the Mattermost plugin version of Focalboard that combines project management tools with messaging and collaboration for teams of all sizes. To access and use Mattermost Boards, install or upgrade to Mattermost v6.0 or later as a self-hosted server or Cloud server. After logging into Mattermost, select the menu in the top left corner of Mattermost and select Boards.

Mattermost Boards is installed and enabled by default in Mattermost v6.0 and later.

To build your own version of Matterboard Boards and upload it to your own Mattermost server, follow the instructions here.