- May 02, 2024
-
-
Matt Jankowski authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Apr 08, 2024
-
-
Matt Jankowski authored
-
- Apr 05, 2024
-
-
Claire authored
-
- Mar 22, 2024
-
-
Claire authored
-
- Mar 14, 2024
-
-
Matt Jankowski authored
-
- Mar 01, 2024
-
-
HTeuMeuLeu authored
Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
- Feb 14, 2024
-
-
Emelia Smith authored
* Ensure destruction of OAuth Applications notifies streaming Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens. * Ensure password resets revoke access to Streaming API * Improve performance of deleting OAuth tokens --------- Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Feb 13, 2024
-
-
Emelia Smith authored
-
- Jan 18, 2024
-
-
Matt Jankowski authored
-
- Jan 15, 2024
- Jan 10, 2024
-
-
Matt Jankowski authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Jan 08, 2024
-
-
Matt Jankowski authored
-
- Jan 04, 2024
-
-
Claire authored
-
- Dec 01, 2023
-
-
Matt Jankowski authored
-
Matt Jankowski authored
-
- Nov 30, 2023
-
-
Claire authored
-
- Nov 22, 2023
-
-
Eugen Rochko authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Nov 07, 2023
-
-
Matt Jankowski authored
-
- Oct 26, 2023
-
-
Matt Jankowski authored
-
- Jul 08, 2023
-
-
Matt Jankowski authored
-
- Jun 10, 2023
-
-
Eugen Rochko authored
-
- Apr 30, 2023
-
-
Matt Jankowski authored
-
- Mar 30, 2023
-
-
Eugen Rochko authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Mar 06, 2023
-
-
Claire authored
-
- Feb 20, 2023
-
-
Nick Schonning authored
-
- Feb 08, 2023
-
-
Nick Schonning authored
-
- Jan 24, 2023
-
-
Claire authored
* Add tests * Fix account activation being triggered before email confirmation Fixes #23098
-
- Jan 05, 2023
-
-
Alexander Ivanov authored
* Webhook `account.approved` when preparing new user * Update Webhook.EVENTS
-
- Dec 15, 2022
-
-
Francis Murillo authored
* Clear sessions on password change * Rename User::clear_sessions to revoke_access for a clearer meaning * Add reset paassword controller test * Use User.find instead of User.find_for_authentication for reset password test * Use redirect and render for better test meaning in reset password Co-authored-by:
Effy Elden <effy@effy.space>
-
- Dec 07, 2022
-
-
Claire authored
-
- Nov 17, 2022
-
-
Claire authored
Fixes #20550
-
- Oct 20, 2022
-
-
Eugen Rochko authored
* Change public accounts pages to mount the web UI * Fix handling of remote usernames in routes - When logged in, serve web app - When logged out, redirect to permalink - Fix `app-body` class not being set sometimes due to name conflict * Fix missing `multiColumn` prop * Fix failing test * Use `discoverable` attribute to control indexing directives * Fix `<ColumnLoading />` not using `multiColumn` * Add `noindex` to accounts in REST API * Change noindex directive to not be rendered by default before a route is mounted * Add loading indicator for detailed status in web UI * Fix missing indicator appearing while account is loading in web UI
-
- Sep 27, 2022
-
-
Eugen Rochko authored
When user has no locale preference saved (such as never changing it from the default), the preferred posting language is nil, and the dropdown is not visible
-
- Aug 25, 2022
-
-
Eugen Rochko authored
* Remove digest e-mails * Remove digest-related code
-
Eugen Rochko authored
* Refactor audit log schema * Add audit log entries for user roles
-
Claire authored
Fixes #18620
-
- Jul 05, 2022
-
-
Eugen Rochko authored
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
-
- Jun 09, 2022
-
-
Eugen Rochko authored
* Add administrative webhooks * Fix error when webhook is deleted before delivery worker runs
-