|
|
f3314d106a
|
app/Http/Controllers/ProfileController.php: in update() do not create hash for empty password.
|
2021-07-22 18:54:39 +02:00 |
|
|
|
52f565f04b
|
app/Http/Controllers/ProfileController.php: in update() use Model::fill()
This is more generic as one only needs to add validated fields to Request object. and they will be saved automatically.
|
2021-07-22 18:50:13 +02:00 |
|
|
|
0fef5c77d0
|
app/Http/Controllers/ProfileController.php: Save character_id on update.
|
2021-07-22 18:27:20 +02:00 |
|
|
|
15808597c2
|
app/Http/Requests/UserRequest.php: Add character_id
|
2021-07-22 18:26:51 +02:00 |
|
|
|
2f215d0b82
|
Add user page.
|
2021-07-21 18:57:10 +02:00 |
|
|
|
b76a997948
|
Refactor UserController to ProfileController.
|
2021-07-20 15:38:57 +02:00 |
|
|
|
bd21a64191
|
Adding user handling pages for admins.
|
2021-07-15 15:39:25 +02:00 |
|
|
|
d8917e118b
|
app/Http/Controllers/Auth/OAuthController.php: check trashed records before trying to login via oauth.
|
2021-07-13 18:47:24 +02:00 |
|
|
|
866b374070
|
app/Http/Livewire/Form/CharacterForm.php: Do not include deleted rows in unique name validation.
|
2021-07-13 18:32:17 +02:00 |
|
|
|
645eaf676c
|
app/Http/Livewire/Recipes.php: eager-load crafters relationship.
|
2021-07-08 21:36:29 +02:00 |
|
|
|
3b7f5d1501
|
app/Http/Livewire/Recipes.php: add spell relationship.
|
2021-07-08 20:39:13 +02:00 |
|
|
|
c27a595408
|
User edit: add username to the form.
|
2021-07-06 12:51:07 +02:00 |
|
|
|
a1f4ffd664
|
app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm.
|
2021-07-03 14:20:44 +02:00 |
|
|
|
b6f1f8b887
|
Character: add ability to edit a character.
|
2021-07-03 14:15:21 +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 |
|