feat: Allow uppercase letters in usernames, make them case-insensitive

This commit is contained in:
Jesse Wierzbinski 2024-11-24 18:03:25 +01:00
parent aba8ff170b
commit a88272c666
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,8 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- Changed all Collections that can contain remote entities to use URI Collections (eg. [User](/entities/user) `collections.followers`).
- Add `collections` field to [Notes](/entities/note).
- [Likes Extension](/extensions/likes), [Reactions Extension](/extensions/reactions) and [Share Extension](/extensions/share) now use this field, instead of a custom field in `extensions`.
- Allowed uppercase characters in [User](/entities/user) `username`.
- These are now case-insensitive.
## Since WD 3