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
unarist 73890c3cac Fix timeline height on landing page for Safari (#4392)
`height: 100%` in `align-self: stretch` flexboxes doesn't work on Safari < 11.

https://bugs.webkit.org/show_bug.cgi?id=137730

This workaround uses flexbox instead of `height: 100%` to stretch height.
8 years ago
..
controllers Fix #4026 - Accept backup codes for disabling 2FA (#4382) 8 years ago
helpers Fallback to site_hostname when site_title is empty (#4394) 8 years ago
javascript Fix timeline height on landing page for Safari (#4392) 8 years ago
lib Fix multipoint shortcode bug (#4387) 8 years ago
mailers Set default From address in config (#3756) 8 years ago
models fix(push_subscription): Use star icon for favourite action (#4396) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Minor ActivityPub JSON fixes (#4214) 8 years ago
serializers Add unfollow modal (optional) (#4246) 8 years ago
services Fix an error when a user tries to search nonexistent remote user (regression from #4275) (#4400) 8 years ago
validators Fix character/grapheme count stuff (#3839) 8 years ago
views Added external link icons to joinmastodon navbar buttons (#4368) 8 years ago
workers Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 8 years ago