1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
4b56c803a5 Adding app/Http/Controllers/LocaleSessionController.php 2021-07-30 13:32:36 +02:00
ac7e64c75c Adding Item Page 2021-07-30 12:31:31 +02:00
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
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
c27a595408 User edit: add username to the form. 2021-07-06 12:51:07 +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