Commit graph

19 commits

Author SHA1 Message Date
4bf7249d41 Add models, controllers and templates for Character objects 2020-10-19 03:55:53 -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
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
12a98d4abd Update UsersController
Adds registration, check_email, and check_username methods
2020-09-25 10:53:56 -07:00
2def96352f Add custom TokensController for login 2020-09-25 10:42:34 -07:00
071f6b4664 Controllers should inherit from ApiController 2020-09-19 12:46:24 -07:00
64073bdae8 Limit weapon search to 10 at once 2020-09-18 07:16:04 -07:00
2164c10ab1 Move route from party to parties 2020-09-18 06:43:49 -07:00
529e78e098 Fix the set to only pull one party 2020-09-16 23:49:16 -07:00
993fc30f91 Add GridWeaponsController 2020-09-16 03:43:08 -07:00
aa7820dd22 Add PartiesController 2020-09-16 03:42:12 -07:00
f616fe23db Restart on Rails 2020-09-14 18:30:54 -07:00