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
Eugen Rochko 108b2139cd
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573)
Fix #7087

The same data is available over the ActivityPub outbox, RSS, and Atom, so
there is little benefit to keeping it limited in this method.
7 years ago
..
chewy
controllers Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573) 7 years ago
helpers
javascript Fix unnecessary loadMore calls when the end of a timeline has been reached (#9581) 7 years ago
lib
mailers
models
policies
presenters
serializers
services Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510) 7 years ago
validators
views
workers