mastodon/spec/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 Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
form
web
account_domain_block_spec.rb
account_filter_spec.rb
account_moderation_note_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
account_spec.rb Implement tests for Account#refresh! (#5601) 2017-11-06 13:54:41 +09:00
block_spec.rb
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb Add tests for CustomEmoji#local? and #object_type (#5621) 2017-11-08 15:28:17 +09:00
domain_block_spec.rb
email_domain_block_spec.rb Add uniqueness to block email domains (#5692) 2017-11-14 20:37:17 +01:00
export_spec.rb
favourite_spec.rb
follow_request_spec.rb Add and Remove tests for FollowRequest (#5622) 2017-11-09 14:36:52 +01:00
follow_spec.rb
home_feed_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
import_spec.rb
list_account_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
list_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
media_attachment_spec.rb Add tests for MediaAttachment (#5620) 2017-11-08 15:29:07 +09:00
mention_spec.rb
mute_spec.rb
notification_spec.rb Add tests for Notification (#5640) 2017-11-09 14:37:10 +01:00
preview_card_spec.rb
remote_follow_spec.rb Remove empty strings (#5732) 2017-11-17 10:52:30 +09:00
remote_profile_spec.rb Add tests for RemoteProfile (#5665) 2017-11-12 16:23:31 +09:00
report_filter_spec.rb
report_spec.rb
session_activation_spec.rb Add tests for SessionActivation (#5668) 2017-11-13 09:54:48 +09:00
setting_spec.rb Add tests for Setting (#5683) 2017-11-14 11:08:04 +09:00
site_upload_spec.rb Add a test for SiteUpload#cache_key (#5685) 2017-11-14 20:44:11 +01:00
status_pin_spec.rb
status_spec.rb Add tests for Status#verb (#5717) 2017-11-16 15:46:29 +09:00
stream_entry_spec.rb Add tests for StreamEntry (#5687) 2017-11-15 02:00:58 +01:00
subscription_spec.rb
tag_spec.rb Add a test for Tag#to_param (#5705) 2017-11-15 16:04:41 +01:00
user_spec.rb Delegate some methods of User to @settings (#5706) 2017-11-15 16:05:20 +01:00