mastodon/spec/services
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
..
activitypub Remove empty strings (#5732) 2017-11-17 10:52:30 +09:00
pubsubhubbub Specs for pubsub subscribe service (#2951) 2017-05-09 20:48:30 +02:00
account_search_service_spec.rb Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847) 2017-06-19 01:51:04 +02:00
after_block_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
authorize_follow_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
batched_remove_status_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
block_domain_from_account_service_spec.rb Add buttons to block and unblock domain (#3127) 2017-05-19 21:05:32 +02:00
block_domain_service_spec.rb Domain block service cleanup (#2490) 2017-04-26 20:09:01 +02:00
block_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
bootstrap_timeline_service_spec.rb Default follows for new users (#4871) 2017-09-10 09:58:38 +02:00
fan_out_on_write_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
favourite_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
fetch_atom_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 2016-09-26 16:44:40 +02:00
fetch_link_card_service_spec.rb Enable to recognize most kinds of characters as URL paths (#4941) 2017-09-14 18:03:20 +02:00
fetch_remote_account_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 2016-09-26 16:44:40 +02:00
fetch_remote_resource_service_spec.rb Fix regression in FetchRemoteResourceService (#5217) 2017-10-05 00:21:44 +02:00
fetch_remote_status_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 2016-09-26 16:44:40 +02:00
follow_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
mute_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
notify_service_spec.rb Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
post_status_service_spec.rb Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
precompute_feed_service_spec.rb Non-Serial ("Snowflake") IDs (#4801) 2017-10-04 09:56:37 +02:00
process_feed_service_spec.rb Hook up URL-based resource look-up to ActivityPub (#4589) 2017-08-14 02:29:36 +02:00
process_interaction_service_spec.rb Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
process_mentions_service_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
reblog_service_spec.rb Retoot count increases without reason (#5363) 2017-10-13 02:52:09 +02:00
reject_follow_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
remove_status_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
resolve_remote_account_service_spec.rb Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService (#4979) 2017-09-17 11:54:23 +02:00
search_service_spec.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) 2017-05-05 17:26:04 +02:00
send_interaction_service_spec.rb Fixing some bugs, adding pending test examples 2016-03-05 12:50:59 +01:00
subscribe_service_spec.rb Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
suspend_account_service_spec.rb Delete records in smaller transaction (#2802) 2017-05-04 23:44:39 +02:00
unblock_domain_service_spec.rb Unblock domain service specs/refactor (#2867) 2017-05-07 14:44:28 +02:00
unblock_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
unfollow_service_spec.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
unmute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
unsubscribe_service_spec.rb Fix errors preventing UnsubscribeService from working (#4866) 2017-09-09 17:36:27 +02:00
update_remote_profile_service_spec.rb Set correct attachment type for rejected media (#2599) 2017-04-29 00:18:32 +02:00