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 61e6275781 Use withRouter for TabsBar (#6652)
TabsBar refers to router, which is a private context property of
react-router. withRouter is a recommended alternative. It also allows to
track location changes even if React.PureComponent is used.
8 years ago
..
chewy Full-text search for authorized statuses (#6423) 8 years ago
controllers Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 8 years ago
helpers Do not default site_title with site_hostname in InstanceHelper (#6624) 8 years ago
javascript Use withRouter for TabsBar (#6652) 8 years ago
lib Federate pinned statuses over ActivityPub (#6610) 8 years ago
mailers Account archive download (#6460) 8 years ago
models Fix #3807: Increase avatars to 400x400 max (#6651) 8 years ago
policies Account archive download (#6460) 8 years ago
presenters Redesign landing page (again) (#6486) 8 years ago
serializers Do not fetch environment variables to determine default locale (#6618) 8 years ago
services Federate pinned statuses over ActivityPub (#6610) 8 years ago
validators Validation of count works even when text of status is nil (#6429) 8 years ago
views Fix #6611: Typo in change password template (#6616) 8 years ago
workers Federate pinned statuses over ActivityPub (#6610) 8 years ago