mastodon/config
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
..
environments Improved configuration from ENV, cleaned up timeline filter methods 2016-11-07 23:20:52 +01:00
initializers Adding Emoji One 2016-11-08 21:46:29 +01:00
locales Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting 2016-10-22 19:39:44 +02:00
application.rb Fix missing default headers 2016-11-02 13:12:18 +01:00
boot.rb
cable.yml Live timelines using ActionCable 2016-08-18 15:49:51 +02:00
database.yml Add puma preloading, decrease DB pool size to size of threads per worker 2016-11-02 16:38:54 +01:00
environment.rb
puma.rb Add puma preloading, decrease DB pool size to size of threads per worker 2016-11-02 16:38:54 +01:00
routes.rb Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
secrets.yml
sidekiq.yml