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
Ondřej Hruška 5942347407 Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526)
* Refactored Avatar and AvatarOverlay (DRY) to have 'account' as prop.
Also removed animate attribute from compose navigation bar, which should
have never been there. Added test for avatar overlay.

* fix broken tests

* god dammit another bug in tests! travis please let this pass

* formatting in avatar overlay
8 years ago
..
controllers Add "signed in as" header to some pages (#4523) 8 years ago
helpers Fallback to site_hostname when site_title is empty (#4394) 8 years ago
javascript Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 8 years ago
lib Don't normalize invalid domain names (#4499) 8 years ago
mailers Set default From address in config (#3756) 8 years ago
models Set false to animated options for thumbnail processor (#4547) 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 Change RuboCop rules to loose (#4464) 8 years ago
validators Fix length validator counting things that look like URIs like URLs (#4462) 8 years ago
views Add "signed in as" header to some pages (#4523) 8 years ago
workers Change RuboCop rules to loose (#4464) 8 years ago