mastodon/app/lib
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 Improve language filter (#5724) 2017-11-16 13:51:38 +01:00
ostatus When status is fetched instead of delivered, do not stream it (#5437) 2017-10-17 20:05:21 +02:00
settings
application_extension.rb
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 2017-09-29 03:16:20 +02:00
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 2017-07-27 00:38:20 +02:00
extractor.rb Fix some rubocop style issues (#5730) 2017-11-17 10:06:26 +09:00
feed_manager.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
formatter.rb Avoid emojifying on invisible text (#5558) 2017-11-07 14:48:13 +01:00
hash_object.rb
inline_renderer.rb
language_detector.rb Improve language filter (#5724) 2017-11-16 13:51:38 +01:00
provider_discovery.rb
request.rb Suppress backtrace from Request#perform (#5174) 2017-10-02 03:02:08 +02:00
sanitize_config.rb
status_filter.rb
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 2017-09-02 17:42:47 +02:00
tag_manager.rb Introduce OStatus::TagManager (#5008) 2017-09-19 18:08:08 +02:00
themes.rb Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
user_settings_decorator.rb Add option to reduce motion (#5393) 2017-10-16 09:36:15 +02:00
webfinger_resource.rb