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
Sasha Sorokin 902c6bed5a Use different strings on exports page (#12569)
Currently the page re-uses strings from other contexts which doesn't fit
very well - strings incorrectly lowercase-d and pluralized, when they
don't need to be, because it's a table.

This commit changes page to re-use accounts.posts_tab_heading for toots,
and admin.accounts for "Following" and "Follows". This all should look
more aesthetically pleasing.
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 5 years ago
controllers Fix missing error templates for non-HTML requests (#12593) 5 years ago
helpers Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 5 years ago
javascript Fix manual scrolling issue on Firefox/Windows (#12648) 5 years ago
lib Clean up OStatus-related codepaths (#12173) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
models Fix custom emoji category creation silently erroring out on duplicate category (#12647) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 5 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Add basic support for group actors (#12071) 5 years ago
services Fix link crawler not specifying accepted content-type (#12646) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 5 years ago
views Use different strings on exports page (#12569) 5 years ago
workers Fix various issues with account migration (#12301) 5 years ago