Retrospring/app
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
..
assets Implement new sharing layout 2023-02-05 21:54:51 +01:00
controllers make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00
helpers Appease the dog overlords 2023-01-29 21:13:38 +01:00
javascript Disable relationship action buttons while waiting for a response 2023-02-07 23:39:13 +01:00
mailers Fix text, add more templates 2015-07-21 23:50:54 +05:30
models make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00
policies Add `AnonymousBlockController` 2022-11-21 22:29:47 +01:00
services Remove connected user transformation from TwitteredMarkdown 2023-02-05 21:54:51 +01:00
uploaders fix images when not using S3/radosgw 2022-12-22 17:29:38 +01:00
validators make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00
views Appease the dog overlords 2023-02-05 21:54:51 +01:00
workers Remove ShareWorker 2023-02-05 21:54:51 +01:00