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/models
Eugen Rochko 9aecc0f48a Move timelines API from statuses to its own controller, add a check for
resources that require a user context vs those that don't (such as public timeline)

/api/v1/statuses/public   -> /api/v1/timelines/public
/api/v1/statuses/home     -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
9 years ago
..
concerns Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issues 9 years ago
.keep Initial commit 10 years ago
account.rb Fix account and hashtag regex 9 years ago
application_record.rb Upgrade to Rails 5.0.0.1 9 years ago
block.rb Adding a block model and filter mentions from blocked users (fix #60) 9 years ago
domain_block.rb Adding domain blocks 9 years ago
favourite.rb Enable caching for some rabl views 9 years ago
feed.rb Improve feed regeneration 9 years ago
follow.rb Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed 9 years ago
follow_suggestion.rb Adding common followers API, fixing fallback query again 9 years ago
media_attachment.rb Catch 404 errors when downloading remote media, add screenshot to landing page 9 years ago
mention.rb Upgrade to Rails 5.0.0.1 9 years ago
status.rb Move timelines API from statuses to its own controller, add a check for 9 years ago
stream_entry.rb Adding hashtags 9 years ago
tag.rb Fix account and hashtag regex 9 years ago
user.rb Adding hashtag model 9 years ago