app-MAIL-temp/app/api
Adrià Casajús 373c30e53b
Schedule deletion of users (#1872)
* Accounts to be scheduled to be deleted cannot receive emails or login

* Create model and create migration for user

* Add test for the cron function

* Move logic to one place

* Use the class name to call the static delete method
2023-09-10 22:11:50 +02:00
..
views Schedule deletion of users (#1872) 2023-09-10 22:11:50 +02:00
__init__.py Feature: Add delete account route for the api (#1132) 2022-07-02 16:45:58 +02:00
base.py Allow to set sudo mode for api requests (#1108) 2022-06-23 14:26:36 +02:00
serializer.py optimize dashboard page: load custom domain using joinedload() instead of explicit join 2022-02-26 17:34:53 +01:00