coolify/app
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
..
Actions fix(database): custom postgres configs with SSL (#6352) 2025-08-11 18:22:03 +02:00
Console fix(templates): should generate old SERVICE_FQDN service templates as well 2025-08-12 14:19:17 +02:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Fix styling 2024-06-19 06:59:46 +00:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events fix(horizon): add silenced jobs 2025-07-12 14:44:32 +02:00
Exceptions Remove all ray() calls 2024-10-28 13:51:23 +01:00
Helpers fix(ssh): scp requires square brackets for ipv6 (#6001) 2025-06-18 15:10:21 +02:00
Http fix(service api): separate create and update service functionalities 2025-08-17 19:45:12 +02:00
Jobs feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
Listeners refactor(proxy): streamline proxy status handling and improve dashboard availability checks 2025-06-11 12:02:39 +02:00
Livewire feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
Models feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
Notifications feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
Policies fix(policy): update delete method to check for admin status in S3StoragePolicy 2025-08-12 10:06:19 +02:00
Providers Update app/Providers/RouteServiceProvider.php 2025-06-26 09:10:44 +02:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking 2025-08-12 10:07:11 +02:00
Traits feat(utf8-handling): implement UTF-8 sanitization for command outputs and enhance error handling in logs processing 2025-06-05 14:27:39 +02:00
View/Components feat(input): add autofocus attribute to input component for improved accessibility 2025-08-12 10:06:19 +02:00