mastodon/spec/controllers
Eugen Rochko 2ca1f0737a Fix Devise destroy method being available to delete user record (#3266)
(You may think that we need account deletions, but this way would've just orphaned the db records)
2017-05-23 21:32:42 +02:00
..
admin Toggle sensitive from admin page (#3261) 2017-05-23 19:45:43 +02:00
api Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
auth Fix Devise destroy method being available to delete user record (#3266) 2017-05-23 21:32:42 +02:00
concerns
oauth
settings
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
application_controller_spec.rb Cover ApplicationController more in spec (#3230) 2017-05-22 17:58:57 +02:00
authorize_follows_controller_spec.rb Spec AuthorizeFollowsController assigns @account (#3246) 2017-05-23 13:12:45 +02:00
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
home_controller_spec.rb
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb Cover StatusesController more (#3259) 2017-05-23 16:34:28 +02:00
stream_entries_controller_spec.rb Cover StreamEntriesController more and remove redundant instructions (#3257) 2017-05-23 15:04:23 +02:00
tags_controller_spec.rb