1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/server/model
Jesús Espino 46fdbf9048
Initial Boards+Channels implementation (#3110)
* Initial Boards+Channels implementation

* Adding draft code to list the boards in a channel

* Adding the hability to link/unlink channels (fake channel for now)

* Simplify slight the migrations

* WIP

* More changes to improve the implementation

* Adding partial implementation of linking channel from board

* Allow linking in both directions

* Removing unused file

* More work on channel binding

* some refactoring

* Improving code quality and interface

* More improvements

* Changing the API to search channels

* Adding a limit of 10 channels in search

* Add confirmation on linking public channels

* Improve a bit the styling of the confirmation modal

* Showing the current linked channel

* Adding link board confirmation to channel interface

* Fixing tests and linter errors

* Fixing backend tests

* Adding permissions tests

* Fixing linter errors

* Fixing small things

* Fixing some typescript errors

* Adding new boardSelectorItem tests

* Improving a bit tests

* Adding jest unit tests

* Remove duplicated implementation (from merge, I guess)

* Adding missed files

* Addressing some of the PR review comments

* Removing unneeded new wrapIntl implementation

* Moving NotSupportedError to the store package to be share between all the store implementations or layers

* Fixing one of the pendings ToDo

* Creating a constructor for the NotSupportedError

* Fixing linter error
2022-07-07 16:46:53 +02:00
..
block_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
block.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
blockid.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
blocktype.go Fix MM-40428 (#1926) 2021-12-10 08:28:52 -05:00
board.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
boards_and_blocks_test.go GH-3050 - Fix deleting empty property (#3249) 2022-06-20 14:16:02 -06:00
boards_and_blocks.go GH-3050 - Fix deleting empty property (#3249) 2022-06-20 14:16:02 -06:00
category_boards.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
category.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
clientConfig.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
cloud.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
database.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
error.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
errorResponse.go Workspace backend support 2021-03-26 11:01:54 -07:00
import_export.go Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
notification.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
permission.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
properties_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
properties.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
sharing.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
subscription.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
team.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
user.go Ported view limits to main (#3252) 2022-06-29 18:05:24 +05:30
util.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
version.go update to version 7.2.0 2022-05-11 17:25:46 -06:00