Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | Prepend check_enabled_deletion to Settings::DeletesController (#229) | David Yip | |
The specs for Settings::DeletesController include an example that sets Settings.open_deletion to false and expects the "if deletion is not available, redirect to root" logic to run. However, this spec does not set up a user, which means that the spec (intentionally or otherwise) expects this redirection to work with unauthenticated access. We should preserve that behavior. To do so, we prepend the deletion check to the action chain set up by Settings::BaseController, so that said check occurs before the authenticate_user! check. | |||
2017-11-20 | Finalized theme loading and stuff | kibigo! | |
2017-06-19 | setting-for-account-deletable (#3852) | masarakki | |
2017-06-14 | Fix account delete form not accepting password, update suspended (#3745) | Eugen Rochko | |
account before removing content for quicker feedback to end-users | |||
2017-06-14 | Account deletion (#3728) | Eugen Rochko | |
* Add form for account deletion * If avatar or header are gone from source, remove them * Add option to have SuspendAccountService remove user record, add tests * Exclude suspended accounts from search |