mastodon/app/models
Eugen Rochko 24cafd73a2
Lists (#5703)
* Add structure for lists

* Add list timeline streaming API

* Add list APIs, bind list-account relation to follow relation

* Add API for adding/removing accounts from lists

* Add pagination to lists API

* Add pagination to list accounts API

* Adjust scopes for new APIs

- Creating and modifying lists merely requires "write" scope
- Fetching information about lists merely requires "read" scope

* Add test for wrong user context on list timeline

* Clean up tests
2017-11-18 00:16:48 +01:00
..
concerns Fix AccountFinderConcern::AccountFinder#with_usernames (#5722) 2017-11-16 12:13:03 +01:00
form
web Lists (#5703) 2017-11-18 00:16:48 +01:00
account.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
account_domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 2017-10-05 23:42:05 +02:00
account_moderation_note.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
application_record.rb
block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
context.rb
conversation.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
conversation_mute.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
custom_emoji.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 2017-10-05 23:42:05 +02:00
domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
email_domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
export.rb
favourite.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
follow.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
follow_request.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
home_feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
import.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
instance.rb
instance_filter.rb
list.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
list_account.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
list_feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
media_attachment.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
mention.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
mute.rb Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
notification.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
preview_card.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
remote_follow.rb
remote_profile.rb
report.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
report_filter.rb
search.rb
session_activation.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
setting.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
site_upload.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
status.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
status_pin.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
stream_entry.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
subscription.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
tag.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
user.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
web.rb