docbrown/app
Jeremy Friesen 3a37db7b30
Ensuring /new remains a call to action end point for DEV (#17294)
There are two problems engrained in this:

1. The undocumented expectation of `/new` needed to other sites linking
with prefill information.
2. The prefill parameters being lost during the authentication process.

The first bug was introduced as part forem/forem#16536.  The second is
likely introduced as part of a Rails upgrade (namely `request.path` most
likely once included the query parameters but with our current
implementation it does not).

Closes forem/forem#17292
2022-04-14 14:50:40 -04:00
..
assets Adding a modal for the CSV export (#17259) 2022-04-14 18:19:28 +02:00
controllers Ensuring /new remains a call to action end point for DEV (#17294) 2022-04-14 14:50:40 -04:00
decorators Profile attribute names should be unique and non-empty (#16396) 2022-04-04 12:14:02 -05:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Using a Form Object that will persist for the Creator Settings Form (#15684) 2021-12-10 17:07:40 +02:00
helpers First version of exporting the Users to a CSV (#17217) 2022-04-12 15:24:32 +02:00
javascript Adding a modal for the CSV export (#17259) 2022-04-14 18:19:28 +02:00
lib Removing yard doc generation warnings (#17090) 2022-04-04 15:03:22 -04:00
liquid_tags Revalidate embedded links that redirect (#17150) 2022-04-07 13:32:07 -04:00
mailers "Reply to" and "From" Email addresses for SMTP Configurations (#16499) 2022-02-16 16:14:54 +02:00
models Member index (phase 2) - Search invitations (#17210) 2022-04-12 10:40:44 +01:00
policies Encapsulating the "why we hide/show" something (#17166) 2022-04-11 13:40:16 -04:00
queries small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Remove unused methods from User (#16616) 2022-02-18 09:02:17 +07:00
services Ensuring /new remains a call to action end point for DEV (#17294) 2022-04-14 14:50:40 -04:00
uploaders small non-views ruby i18n (#16004) 2022-01-11 10:05:18 +07:00
validators Remove the "Getting Started" Section from the Config (#16033) 2022-01-20 07:31:35 -07:00
view_objects Patching ERB rendering of the data-info JSON (#16067) 2022-01-14 08:30:49 -05:00
views Adding a modal for the CSV export (#17259) 2022-04-14 18:19:28 +02:00
workers Reducing subtle duplication of effort/logic (#17078) 2022-04-01 13:32:44 -04:00