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
Akihiko Odaki a07cfee644 Extract columns area from UI component (#6650)
UI component used to toggle isComposing state by directly manipulating the
DOM element to avoid the expensive rendering.

However, it is hacky, and is not effective for other states. Instead,
this change makes the rendering cheaper by extracting the huge columns
area.
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
helpers Do not default site_title with site_hostname in InstanceHelper (#6624) 7 years ago
javascript Extract columns area from UI component (#6650) 7 years ago
lib Federate pinned statuses over ActivityPub (#6610) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Fix #3807: Increase avatars to 400x400 max (#6651) 7 years ago
policies Account archive download (#6460) 7 years ago
presenters Redesign landing page (again) (#6486) 7 years ago
serializers Do not fetch environment variables to determine default locale (#6618) 7 years ago
services Federate pinned statuses over ActivityPub (#6610) 7 years ago
validators Validation of count works even when text of status is nil (#6429) 7 years ago
views Fix #6611: Typo in change password template (#6616) 7 years ago
workers Federate pinned statuses over ActivityPub (#6610) 7 years ago