mastodon/spec/controllers
Eugen Rochko f0fff3eb10
Support min_id-based pagination in REST API ()
* Allow min_id pagination in Feed#get

* Add min_id pagination to home and list timeline APIs

* Add min_id pagination to account statuses, public and tag APIs

* Remove unused stub in reports API

* Use min_id pagination in notifications, favourites, and fix order

* Fix HomeFeed#from_database not using paginate_by_id
..
activitypub Use raw status code on have_http_status ()
admin Add confirmation step to account suspensions ()
api Support min_id-based pagination in REST API ()
auth Add force_login option to OAuth authorize page ()
concerns Misc. typos ()
oauth Add force_login option to OAuth authorize page ()
settings Change language opt-out to language opt-in ()
well_known Serialize webfinger XML with Ox instead of Nokogiri ()
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Use raw status code on have_http_status ()
application_controller_spec.rb Add ability to change an instance default theme from the administration panel () ()
authorize_interactions_controller_spec.rb Add remote interaction dialog for toots ()
emojis_controller_spec.rb Misc. typos ()
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller ()
following_accounts_controller_spec.rb Add tests for following accounts controller ()
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in ()
intents_controller_spec.rb Add remote interaction dialog for toots ()
invites_controller_spec.rb Fix tests for invites controller (regression from 4d81809f36) ()
manifests_controller_spec.rb Use raw status code on have_http_status ()
media_controller_spec.rb Use raw status code on have_http_status ()
remote_follow_controller_spec.rb Use raw status code on have_http_status ()
remote_unfollows_controller_spec.rb Add tests for remote_unfollows_controller ()
shares_controller_spec.rb Add tests for shares_controller ()
statuses_controller_spec.rb Paginate descendant statuses in public page ()
stream_entries_controller_spec.rb Misc. typos ()
tags_controller_spec.rb Use raw status code on have_http_status ()