demarches-normaliennes/app/controllers/users
Pierre de La Morinerie a8354bd103 dossiers: unify deletion of dossiers between manager and user
The code paths for deleting a dossier were different, depending on
whether the dossier was deleted by the user, or from the Manager.

This commit unifies the two code paths into one.

This has the effect of:

- An operation log is now recorded when an user deletes its own dossier;
- Gestionnaires are now notified even when the dossier is deleted from
  the Manager;
- The `support:delete_user_account` task now requires the email address
  of the author.
2019-07-16 16:22:20 +02:00
..
commencer_controller.rb commencer: fix redirection with invalid path 2019-04-04 14:03:40 +02:00
confirmations_controller.rb Enforce Timezone rule in Rubocop 2019-02-18 16:19:42 +01:00
demarches_controller.rb app: rename new_user to users 2019-03-25 10:56:39 +01:00
dossiers_controller.rb dossiers: unify deletion of dossiers between manager and user 2019-07-16 16:22:20 +02:00
feedbacks_controller.rb app: rename new_user to users 2019-03-25 10:56:39 +01:00
passwords_controller.rb layouts: rename "application" to "application_old" 2019-01-07 12:17:05 +01:00
profil_controller.rb profile: send an email when the account is already taken 2019-07-10 11:31:09 +02:00
registrations_controller.rb redirect to same path after use signup 2019-05-13 15:28:25 +02:00
sessions_controller.rb valid period depend on trusted_device_token.created_at 2019-02-18 17:20:49 +01:00
user_controller.rb app: rename new_user to users 2019-03-25 10:56:39 +01:00