From: feld Date: Fri, 25 Sep 2020 16:15:01 +0000 (+0000) Subject: Merge branch 'feature/bulk-confirmation' into 'develop' X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1672d8b37c6a218071ccfdc95844010ba146e4c6;p=akkoma Merge branch 'feature/bulk-confirmation' into 'develop' Bulk account confirmation actions Closes #2085 See merge request pleroma/pleroma!2975 --- 1672d8b37c6a218071ccfdc95844010ba146e4c6 diff --cc CHANGELOG.md index 1a1de99a7,4e9aae736..80fbc078d --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -5,9 -5,12 +5,13 @@@ The format is based on [Keep a Changelo ## Unreleased + ### Added + - Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`) + - Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`) + ### Changed +- Search: Users are now findable by their urls. - Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated. - Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated. - The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false.