Commit graph

80 commits

Author SHA1 Message Date
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
0861968e16 Update templates 2020-09-25 10:56:04 -07:00
975dd39ec8 Update parties_controller.rb
Finding parties based on shortcode, and saving parties with user ID where available
2020-09-25 10:55:13 -07:00
cb499a68ac Add validations and hooks to User model 2020-09-25 10:54:08 -07:00
12a98d4abd Update UsersController
Adds registration, check_email, and check_username methods
2020-09-25 10:53:56 -07:00
2c9c6de915 Add doorkeeper files 2020-09-25 10:53:06 -07:00
ec54d7d05e Add definitions.rb for solargraph 2020-09-25 10:51:54 -07:00
08c1e95d3d Ignore .enc files 2020-09-25 10:51:42 -07:00
c78af47582 Add validation error serializers 2020-09-25 10:51:08 -07:00
2def96352f Add custom TokensController for login 2020-09-25 10:42:34 -07:00
7dcd298fc7 Update migrations
Fixed User table and added Doorkeeper tables
2020-09-25 10:42:12 -07:00
8a31a73a63 Removed unused gems 2020-09-25 10:41:39 -07:00
ba90362843 Create .solargraph.yml 2020-09-25 10:41:23 -07:00
2c4c7545ee Update gitignore 2020-09-25 10:41:19 -07:00
00d9e7f5f6 Add 404 template 2020-09-19 12:46:29 -07:00
071f6b4664 Controllers should inherit from ApiController 2020-09-19 12:46:24 -07:00
c6886a62e7 Fix FLB values for Seraphic Weapons 2020-09-18 08:03:34 -07:00
64073bdae8 Limit weapon search to 10 at once 2020-09-18 07:16:04 -07:00
39490461bd Use the correct partial for weapons 2020-09-18 07:15:55 -07:00
35551be964 Update show.json.rabl 2020-09-18 06:49:13 -07:00
e2e83b246c Move templates 2020-09-18 06:47:52 -07:00
2164c10ab1 Move route from party to parties 2020-09-18 06:43:49 -07:00
31ed8ca039 Fix weapon.csv
Wasn't important proficiency due to a bad key
2020-09-18 05:27:23 -07:00