|
|
b31d9f8b9e
|
Remove files that don't belong here
|
2023-03-16 05:12:03 -07:00 |
|
|
|
5d9bd5c647
|
Merge branch 'character-skills' into quick-summons
|
2023-03-16 05:09:27 -07:00 |
|
|
|
fe6b79f070
|
Migrate database
|
2023-03-16 05:09:10 -07:00 |
|
|
|
edb7273589
|
Merge branch 'job-mastery' into character-skills
|
2023-03-16 05:07:58 -07:00 |
|
|
|
3f31919a36
|
Migrate database
|
2023-03-16 05:07:28 -07:00 |
|
|
|
51112e8162
|
Merge branch 'add-granblue-id-keys' into job-mastery
|
2023-03-16 05:05:46 -07:00 |
|
|
|
d10b892490
|
Migrate database
|
2023-03-16 05:05:25 -07:00 |
|
|
|
2455c06f99
|
Add nicknames fields to objects
|
2023-03-15 04:36:40 -07:00 |
|
|
|
22a4bc9c86
|
Add quick summon to blueprint
|
2023-03-15 04:36:29 -07:00 |
|
|
|
3f544dcb6f
|
Add quick summons column to GridSummons
|
2023-03-15 04:36:29 -07:00 |
|
|
|
caaafe84d8
|
Add full auto toggles to GridCharacter
|
2023-03-15 04:36:01 -07:00 |
|
|
|
8bef63d521
|
Add tables for storing character skills and effects
|
2023-03-15 04:24:06 -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 |
|
|
|
74a70b8ecd
|
Add granblue_id column to WeaponKeys table
This should have a `NOT NULL` constraint, but due to existing data it is nullable until we can update all environments with values.
|
2023-03-15 03:03:58 -07: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 |
|
|
|
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 |
|