impress/app/controllers
Emi Matchu 89fc99c918 Oops, fix bug for authorizing the NeoPass disconnect endpoint
Ahh right, in development `User` and `AuthUser` will have the same ID,
but that got messed up early on for us in production DTI 😅

Here, we switch the form to reference the `User` instead of the
`AuthUser` (to get the ID right), then we also change how we compare
the IDs, because `User#to_param` appends extra text onto the ID after
the number!
2024-04-07 08:11:22 -07:00
..
devise Tweak NeoPass login success messages, to focus less on random username 2024-04-01 06:00:49 -07:00
fundraising
about_controller.rb Add first draft of /about/neopass page 2024-03-12 17:58:44 -07:00
alt_styles_controller.rb Read known_glitches when loading alt styles SWF assets 2024-02-24 16:31:05 -08:00
application_controller.rb Add hidden "Log in with NeoPass" button, to placeholder login strategy 2024-03-14 15:34:24 -07:00
closet_hangers_controller.rb
closet_lists_controller.rb
contributions_controller.rb Migrate away from item translations in contributions 2024-02-20 15:52:10 -08:00
item_appearances_controller.rb
item_trades_controller.rb
items_controller.rb Oops, fix redirect to item thumbnail 2024-03-12 18:45:05 -07:00
locales_controller.rb
neopass_connections_controller.rb Oops, fix bug for authorizing the NeoPass disconnect endpoint 2024-04-07 08:11:22 -07:00
neopets_connections_controller.rb
neopets_page_import_tasks_controller.rb
outfits_controller.rb Hack to speed up loading the homepage 2024-03-13 13:51:28 -07:00
pet_types_controller.rb Remove unused /colors/pet_types route 2024-02-24 15:51:40 -08:00
pets_controller.rb
sitemap_controller.rb
users_controller.rb