coolify/bootstrap/helpers
Andras Bacsai ee502b9f76 feat(email): implement email change request and verification process
- Added functionality for users to request an email change, including generating a verification code and setting an expiration time.
- Implemented methods in the User model to handle email change requests, code validation, and confirmation.
- Created a new job to update the user's email in Stripe after confirmation.
- Introduced rate limiting for email change requests and verification attempts to prevent abuse.
- Added a new notification for email change verification.
- Updated the profile component to manage email change requests and verification UI.
2025-08-18 14:54:08 +02:00
..
api.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
applications.php fix(applications): include pull_request_id in deployment queue check to prevent duplicate deployments 2025-04-30 15:28:47 +02:00
constants.php Support PopOS as server 2024-12-04 13:19:00 +01:00
databases.php feat(backup): add disable local backup option and related logic for S3 uploads 2025-08-17 12:34:20 +02:00
docker.php feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
github.php refactor(SourceManagement): sort sources by name and improve UI for changing Git source with better error handling 2025-04-11 20:25:25 +02:00
notifications.php refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
parsers.php fix(application): clear Docker Compose specific data when switching away from dockercompose 2025-08-18 11:31:14 +02:00
proxy.php refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend 2025-06-06 14:47:54 +02:00
remoteProcess.php refactor(remoteProcess): update sanitize_utf8_text function to accept nullable string parameter for improved type safety 2025-06-10 10:53:23 +02:00
services.php fix(application): streamline environment variable updates for Docker Compose services and enhance FQDN generation logic 2025-08-12 10:06:19 +02:00
shared.php refactor(shared helpers): remove unused parseServiceVolumes function to clean up codebase 2025-08-17 18:09:59 +02:00
socialite.php feat(auth): add Zitadel OAuth Provider (#5490) 2025-06-18 14:35:54 +02:00
subscriptions.php feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
timezone.php refactor: improve data formatting and UI 2025-01-15 18:35:20 +01:00