focalboard/server/app
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
..
app.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
app_test.go
auth.go
auth_test.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
blocks.go Ported view limits to main (#3252) 2022-06-29 18:05:24 +05:30
blocks_test.go Ported view limits to main (#3252) 2022-06-29 18:05:24 +05:30
boards.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
boards_and_blocks.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
category.go
category_boards.go
clientConfig.go
clientConfig_test.go
cloud.go Ported view limits to main (#3252) 2022-06-29 18:05:24 +05:30
cloud_test.go Ported view limits to main (#3252) 2022-06-29 18:05:24 +05:30
export.go
files.go Forward-porting fileinfo limits (#3164) 2022-06-13 13:35:42 +05:30
files_test.go Forward-porting fileinfo limits (#3164) 2022-06-13 13:35:42 +05:30
helper_test.go
import.go Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
import_test.go
initialize.go
onboarding.go
onboarding_test.go
sharing.go
sharing_test.go
subscriptions.go
teams.go
teams_test.go
templates.boardarchive remove invalid assigned settings 2022-05-17 14:14:48 -06:00
templates.go Added constant template IDs for tracking template usage (#3238) 2022-06-29 19:47:54 +05:30
templates_test.go
user.go Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00