You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Util
Your Name a56c1fb019 fix(mentions): allow long usernames in autolinking (#7204)
Raise the mention regex local-part cap from 20 to 64 chars. The prior cap
silently dropped long usernames from autolinking/mentions, and for remote
handles it truncated the username and dropped the @domain, turning a remote
mention into a broken local one. Adds extensive lexer coverage.
2 weeks ago
..
ActivityPub Update Helpers 2 weeks ago
Blurhash
…
Database Add db_is_sqlite helper for the test connection 2 weeks ago
Lexer fix(mentions): allow long usernames in autolinking (#7204) 2 weeks ago
Localization Clean up legacy locale mapping comments 2 weeks ago
Media fix: delete superseded image/thumbnail files instead of orphaning them 4 weeks ago
RateLimit
…
Sentiment refactor: extract duplicate patterns into shared methods 4 weeks ago
Site Fix mobile_registration attribute 2 weeks ago
Webfinger
…