Commit graph

502 commits

Author SHA1 Message Date
a123e5fe23 Assign local ID when remixing as unauth 2023-02-03 19:32:22 -08:00
bdb68f17a9 Fix bug in party controller authorization 2023-02-02 02:28:46 -08:00
c5ecd8d6e9
Merge pull request #70 from jedmund/download-images-task
Update download tasks
2023-02-02 02:28:16 -08:00
36761f0185 Update download tasks
* Renames old `download_images` task to `download_all_images`
* Creates a new task for downloading images for a specific list of granblue IDs
2023-02-02 02:27:16 -08:00
b05670bbd3 Remove log 2023-02-01 21:46:24 -08:00
260ca449a7 GridWeapon decides if it is mainhand or not 2023-02-01 21:45:57 -08:00
2dd6dbae57
Merge pull request #69 from jedmund/info_endpoints
Add endpoints for getting info about canonical items
2023-01-31 22:18:05 -08:00
6e837e5d18 Add endpoints for getting info about canonical items 2023-01-31 21:48:00 -08:00
6bbeeb3df2
Merge pull request #68 from jedmund/unauth-teams
Allow editing of unauth teams
2023-01-31 03:13:43 -08:00
7d576c3485 Update controllers to properly authorize
For some of these, they weren't authorizing at all, so this is a good safety improvement
2023-01-31 02:51:38 -08:00
4b7b48cbd3 Create edit_key global in ApiController 2023-01-31 02:51:13 -08:00
6b24970c54 Edit key should create before create, not save 2023-01-31 02:51:01 -08:00
e45dabf39a Save edit key for parties with no user ID 2023-01-31 00:55:17 -08:00
cce33ebf08 Add local_id to Party object
We can't save in the user_id column because it is an association, but that's okay
2023-01-31 00:54:17 -08:00
bedd72a753 Add edit_key to Parties output on create
We create a new view `created` that includes the `full` view but adds the `edit_key` param
2023-01-31 00:29:29 -08:00
c4ae38a432 Add edit key to Parties table 2023-01-31 00:28:58 -08:00
e13bc6f636
Merge pull request #67 from jedmund/add-job-accessory-to-blueprint
Add job accessory boolean and type to output
2023-01-30 04:09:12 -08:00
c0bc62acc2 Add job accessory boolean and type to output
This whole commit from before seems to have disappeared
2023-01-30 04:08:45 -08:00
0ae9b5ba6b
Merge pull request #66 from jedmund/add-migration
Make migration more robust
2023-01-30 03:48:49 -08:00
50c9dbe7b3 Make migration more robust 2023-01-30 03:48:12 -08:00
05ea4a41f3
Merge pull request #65 from jedmund/add-migration
Add missing migration
2023-01-30 03:45:57 -08:00
8d68a97ab1 Add missing migration 2023-01-30 03:45:09 -08:00
91fdbfe393
Merge pull request #64 from jedmund/fix-weapon-conflicts
Small change to assist with weapon conflicts
2023-01-29 23:38:14 -08:00
df21dd6f37 Send replace position 2023-01-29 23:37:24 -08:00
1474580d37
Merge pull request #63 from jedmund/fix-users-response
Fix response when requesting nonexistent user
2023-01-28 20:51:08 -08:00
6c12b1937a Fix response when requesting nonexistent user 2023-01-28 20:50:35 -08:00
8fb6fab0d7
Merge pull request #62 from jedmund/fix-blueprint
Remove accessory fields from JobBlueprint
2023-01-28 04:20:10 -08:00
c336aef449 Remove accessory fields from JobBlueprint 2023-01-28 04:19:53 -08:00
54ed380d57
Merge pull request #61 from jedmund/fix-base-skills
Fix bug preventing selection of base skills
2023-01-28 02:38:31 -08:00
651a7ff5f6
Merge pull request #60 from jedmund/fix-yatima
Fix limit when adding summons
2023-01-28 02:38:19 -08:00
d39dca337b
Merge pull request #58 from jedmund/remove-weapon-count
Fix counter caches
2023-01-28 02:38:07 -08:00
3dc606de9e Fix bug preventing selection of base skills 2023-01-28 02:36:48 -08:00
7a290c2945 Fix limit when adding summons 2023-01-28 02:20:52 -08:00
6c084610ad Fix counter caches 2023-01-28 01:19:46 -08:00
2c4d8b6fe1 Add source party to output 2023-01-28 00:23:06 -08:00
906faaeb1e Change view for remixes 2023-01-28 00:01:40 -08:00
986ef2fb56 Add remix state and remixes to output 2023-01-27 23:33:28 -08:00
1e0ada0613
Merge pull request #56 from jedmund/shields-manabelly
Add accessory output
2023-01-27 11:54:09 -08:00
584fd31776 Update job_blueprint.rb 2023-01-27 11:53:30 -08:00
5025f51d04
Merge pull request #55 from jedmund/updates
Adds support for managing app updates
2023-01-25 22:56:20 -08:00
8bd78d7764 Add version field 2023-01-25 20:03:00 -08:00
159439a67e Rename to version 2023-01-25 20:02:56 -08:00
c70290d6d5 Add primary key to migration 2023-01-25 19:30:06 -08:00
caf357a84d Add support for AppUpdates
* Added model
* Added blueprint
* Added method to ApiController
* Added route
2023-01-25 19:27:49 -08:00
7911374c1e Add updates table 2023-01-25 19:12:29 -08:00
bc14ac80ec Update rake task for manaturas 2023-01-25 18:56:52 -08:00
404720d259 Add relation to Party and output in Blueprint 2023-01-24 02:38:09 -08:00
7d142ada54 Add accessory_id to Party and enable saving
Saves without validation right now
2023-01-24 02:11:54 -08:00
ea7650a9bb Add controller, blueprint and route for JobAccessories 2023-01-23 20:52:20 -08:00
c474d8030b Add rake task for downloading job accessory images 2023-01-23 20:52:10 -08:00