1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/server
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
..
admin-scripts Update focalboard endpoints to v2 namespace (#2781) 2022-04-13 15:24:32 -05:00
api Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
app Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
assets remove invalid assigned settings 2022-05-17 14:14:48 -06:00
auth Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
client Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
integrationtests Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
main Initialise the store with a single user flag and pass it to the migrations (#2906) 2022-04-27 15:11:27 +02:00
model Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
server Registered personal-server specific APIs only when running as personal server (#3228) 2022-06-16 16:16:35 +05:30
services Initial Boards+Channels implementation (#3110) 2022-07-07 16:46:53 +02:00
swagger Fix #3072. Add docs on how to auth to API readme. (#3102) 2022-05-25 09:19:02 -07:00
utils Cherry pick to main for add board link in bot notification (#3272) 2022-06-24 12:39:04 +05:30
web Allowing subpath in development environment (#3000) 2022-06-03 12:10:46 +02:00
ws Using actual WS action (#3314) 2022-07-06 14:12:13 +05:30
.golangci.yml add cyclo complexity, update migrate() to use defer (#3257) 2022-06-21 09:12:55 -06:00
go.mod Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
go.sum Adds limits implementation to the server (#3213) 2022-06-15 12:17:44 +02:00
go.tools.mod Updated go version (#3189) 2022-06-06 10:18:21 +02:00
go.tools.sum Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00