hensei-api/app/controllers/api/v1
Justin Edmund 2ef7b3025b
Allow anonymous users to edit remixed teams (#84)
* Small Rails 7 configuration changes (#72)

* Remove log call

* Show EMP skills for Row 5 classes

Row 4 EMP skills were not showing up, so you couldn't set Rage IV on Viking, for example

* Allow adding EMP skills from prior rows to team

We let you search but didn't fix the server-side validation check for skills

* Show created view when remixing

That will let anonymous users edit their remixed parties
2023-03-16 08:25:30 -07:00
..
api_controller.rb Create edit_key global in ApiController 2023-01-31 02:51:13 -08:00
characters_controller.rb Add endpoints for getting info about canonical items 2023-01-31 21:48:00 -08:00
favorites_controller.rb Refactor FavoritesController for blueprinter 2022-12-21 16:10:53 -08:00
grid_characters_controller.rb Update controllers to properly authorize 2023-01-31 02:51:38 -08:00
grid_summons_controller.rb Update controllers to properly authorize 2023-01-31 02:51:38 -08:00
grid_weapons_controller.rb Allow anonymous users to edit remixed teams (#84) 2023-03-16 08:25:30 -07:00
job_accessories_controller.rb Add controller, blueprint and route for JobAccessories 2023-01-23 20:52:20 -08:00
job_skills_controller.rb Updated getting skills assignable to a job 2022-12-22 23:26:23 -08:00
jobs_controller.rb Allow anonymous users to edit remixed teams (#84) 2023-03-16 08:25:30 -07:00
parties_controller.rb Allow anonymous users to edit remixed teams (#84) 2023-03-16 08:25:30 -07:00
raids_controller.rb Refactor RaidsController for blueprinter 2022-12-21 15:35:05 -08:00
search_controller.rb Allow anonymous users to edit remixed teams (#84) 2023-03-16 08:25:30 -07:00
summons_controller.rb Add endpoints for getting info about canonical items 2023-01-31 21:48:00 -08:00
users_controller.rb Fix response when requesting nonexistent user 2023-01-28 20:50:35 -08:00
weapon_keys_controller.rb Fix fetching weapon keys so you dont need filters 2022-12-24 04:54:50 -08:00
weapons_controller.rb Add endpoints for getting info about canonical items 2023-01-31 21:48:00 -08:00