focalboard/server/model
dave 15b5d9746f
[GH-436] Add integration tests for missing User API endpoints (#810)
* server/client: support register and login

* server/client: support user related apis

* integrationtests: Add SetupTestHelperWithoutToken

* Add api integration tests for (User APIs)

* rename GetUserMe method to GetMe

* check GetMe data is match the registered data after login

* Add integration test for workspace upload file api

* make ci happy
2021-08-09 22:57:45 -04:00
..
block.go Adding support for patch blocks (#877) 2021-08-06 14:10:24 +02:00
errorResponse.go
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
user.go [GH-436] Add integration tests for missing User API endpoints (#810) 2021-08-09 22:57:45 -04:00
version.go Update version to v0.9.0 2021-08-06 10:37:28 -07:00
workspace.go