opnform-host-nginx/api/tests/Feature/Forms
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
..
AnswerFormTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
CleanDatabaseTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
CreateDynamicSelectOptionTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
CustomSmtpTest.php Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
EmailNotificationTest.php Fix email notification reply to (#603) 2024-10-28 09:17:01 +00:00
FormCaptchaTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormIntegrationEventTest.php Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
FormIntegrationTest.php Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
FormLogicTest.php [ESC-389]form-requires-to-answer 2024-11-28 10:22:33 +01:00
FormPasswordTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormPropertyLogicTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormStatTest.php Fix tests 2024-09-30 16:47:10 +02:00
FormTest.php Form editor v2 (#579) 2024-09-23 20:02:38 +02:00
FormUpdateTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormViewsTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
HideBrandingOnUpgradeTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
MatrixInputTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
RedirectUrlLengthTest.php Enhance redirect URL handling and MentionParser functionality (#639) 2024-12-10 12:26:01 +01:00
UpdateWorkspaceSelectOptionJobTest.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00