Skip to content
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

Make account names case-insensitive #407

Merged
merged 15 commits into from
Nov 11, 2023
Merged

Conversation

aumetra
Copy link
Member

@aumetra aumetra commented Oct 29, 2023

Closes #406


@aumetra
Copy link
Member Author

aumetra commented Oct 30, 2023

Better yet: instead of CITEXT, we can use Unicode collations. That works with things other than ASCII

https://www.postgresql.org/docs/current/collation.html

@aumetra
Copy link
Member Author

aumetra commented Nov 4, 2023

Looking at the current poll results I put out on Mastodon, we will probably keep an alphanumeric check in place:

https://corteximplant.com/@0x0/111325717243948397

image

(yes, the results are saying "any unicode character" but the issue here is, as @tesaguri pointed out, the compatibility with the acct: URI scheme)

Flake lock file updates:

• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/603e4962d7d2225ba2caf66b0eabfcaa9a93c490' (2023-11-09)
  → 'github:oxalica/rust-overlay/41f7b0618052430d3a050e8f937030d00a2fcced' (2023-11-10)
@aumetra aumetra marked this pull request as ready for review November 11, 2023 10:02
@aumetra aumetra added this pull request to the merge queue Nov 11, 2023
Merged via the queue into main with commit 110b4b3 Nov 11, 2023
12 checks passed
@aumetra aumetra deleted the aumetra/case-insensitive-usernames branch November 11, 2023 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make usernames case insensitive
2 participants