-
Notifications
You must be signed in to change notification settings - Fork 416
Implement MSC4133 to support custom profile fields. #17488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 44 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e7ab5a1
Implement MSC4133 to support custom profile fields.
clokep a80c0eb
Newsfragment
clokep dcacf35
Move delta.
clokep 60b3f00
Copy & paste error.
clokep d2ab9c9
Clarify docstring.
clokep ce405ab
Correct license.
clokep e4f9d7e
Fix typo.
clokep 2c28bd5
Add more methods.
clokep 00c02ac
Merge remote-tracking branch 'refs/remotes/origin/custom-fields' into…
clokep f0e02aa
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 8030ba2
Add comment.
clokep 735e8cc
Get tests passing.
clokep 8d9b74e
Review comments.
clokep 3658b6a
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 02b852a
Handle TODO about limiting overall size.
clokep 00ad911
Ensure fields exist.
clokep 87ff9f8
Fix-up capabilities.
clokep 4b44da3
Add to /versions.
clokep cf7499a
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep d28bf25
Rename delta.
clokep 52fe59f
Updates from MSC.
clokep 66878c4
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 1c98d96
Get postgres working again.
clokep 749e27d
Working on sqlite again.
clokep 6936daf
Move schema delta again.
clokep 64fe222
Fix-up max length checks.
clokep 6c777b2
Fix-up fetching individual fields.
clokep 7cc1264
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 91a29e5
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 4318bdd
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 11cc48a
Remove the PATCH endpoint.
clokep adb64d8
Match the MSC error codes.
clokep 069d6f9
Merge branch 'develop' into custom-fields
clokep 2a327bf
Remove PUT endpoint.
clokep 2357ae9
Merge remote-tracking branch 'refs/remotes/origin/custom-fields' into…
clokep f176237
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 8fc0612
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep d82bfcd
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep 57bf948
Merge branch 'develop' into custom-fields
clokep af3567a
Clarify comments & minor nits.
clokep d2262c2
Add more user_id checks.
clokep 78ea34f
Expand tests.
clokep cfbdd8c
Fix-up disallowed capabilities
clokep 28421bc
Add better grammar checking.
clokep 48e5d19
Fix negation
clokep bd23371
Clarify errors.
clokep 5e4a13b
More tests
clokep c38f229
Merge remote-tracking branch 'upstream/develop' into custom-fields
clokep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Implement [MSC4133](https://github.com/matrix-org/matrix-spec-proposals/pull/4133) for custom profile fields. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.