22a4bc9c86
Add quick summon to blueprint
2023-03-15 04:36:29 -07:00
1fe6f45cae
Add Ultimate Mastery
2023-03-15 04:03:25 -07:00
71a217d33f
Rename ml to master level
2023-03-15 04:02:39 -07:00
8ff5a5a1e9
Add granblue_id to WeaponKeyBlueprint
2023-03-15 03:04:11 -07: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
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
6e837e5d18
Add endpoints for getting info about canonical items
2023-01-31 21:48:00 -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
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
df21dd6f37
Send replace position
2023-01-29 23:37:24 -08:00
6c12b1937a
Fix response when requesting nonexistent user
2023-01-28 20:50:35 -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
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
584fd31776
Update job_blueprint.rb
2023-01-27 11:53:30 -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
caf357a84d
Add support for AppUpdates
...
* Added model
* Added blueprint
* Added method to ApiController
* Added route
2023-01-25 19:27:49 -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
0ff7e7a8dd
Add JobAccessory model and add type to schema
...
We need type because we don't want to hardcode job ids in scripts
2023-01-23 20:52:06 -08:00
3ced0c6523
Upgrade to rails 7
2023-01-23 01:01:08 -08:00
99578d33ee
Merge branch 'staging' into job-icons
2023-01-22 23:15:31 -08:00
0797306569
Merge pull request #47 from jedmund/transcendence
...
Adds support for transcendence
2023-01-22 23:14:40 -08:00
ee7085f65e
Merge branch 'staging' into summon-renewal
2023-01-22 23:12:57 -08:00
6ecc2a706c
Merge branch 'staging' into remix-teams
2023-01-22 23:09:55 -08:00
ed76afe44c
Add granblue_id to Job output
2023-01-22 22:31:25 -08:00
a8a0a5944c
Merge branch 'summon-renewal' into transcendence
2023-01-22 21:24:28 -08:00
d343adeca3
Merge branch 'character-mods' into summon-renewal
2023-01-22 21:24:14 -08:00
bd15d91cdd
Fix grid character creation
...
Grid characters were only replacing the character when replacing an existing character, so the mods were persisted. This creates a new GridCharacter every time a replacement happens and destroys the old one.
2023-01-22 21:24:00 -08:00
5460a1d167
Reset transcendence step on uncap
2023-01-22 21:02:19 -08:00
b248fb62ea
Add transcendence_step to output
2023-01-22 21:02:06 -08:00
422651668e
Permit transcendence_step
2023-01-22 20:41:24 -08:00
8c1fae02d4
Add update method to GridSummonsController
2023-01-22 20:37:52 -08:00
bb79f68a2c
Remove extraneous code
2023-01-22 20:37:15 -08:00
cfee8b0b31
Support for frontend transcendence
...
Set transcendence step when updating uncap level
2023-01-22 19:58:45 -08:00