2ef7b3025b
Allow anonymous users to edit remixed teams ( #84 )
...
* Small Rails 7 configuration changes (#72 )
* Remove log call
* 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
* Allow adding EMP skills from prior rows to team
We let you search but didn't fix the server-side validation check for skills
* Show created view when remixing
That will let anonymous users edit their remixed parties
2023-03-16 08:25:30 -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
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