You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers
Francis Murillo 5fb1c3e934
Revoke all authorized applications on password reset (#21325)
* Clear sessions on password change

* Rename User::clear_sessions to revoke_access for a clearer meaning

* Add reset paassword controller test

* Use User.find instead of User.find_for_authentication for reset password test

* Use redirect and render for better test meaning in reset password

Co-authored-by: Effy Elden <effy@effy.space>
2 years ago
..
activitypub Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
admin Log admin approve and reject account (#22088) 2 years ago
api Log admin approve and reject account (#22088) 2 years ago
auth Revoke all authorized applications on password reset (#21325) 2 years ago
concerns Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
disputes Add customizable user roles (#18641) 3 years ago
oauth
settings Remove setting that disables account deletes (#17683) 3 years ago
well_known Validate nodeinfo response by schema (#21395) 2 years ago
about_controller_spec.rb Change about page to be mounted in the web UI (#19345) 3 years ago
accounts_controller_spec.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
application_controller_spec.rb Add customizable user roles (#18641) 3 years ago
authorize_interactions_controller_spec.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
emojis_controller_spec.rb
follower_accounts_controller_spec.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
following_accounts_controller_spec.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
home_controller_spec.rb Add logged-out access to the web UI (#18961) 3 years ago
instance_actors_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb Add customizable user roles (#18641) 3 years ago
manifests_controller_spec.rb
media_controller_spec.rb
media_proxy_controller_spec.rb
relationships_controller_spec.rb
shares_controller_spec.rb
statuses_cleanup_controller_spec.rb
statuses_controller_spec.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
tags_controller_spec.rb Change public accounts pages to mount the web UI (#19319) 3 years ago