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/app
Eugen Rochko d60fd87e01
Don't leave behind husk of remotely-deleted profile (#6159)
There's no reason for an Account record to persist after Delete->Actor is received. SuspendAccountService is necessary to make sure deleted toots get sent over streaming API properly and home feeds get cleaned up. By removing Account record, we can ensure that if in the future the account is restored remotely (or username reused), it can start with a clean slate.
7 years ago
..
controllers Add confirmation step for email changes (#6071) 7 years ago
helpers Adding Serbian latin translations (#6146) 7 years ago
javascript Fix newlines-to-spaces functionality (#6158) 7 years ago
lib Don't leave behind husk of remotely-deleted profile (#6159) 7 years ago
mailers Add confirmation step for email changes (#6071) 7 years ago
models Add confirmation step for email changes (#6071) 7 years ago
policies Allow admin to deactivate invite created by users (#5860) 7 years ago
presenters Using double splat operator (#5859) 7 years ago
serializers Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) 7 years ago
services Reduce the number of synchronous resolves when posting toots (#6075) 7 years ago
validators Limit users to 50 lists, remove pagination from lists API (#5933) 7 years ago
views Add confirmation step for email changes (#6071) 7 years ago
workers Lists redis clean-up (#5886) 7 years ago