Retrospring/app/validators
Georg Gadinger 606629577a make URI.parse part of the validation for the sharing URL
the regexp alone and web browsers allows URLs to contain non-ASCII
characters, which `URI.parse` does not like -- resulting in the inbox
page to suddenly break.

also changed the `redirect_to` in the controller to a `render :edit` so
that validation errors are shown properly
2023-02-10 20:48:15 +01:00
..
screen_name_validator.rb Make forbidden screen names configurable 2022-07-23 09:11:32 +02:00
typoed_email_validator.rb typoed_email_validator: add new endings to the typo list 2023-01-30 06:01:01 +01:00
valid_url_validator.rb make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00