Retrospring/app/controllers
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
..
admin
ajax use remote_ip 2: electric boogaloo 2023-02-07 07:38:59 +01:00
concerns
moderation
settings make URI.parse part of the validation for the sharing URL 2023-02-10 20:48:15 +01:00
user
well_known Implement NodeInfo 2023-01-04 17:08:05 +01:00
about_controller.rb
ajax_controller.rb Use `skip_before_action` instead of redefining action in `AjaxController` 2023-01-27 23:16:41 +01:00
anonymous_block_controller.rb Track question users in anonymous blocks 2022-12-28 00:10:59 +01:00
answer_controller.rb
application_controller.rb use remote_ip 2023-02-04 22:31:53 +01:00
discover_controller.rb
feedback_controller.rb
inbox_controller.rb Remove service reference in question generation 2023-02-05 21:54:51 +01:00
link_filter_controller.rb
manifests_controller.rb Cache headers for web app manifest based on user theme 2023-01-27 23:09:09 +01:00
moderation_controller.rb
notifications_controller.rb Appease the dog overlords 2023-02-02 10:38:41 +01:00
question_controller.rb
timeline_controller.rb
user_controller.rb Fix incorrect type local in followers endpoint 2023-02-01 23:34:33 +01:00