Commit Graph

12 Commits (9e1d28f48e8197690ab4ec9ff02d981f408bf875)

Author SHA1 Message Date
Eugen Rochko 63c7fe8e48
Refactor controllers for statuses, accounts, and more ()
Eugen Rochko b851456139
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
ThibG e88c6a5c3c Fix thread depth computation in statuses_controller ()
* Add test that should currently fail

* Fix depth computation (will still fail if statuses have been filtered out)

* Fix handling of broken threads
Akihiko Odaki 1258efa882 Paginate descendant statuses in public page ()
Yamagishi Kazutoshi d10447c3a8 Use raw status code on have_http_status ()
unarist b01a19fe39 Fetch reblogs as Announce activity instead of Note object ()
* Process Create / Announce activity in FetchRemoteStatusService

* Use activity URL in ActivityPub for reblogs

* Redirect to the original status on StatusesController#show
unarist 0f1b1d78b1 Use "match_array" only for order independent assertions ()
Akihiko Odaki 152b4d54e8 Cover StatusesController more ()
Matt Jankowski f48cb3eb17 More coverage yes more even more ()
* Add coverage for admin/confirmations controller

* Coverage for statuses controller show action

* Add coverage for admin/domain_blocks controller

* Add coverage for settings/profiles#update
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise
Eugen Rochko 10ba09f546 Upgrade to Rails 5.0.0.1
Eugen Rochko f14f462eaf Adding Turbolinks, adding status posting form on homepage