focalboard/server/services/store/sqlstore
Jesús Espino f1b8d88d6b
Changing mattermost-auth method to work based on shared database access (#335)
* Improving mattermost auth implementation

* Making mattermost-auth based on shared database access

* Reverting unneeded changes in the config.json file

* Fixing tiny problems

* Removing the need of using the mattermost session token

* Fixing some bugs and allowing to not-bind the server to any port

* Small fix to correctly get the templates

* Adding the mattermost-plugin code inside focalboard repo

* Adding a not working code part of the cluster websocket communication

* Updating the mattermost version

* Adding the cluster messages for the websockets

* Updating to the new node version

* Making it compatible with S3

* Addressing some tiny problems

* Fixing server tests

* Adds support for MySQL migrations and initialization

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2021-05-24 19:06:11 +02:00
..
initializations Fixes for workspace support (#321) 2021-04-26 13:43:02 +02:00
migrations Fixes for workspace support (#321) 2021-04-26 13:43:02 +02:00
blocks.go Merge release-0.6.7 2021-05-24 09:59:30 -07:00
initialize.go Fixes for workspace support (#321) 2021-04-26 13:43:02 +02:00
migrate.go Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
session.go Adding tablePrefix support 2021-04-17 09:09:34 +02:00
sharing.go Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
sqlstore_test.go Adding system store tests 2021-04-30 16:48:45 +02:00
sqlstore.go Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
system.go Adding system store tests 2021-04-30 16:48:45 +02:00
user.go Adding tablePrefix support 2021-04-17 09:09:34 +02:00
workspaces.go Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00