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.
2017-07-27 15:49:56 +02:00
..
controllers Fix #4026 - Accept backup codes for disabling 2FA (#4382) 2017-07-26 23:36:33 +02:00
helpers Fallback to site_hostname when site_title is empty (#4394) 2017-07-27 15:13:49 +02:00
javascript Fix timeline height on landing page for Safari (#4392) 2017-07-27 15:49:56 +02:00
lib Fix multipoint shortcode bug (#4387) 2017-07-27 01:02:15 +02:00
mailers
models fix(push_subscription): Use star icon for favourite action (#4396) 2017-07-27 15:46:33 +02:00
policies
presenters
serializers
services Fix an error when a user tries to search nonexistent remote user (regression from #4275) (#4400) 2017-07-27 15:11:59 +02:00
validators
views
workers Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 2017-07-27 00:38:20 +02:00