|
|
7ddb89069d
|
Merge branch 'description'
|
2022-11-17 22:33:47 +01:00 |
|
|
|
b06cf18f51
|
app/Models/Recipe.php: Add description to fillable array.
|
2022-11-17 22:14:24 +01:00 |
|
|
|
df08af6f7d
|
app/Models/User.php: do not reuse "characters" relationship to define "alt_characters" relationship, use a regular hasMany()
|
2021-08-28 15:06:30 +02:00 |
|
|
|
77e8792edc
|
app/Models/User.php: sort main characters first for "characters" relationship.
|
2021-08-28 15:04:32 +02:00 |
|
|
|
c14166f682
|
app/Models/User.php: Add character_id to $fillable
|
2021-08-10 13:01:16 +02:00 |
|
|
|
6f7c65fab3
|
app/Models/Item.php: add reagent_for relationship.
|
2021-07-23 17:08:49 +02:00 |
|
|
|
d3eccc596f
|
app/Models/Item.php: change recipe relationship from belongsTo to hasMany.
|
2021-07-23 13:33:10 +02:00 |
|
|
|
7df1e8345d
|
app/Models/Item.php: add getRouteKeyName()
|
2021-07-23 13:27:18 +02:00 |
|
|
|
4628ce85ac
|
app/Models/Character.php: Clear main character relationship if a main character is deleted.
|
2021-07-22 18:56:16 +02:00 |
|
|
|
2f215d0b82
|
Add user page.
|
2021-07-21 18:57:10 +02:00 |
|
|
|
52bd1012a5
|
app/Models/Character.php: Add isMain()
|
2021-07-21 18:15:44 +02:00 |
|
|
|
b73a8438d4
|
app/Models/User.php: Adding main_character relationship
|
2021-07-21 17:52:30 +02:00 |
|
|
|
f09fea4f08
|
app/Models/User.php: Also delete characters when deleting the user.
|
2021-07-13 18:33:19 +02:00 |
|
|
|
c806f54ea2
|
app/Models/Character.php: Add soft deletes.
|
2021-07-13 18:25:31 +02:00 |
|
|
|
94a4d3994f
|
app/Models/User.php: Add soft deletes.
|
2021-07-13 18:25:09 +02:00 |
|
|
|
52daa3b68f
|
app/Models/User.php: adding getRoleAttribute()
|
2021-07-13 18:01:49 +02:00 |
|
|
|
ad66ef86ab
|
app/Models/CharacterProfession.php: Add specialization relationship
|
2021-07-11 15:31:34 +02:00 |
|
|
|
87d1d6fd58
|
app/Models/Spell.php: add id to fillable array.
|
2021-07-11 15:29:32 +02:00 |
|
|
|
103bdd43d1
|
app/Models/Recipe.php: Always load spell relationship.
|
2021-07-08 21:36:51 +02:00 |
|
|
|
ff4f6b0612
|
app/Models/Recipe.php: in resolveRouteBinding() find record by spell slug first, then crafted item.
|
2021-07-08 20:31:39 +02:00 |
|
|
|
8c3a5ddef1
|
app/Models/Recipe.php: Change getNameAttribute() and getSlugAttribute() to prioritize spell relationship before craft.
|
2021-07-08 20:30:52 +02:00 |
|
|
|
86a0474a89
|
app/Models/Recipe.php: add spell relationship.
|
2021-07-08 20:30:52 +02:00 |
|
|
|
78d5d8d50e
|
Adding Spell Model
|
2021-07-08 20:30:52 +02:00 |
|
|
|
f2fcae83cc
|
app/Models/Character.php: make sure name is lowercase with first letter upper case.
|
2021-07-03 13:24:13 +02:00 |
|
|
|
8fd07c11a8
|
Adding support to login via discord oauth.
|
2021-06-30 18:30:34 +02:00 |
|
|
|
1e1aa7d461
|
initial commit
|
2021-06-28 17:33:29 +01:00 |
|