..
api_controller.rb
fix rescue_from order so StandardError is checked last
2025-12-14 01:48:11 -08:00
artifact_skills_controller.rb
add artifact controllers and routes
2025-12-03 12:58:44 -08:00
artifacts_controller.rb
add artifact image download endpoints
2025-12-03 13:37:24 -08:00
character_series_controller.rb
add character series lookup table
2025-12-14 11:58:10 -08:00
characters_controller.rb
move gacha from characters to weapons
2025-12-15 12:46:43 -08:00
collection_artifacts_controller.rb
fix import_params to pass nested game data
2025-12-14 01:42:05 -08:00
collection_characters_controller.rb
fix import_params to pass nested game data
2025-12-14 01:42:05 -08:00
collection_job_accessories_controller.rb
fix blueprints: use correct association names instead of 'object'
2025-11-29 17:41:29 -08:00
collection_summons_controller.rb
fix import_params to pass nested game data
2025-12-14 01:42:05 -08:00
collection_weapons_controller.rb
add sorting and filtering to collection weapons
2025-12-16 21:15:44 -08:00
crew_gw_participations_controller.rb
exclude claimed phantoms from gw event player list
2025-12-18 00:41:25 -08:00
crew_invitations_controller.rb
add crew invitations system
2025-12-03 23:06:07 -08:00
crew_memberships_controller.rb
support boomerang players in gw scores
2025-12-18 19:35:39 -08:00
crews_controller.rb
include phantoms in active/retired member filters
2025-12-18 17:48:49 -08:00
favorites_controller.rb
Return proper REST response for deleting a party for more endpoints
2025-09-22 02:51:50 -07:00
grid_artifacts_controller.rb
add sync endpoints and collection_id params to controllers
2025-12-03 22:46:17 -08:00
grid_characters_controller.rb
add sync endpoints and collection_id params to controllers
2025-12-03 22:46:17 -08:00
grid_summons_controller.rb
add sync endpoints and collection_id params to controllers
2025-12-03 22:46:17 -08:00
grid_weapons_controller.rb
add sync endpoints and collection_id params to controllers
2025-12-03 22:46:17 -08:00
guidebooks_controller.rb
Adds guidebooks and gacha tables ( #95 )
2023-06-04 22:23:34 -07:00
gw_crew_scores_controller.rb
fix gw controller params and add request specs
2025-12-03 23:40:38 -08:00
gw_events_controller.rb
include crew_total_score in gw events index
2025-12-17 23:03:22 -08:00
gw_individual_scores_controller.rb
add by-event score endpoints that auto-create participation
2025-12-04 03:02:22 -08:00
import_controller.rb
add gbf series mapping for weapon/summon imports
2025-12-14 11:58:42 -08:00
job_accessories_controller.rb
February 2023 Update ( #48 )
2023-02-04 23:46:12 -08:00
job_skills_controller.rb
add download_image endpoint for job skills
2025-12-15 16:09:02 -08:00
jobs_controller.rb
add update endpoint for jobs
2025-12-15 14:21:25 -08:00
parties_controller.rb
add grid_artifact and weapon_series to party show includes
2025-12-13 21:39:47 -08:00
phantom_claims_controller.rb
soft delete phantoms after claim confirmation
2025-12-17 20:08:28 -08:00
phantom_players_controller.rb
support boomerang players in gw scores
2025-12-18 19:35:39 -08:00
raids_controller.rb
Jedmund/fix image embeds 4 ( #177 )
2025-02-09 22:50:18 -08:00
search_controller.rb
move gacha from characters to weapons
2025-12-15 12:46:43 -08:00
summon_series_controller.rb
add summon series lookup table
2025-12-14 11:58:22 -08:00
summons_controller.rb
accept wiki_raw in entity create/update
2025-12-14 21:50:30 -08:00
users_controller.rb
add /users/me settings endpoint
2025-12-14 01:23:37 -08:00
weapon_keys_controller.rb
support series_slug filter in weapon_keys endpoint
2025-12-03 12:59:07 -08:00
weapon_series_controller.rb
add weapon_series API endpoints and update blueprints
2025-12-03 10:45:57 -08:00
weapons_controller.rb
move gacha from characters to weapons
2025-12-15 12:46:43 -08:00