This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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.
2018-01-03 00:38:02 +01:00
..
controllers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
helpers Adding Serbian latin translations (#6146) 2018-01-02 20:39:12 +09:00
javascript Fix newlines-to-spaces functionality (#6158) 2018-01-02 19:35:24 +01:00
lib Don't leave behind husk of remotely-deleted profile (#6159) 2018-01-03 00:38:02 +01:00
mailers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
models Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
policies
presenters Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
serializers Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) 2017-12-14 21:35:30 +01:00
services Reduce the number of synchronous resolves when posting toots (#6075) 2017-12-22 02:15:08 +01:00
validators Limit users to 50 lists, remove pagination from lists API (#5933) 2017-12-09 01:32:29 +01:00
views Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
workers