opnform-host-nginx/api/app/Http/Controllers
Chirag Chhatrala ea4cd85eae
Enhance redirect URL handling and MentionParser functionality (#639)
- Updated the `redirect_url` validation in `UserFormRequest` to accept strings instead of just max length.
- Modified `MentionParser` to include a `urlFriendlyOutput` method, allowing for URL encoding of special characters in parsed values.
- Adjusted the `PublicFormController` to utilize the new `urlFriendlyOutput` method for redirect URLs.
- Created a migration to change the `redirect_url` field type in the database from string to text, accommodating longer URLs.
- Added tests to ensure proper handling of long redirect URLs and the functionality of the new URL-friendly output feature in `MentionParser`.

This update improves the flexibility and robustness of form handling and URL processing.
2024-12-10 12:26:01 +01:00
..
Admin Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Auth 104a6 utm tracking in db (#578) 2024-09-20 11:47:12 +02:00
Content Fix custom-domains feature flag 2024-08-28 18:00:11 +02:00
Forms Enhance redirect URL handling and MentionParser functionality (#639) 2024-12-10 12:26:01 +01:00
Integrations/Zapier 106a6 integration performance issues (#581) 2024-10-01 12:42:03 +02:00
Settings Dynamic OauthDriver scope (#544) 2024-08-29 13:28:02 +02:00
Webhook Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
CaddyController.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Controller.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
SubscriptionController.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
WorkspaceController.php Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00
WorkspaceUserController.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00