0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-08 21:46:48 +00:00
mastodon/app
Eugen Rochko 108b2139cd
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses ()
Fix 

The same data is available over the ActivityPub outbox, RSS, and Atom, so
there is little benefit to keeping it limited in this method.
2018-12-20 01:30:43 +01:00
..
chewy
controllers Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses () 2018-12-20 01:30:43 +01:00
helpers
javascript Fix unnecessary loadMore calls when the end of a timeline has been reached () 2018-12-19 22:23:16 +01:00
lib
mailers
models
policies
presenters
serializers
services Ignore low-confidence CharlockHolmes guesses when parsing link cards () 2018-12-17 19:19:45 +01:00
validators
views
workers