mastodon/spec
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
..
controllers Move timelines API from statuses to its own controller, add a check for 2016-11-08 23:29:08 +01:00
fabricators Adding hashtag model 2016-11-04 19:12:59 +01:00
fixtures Adding test for ProcessFeedService 2016-10-10 16:03:38 +02:00
helpers Adding hashtags 2016-11-05 17:13:14 +01:00
javascript add/update specs for Button, DisplayName, DropdownMenu 2016-10-20 17:34:44 +02:00
lib Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect 2016-10-13 16:51:34 +02:00
mailers Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug 2016-03-19 19:20:07 +01:00
models Adding hashtag model 2016-11-04 19:12:59 +01:00
services Add test for FanOutOnWriteService 2016-11-06 15:56:34 +01:00
rails_helper.rb Exclude blocked users from follow suggestions, fix tests 2016-10-15 13:48:38 +02:00
spec_helper.rb Fix notifications in UI, added new API for fetching account relationships 2016-09-21 22:07:18 +02:00