Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Modify register/available to be GET with query param #2213
Conversation
lukebarnard1
assigned
erikjohnston
May 10, 2017
This was referenced May 10, 2017
| @@ -54,6 +54,13 @@ def check_username(self, localpart, guest_access_token=None, | ||
| Codes.INVALID_USERNAME | ||
| ) | ||
| + if len(localpart) == 0: |
lukebarnard1
added a commit
to matrix-org/matrix-js-sdk
that referenced
this pull request
May 10, 2017
lukebarnard1
added a commit
to matrix-org/matrix-js-sdk
that referenced
this pull request
May 11, 2017
lukebarnard1
merged commit c1935f0
into
develop
May 11, 2017
8 checks passed
Sytest Dendron (Commit)
Build #2108 origin/luke/username-availability-qp succeeded in 8 min 52 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2943 origin/luke/username-availability-qp succeeded in 8 min 51 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3013 origin/luke/username-availability-qp succeeded in 5 min 16 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
added
the
feature
label
May 17, 2017
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lukebarnard1 commentedMay 10, 2017
Also, empty usernames are now handled with an error message on registration or via register/available:
User ID cannot be empty