mastodon/app/controllers
Eugen Rochko 7b9f8766e8 Fix - Generate random unique 14-byte (19 characters) shortcodes
for local attachments, use them in URLs. Check status privacy
before redirecting to actual file.
..
admin Improved admin UI
api Add API for retrieving favourites
auth Fix - fix redirect after sign-up (to login page instead of homepage)
concerns Per-status control for unlisted mode, also federation for unlisted mode
oauth Fix rubocop issues, introduce usage of frozen literal to improve performance
settings Add preferences for follow request notification e-mails
about_controller.rb Adding some localizations
accounts_controller.rb Private visibility on statuses prevents non-followers from seeing those
api_controller.rb Add "locked" flag to accounts, prevent blocked users from following, force-unfollow blocked users
application_controller.rb Fix - resolve layout breaking on zoom-out on accounts grid
authorize_follow_controller.rb Fix admin UI not loading JS, make sure to strip "acct:" out of remote account's usernames when authorizing follow
home_controller.rb Add single user mode
media_controller.rb Fix - Generate random unique 14-byte (19 characters) shortcodes
remote_follow_controller.rb Fix uri expansion during remote follow
stream_entries_controller.rb Follow call on locked account creates follow request instead
tags_controller.rb Fix public tags page
xrd_controller.rb Re-enable Webfinger for locked accounts but don't handle "follow" events