Skip to content
Snippets Groups Projects
  1. Jan 08, 2018
  2. Jan 07, 2018
  3. Jan 05, 2018
  4. Jan 04, 2018
  5. Jan 03, 2018
  6. Jan 02, 2018
    • Eugen Rochko's avatar
      Update moved-to property when it's removed too (#6160) · d319b3db
      Eugen Rochko authored
      * Fix #6140 - Update moved-to property when it's removed too
      
      * Remove trailing whitespace
      Unverified
      d319b3db
    • Eugen Rochko's avatar
      Don't leave behind husk of remotely-deleted profile (#6159) · d60fd87e
      Eugen Rochko authored
      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.
      Unverified
      d60fd87e
    • Noiob's avatar
      Fix newlines-to-spaces functionality (#6158) · 94230fe5
      Noiob authored
      yay for regexes, amirite
      94230fe5
    • Patrick Figel's avatar
      Add confirmation step for email changes (#6071) · 04ecf44c
      Patrick Figel authored
      * Add confirmation step for email changes
      
      This adds a confirmation step for email changes of existing users.
      Like the initial account confirmation, a confirmation link is sent
      to the new address.
      
      Additionally, a notification is sent to the existing address when
      the change is initiated. This message includes instruction to reset
      the password immediately or to contact the instance admin if the
      change was not initiated by the account owner.
      
      Fixes #3871
      
      * Add review fixes
      04ecf44c
Loading