dendrite/cmd
S7evinK 895c8f03c0
Fix pg user already exists (#1076)
* Return newly created error if user already exists (#1002)

Signed-off-by: Till Faelligen <tfaelligen@gmail.com>

* Rename variable

* Remove check for account and use returned error

* Return ErrUserExists

Signed-off-by: Till Faelligen <tfaelligen@gmail.com>

* State that CreateAccount will return err ErrUserExists if the user exists

Signed-off-by: Till Faelligen <tfaelligen@gmail.com>

* Also check sqlite for constraint error

* Revert "Also check sqlite for constraint error"

This reverts commit 7d310514

* Check for sqlite3 constraint error

* Add documentation to CreateAccount

* Move ErrUserExists to accounts package

* Revert "Move ErrUserExists to accounts package"
Import Cycle..

This reverts commit be3d4cda

Co-authored-by: Kegsay <kegan@matrix.org>
2020-06-01 18:34:29 +01:00
..
client-api-proxy Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
create-account Fix pg user already exists (#1076) 2020-06-01 18:34:29 +01:00
create-room-events Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
dendrite-appservice-server Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
dendrite-client-api-server Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
dendrite-demo-libp2p Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
dendrite-edu-server Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
dendrite-federation-api-server Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
dendrite-federation-sender-server Server key component (#1050) 2020-05-27 10:19:24 +01:00
dendrite-key-server Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
dendrite-media-api-server Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
dendrite-monolith-server Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
dendrite-public-rooms-api-server Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
dendrite-room-server Server key component (#1050) 2020-05-27 10:19:24 +01:00
dendrite-server-key-api-server Server key component (#1050) 2020-05-27 10:19:24 +01:00
dendrite-sync-api-server Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
dendritejs Add a way to force federationsender to retry sending transactions (#1077) 2020-06-01 18:34:08 +01:00
federation-api-proxy Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
generate-keys Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
kafka-producer Fix sarama import URLs (#856) 2020-04-22 15:26:56 +01:00
mediaapi-integration-tests Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
roomserver-integration-tests Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
syncserver-integration-tests Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00