Commit graph

522 commits

Author SHA1 Message Date
3c4b39287c
Merge branch 'staging' into 9th-anni-updates 2023-03-15 02:42:45 -07:00
53bc28d76a Add granblue_id to weapon keys 2023-03-15 02:38:47 -07:00
b5cb4b1da5 Update schema.rb 2023-03-11 01:29:44 -08:00
b2cdfbd774 Remove bad character 2023-03-11 01:29:38 -08:00
178277ff3a Add columns for object nicknames 2023-03-11 01:29:10 -08:00
9d777bcbf2 Add quick summons to GridSummons schema 2023-03-11 01:25:39 -08:00
c8eb9187d6 Add migrations for character skills
Adds new tables for:
* Character skills
* Character charge attacks
* Character support skills
* Ability effects

Also adds flags on GridCharacter for whether an ability is enabled or disabled in full auto
2023-03-11 01:19:26 -08:00
67c004b2a4 Updates blueprints for new model attributes
* Renamed `ml` to `master_level`
* Added `ultimate_mastery` to Jobs and Parties
* Restructured `atk`, `hp`, `max_level`, and `max_skill_level` and other relevant attributes under a `stats` field on canonical objects
2023-03-10 23:24:18 -08:00
ba52a1df43 Update database schema 2023-03-10 23:14:45 -08:00
7f5cfc1c05 Update migrations 2023-03-10 23:14:33 -08:00
2596e2785a
Update README.md 2023-02-05 23:42:52 -08:00
39567fcefd
Update README.md 2023-02-05 23:42:00 -08:00
472fb6816b Allow adding EMP skills from prior rows to team
We let you search but didn't fix the server-side validation check for skills
2023-02-05 16:41:54 -08:00
158786b5a8 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
2023-02-05 16:32:57 -08:00
e2c1639d8f Remove log call 2023-02-05 15:49:09 -08:00
d587ceeeec
Small Rails 7 configuration changes (#72) 2023-02-05 00:56:27 -08:00
9247e38353 Regenerate credentials 2023-02-05 00:07:32 -08:00
31c9245c98 Merge branch 'main' of github.com:jedmund/hensei-api into staging 2023-02-05 00:06:31 -08:00
06f8d28874
February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
5f92d64373
Merge pull request #71 from jedmund/unauth-remix
Assign local ID when remixing as unauthorized account
2023-02-03 19:33:27 -08:00
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