Commit graph

502 commits

Author SHA1 Message Date
4633f0e531 Expose uncap_level in GridObject templates 2022-02-01 03:29:37 -08:00
66f281714b Add routes for updating the uncap level of an object 2022-02-01 03:28:57 -08:00
423d7047cb i give up 2022-01-30 02:12:09 -08:00
61842ba0c8 Update cors.rb 2022-01-30 01:21:21 -08:00
2aa868682e Update cors.rb 2022-01-30 01:14:02 -08:00
a87eba7aa6 Update cors.rb 2022-01-30 01:09:59 -08:00
51dd504a9f Test CORS 2022-01-30 01:07:14 -08:00
0bd3048e03 Update .gitignore 2022-01-30 00:53:30 -08:00
47576dff36 Move CORS definitions to env variable 2022-01-30 00:10:21 -08:00
e982dec63d Update schema.rb 2022-01-30 00:10:10 -08:00
bb79360b6c Delete 20220128183506_remove_limit_group_from_weapons.rb 2022-01-29 21:01:41 -08:00
1ea9768d64 Update database.yml 2022-01-29 20:56:50 -08:00
659abae07a Refactor Portal 2022-01-29 18:02:09 -08:00
709da5c76f Latest database additions 2022-01-28 21:22:45 -08:00
6e9010ee31 Add Linux platform for deploying 2022-01-28 21:22:16 -08:00
75702ac4d2 Add exclusion for characters 2022-01-25 17:02:08 -08:00
e95baf7ee6 Add extra slots to Parties 2022-01-25 17:00:26 -08:00
00476ec86c Add display_resource to models 2022-01-25 16:56:09 -08:00
ce08887c4e Update schema.rb 2022-01-25 16:55:03 -08:00
68661c02f6 Update schemas for game updates
Extra weapon slots, Subauras, and limiting weapons in grid.
2022-01-25 16:54:29 -08:00
ce50384be5
Merge pull request #1 from jedmund/ruby3
Updates to Ruby 3.0.0 and Doorkeeper 5.5
2021-10-28 11:36:50 -07:00
e539bb16b6 Disable Doorkeeper's new client authentication for passwords
This will be removed eventually but figuring this out is not where I'm mentally at right now
2021-10-28 10:49:07 -07:00
56f166d816 Remove case_sensitive validator from User
This was removed in Rails 6.1
2021-10-27 09:43:15 -07:00
eda5c5cc4e Update schema.rb 2021-10-27 08:37:37 -07:00
871fc7cefe Update Gemfile.lock 2021-10-27 08:31:28 -07:00
fa1186adf5 Add logfile to gitignore 2021-10-27 08:31:19 -07:00
8f2e7d239e Remove version requirements on gems
This is temporary until we get everything working
2021-10-27 06:12:19 -07:00
7dcc61ea50 Update version to 3.0.0 2021-10-27 06:12:05 -07:00
201a5f4157 Add characters to Party model and template 2020-10-19 05:10:32 -07:00
ba22aad8d3 Fix a typo 2020-10-19 04:05:19 -07:00
3919dfdd37 Update schema.rb 2020-10-19 04:05:15 -07:00
1e8e311286 Make granblue_id a string
Character IDs are out of range for integer
2020-10-19 04:01:15 -07:00
55537d995e Add search template for Characters 2020-10-19 03:58:36 -07:00
be6a05124a Add search for Characters 2020-10-19 03:57:07 -07:00
43130f69e0 Add routes for Characters 2020-10-19 03:56:40 -07:00
4bf7249d41 Add models, controllers and templates for Character objects 2020-10-19 03:55:53 -07:00
33cd9a9ce1 Add migrations and seed data for Characters 2020-10-19 03:48:22 -07:00
bbe7254512 Update schema.rb 2020-10-18 22:25:47 -07:00
0b167863eb Update seeds with summons 2020-10-18 22:25:44 -07:00
a63027aff6 Update routes for search and summons 2020-10-18 22:25:35 -07:00
b44b8e9b70 Update Party model to have summons 2020-10-18 22:25:17 -07:00
0117f0e629 Add weapons template 2020-10-18 22:24:59 -07:00
cf36fa9ffa Add search 2020-10-18 22:24:50 -07:00
132f676e2a Add Summon and GridSummons model and controllers 2020-10-18 22:24:28 -07:00
4e3c628c8d Update api_controller.rb 2020-09-26 10:51:17 -07:00
b08d851341 Store user id from access token 2020-09-26 10:51:14 -07:00
5d5a09f552 Fix saving weapons to parties 2020-09-26 10:51:03 -07:00
e97afb72bc Update users_controller.rb 2020-09-25 17:57:32 -07:00
71a0a090ba Add route for viewing a profile 2020-09-25 14:59:50 -07:00
10cca8e4b0 Update api_controller.rb 2020-09-25 10:56:08 -07:00