Retrospring/config
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
..
environments
initializers Merge pull request #1043 from Retrospring/configurable-log-levels 2023-02-06 15:25:44 +01:00
locales make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00
questions
application.rb
boot.rb
database.yml.postgres
environment.rb
i18n.yml
justask.yml.example Remove Twitter API key config values 2023-02-05 21:54:51 +01:00
puma.rb
routes.rb Add `Settings::SharingController` 2023-02-05 21:54:51 +01:00
secrets.yml
sidekiq.yml
spring.rb