focalboard/server
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
..
admin-scripts
api Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
app Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
auth Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
client
context
einterfaces
integrationtests Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
main Fix #312. Release 0.6.6 (#313) 2021-04-21 18:25:26 -07:00
model Update for v0.6.7 2021-05-10 12:22:42 -07:00
server Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
services Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
swagger
utils
web Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
ws Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
.golangci.yml #GH-31 Configured Golangci-Lint and fixed errors (#381) 2021-05-10 17:15:27 +02:00
go.mod Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
go.sum Changing mattermost-auth method to work based on shared database access (#335) 2021-05-24 19:06:11 +02:00
go.tools.mod
go.tools.sum
modd.conf