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.
mastodon/app
ThibG cb28f61a6c
Fix invite request input not being shown on sign-up error if left empty (#13089)
If the “Why do you want to join?” textarea is left empty and the entered params
do not validate, the textarea isn't shown again, unlike other fields.

This commit fixes that by populating an empty `UserInviteRequest` when needed.
6 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix unfiltered params error when generating ActivityPub tag pagination (#13049) 6 years ago
helpers Fix punycode being rendered instead of unicode in some places (#13030) 6 years ago
javascript Fix unread indicator on announcements not being aligned with text in web UI (#13052) 6 years ago
lib Fix rendering `<a>` without `href` when scheme unsupported (#13040) 6 years ago
mailers Fix error when sending moderation notification (#13014) 6 years ago
models Fix remote convertible media attachments not being saved (#13032) 6 years ago
policies Add announcements (#12662) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 6 years ago
serializers Fix punycode being returned in some entities instead of unicode in REST API (#13035) 6 years ago
services Fix invalid votes from the API being accepted (#12601) 6 years ago
validators Search account domain in lowercase (#13016) 6 years ago
views Fix invite request input not being shown on sign-up error if left empty (#13089) 6 years ago
workers Add publish/unpublish controls to announcements in admin UI (#12967) 6 years ago