mastodon/app
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
2016-11-08 23:29:08 +01:00
..
assets Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
channels Adding hashtags 2016-11-05 17:13:14 +01:00
controllers Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
helpers Fix URL configuration when S3 is enabled 2016-11-06 20:43:16 +01:00
lib Improve feed regeneration 2016-11-08 02:08:32 +01:00
mailers Adding user settings (model and mailer), no form yet 2016-10-07 13:17:56 +02:00
models Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
services Adding more logging 2016-11-08 19:37:08 +01:00
views Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
workers Improve feed regeneration 2016-11-08 02:08:32 +01:00