119 Commits

Author SHA1 Message Date
Kode
4f00a2b834 work on item automation 2020-02-25 11:27:29 +00:00
alex-phillips
14a160dcd8 remove console log 2020-02-24 16:00:15 -05:00
Kode
18165a6e2c Update EditTile.vue 2020-02-24 18:20:58 +00:00
Kode
c65099e66b started moving the styling of tiles 2020-02-24 15:58:32 +00:00
Kode
2c9518d7a7 return whether user has set a password 2020-02-24 12:52:22 +00:00
Kode
1cb981308a changes to user edit 2020-02-24 12:51:14 +00:00
alex-phillips
3b58af288c scaled up qrcode image, fixed bug where users would only update if also updating their avatar 2020-02-24 06:57:21 -05:00
Kode
effa8639ba update front end 2020-02-23 18:05:27 +00:00
Kode
c8dcf30b1a Update User.vue 2020-02-23 00:15:21 +00:00
Kode
bc643bdb1d fix some translation strings plus change color 2020-02-22 23:51:09 +00:00
alex-phillips
c1b42ee65e fixed enabling / validating multifactor auth 2020-02-22 14:16:03 -05:00
alex-phillips
8f74545c49 settings table needs to be lower case... 2020-02-22 14:02:39 -05:00
Kode
f6c3a830b8 Merge branch 'master' of https://github.com/linuxserver/heimdalljs 2020-02-22 18:59:12 +00:00
Kode
b28e4627b7 mfa initial code 2020-02-22 18:59:06 +00:00
alex-phillips
8a899a1701 better comment for why we delete totpSecret from the body 2020-02-22 13:50:44 -05:00
alex-phillips
ac69aba621 booleans are 'strings' in multipart form, cast them to booleans 2020-02-22 13:22:48 -05:00
Kode
ccba96e5a1 work on avatars and initial code for mfa 2020-02-22 18:16:23 +00:00
alex-phillips
90df51e46b fixed 403 -> 401 response code mixup 2020-02-22 12:06:51 -05:00
alex-phillips
bdef5db69d added multipart support / icon upload for items 2020-02-22 12:05:46 -05:00
alex-phillips
f64a37e5ec fixed unlink for old user avatars 2020-02-22 12:04:00 -05:00
alex-phillips
073fce5a3d create upload subdirectories for each upload type 2020-02-22 11:47:43 -05:00
alex-phillips
766a36eecb fixed saved location for avatars, fixed avatar 'url' in response, also attempt to clean up old avatar if it exists 2020-02-22 11:29:14 -05:00
alex-phillips
1e974fdcf5 fixed file uploads for avatars 2020-02-22 10:49:02 -05:00
Kode
8b2c2e0dac updates to users 2020-02-22 15:30:17 +00:00
alex-phillips
de0ede3885 removed uniqueness of email, check unique of username on POST for user 2020-02-22 10:23:58 -05:00
alex-phillips
3e94c0826a added multi-part for support for PUT /users, fixed user update endpoint 2020-02-22 09:08:38 -05:00
Kode
e5e6bddbb9 tidied up user list 2020-02-21 22:24:25 +00:00
Alex Phillips
b5d107a1f4
Merge pull request #3 from linuxserver/change-to-user-route
Change to user route
2020-02-21 16:57:19 -05:00
KodeStar
9e59d09bb4
Update users.js 2020-02-21 21:37:23 +00:00
Kode
c2eb07cf64 change to pull request 2020-02-21 21:34:36 +00:00
Kode
72cacc6505 Merge branch 'master' into change-to-user-route 2020-02-21 21:19:10 +00:00
Kode
0aef070dd4 list users 2020-02-21 21:17:46 +00:00
Kode
4714359de7 Return more user information if user is admin 2020-02-21 21:14:14 +00:00
alex-phillips
245d909d3a fixed bad variable checking in response for user data in status endpoint 2020-02-21 14:02:21 -05:00
Kode
e39adf854c changes 2020-02-21 15:30:54 +00:00
Kode
f1b12885b7 small changes 2020-02-20 16:00:17 +00:00
Kode
baccce8bc8 Changes to menu items and styling 2020-02-20 15:55:36 +00:00
Kode
76d8ece29d Started adding users and fixed menu items 2020-02-20 13:56:19 +00:00
Kode
dc4437516c Pass user object as part of status response 2020-02-20 11:53:31 +00:00
alex-phillips
d22cff6532 /ping is now 2 separate routes: /auth and /status to determine auth status and then application status 2020-02-19 14:22:57 -05:00
Kode
e29e5f1fec Merge branch 'feature/2fa' 2020-02-19 18:28:41 +00:00
Kode
1b9d611137 Add translations for API requests 2020-02-19 18:28:14 +00:00
Kode
070a25467c Merge branch 'feature/2fa' 2020-02-19 18:10:50 +00:00
alex-phillips
a1c2103dec added in code to prompt for multifactor auth at login if it is enabled for the user 2020-02-19 12:48:57 -05:00
alex-phillips
11fb54bf83 added in code to update / enable / disable user's multifactor authentication - this still needs to be tested properly 2020-02-19 12:48:31 -05:00
alex-phillips
c5f071573e added handling of login with multifactor enabled 2020-02-19 12:48:08 -05:00
alex-phillips
8469ac3286 added package to generate totps and qrcodes 2020-02-19 12:47:24 -05:00
alex-phillips
11b900e6d8 added totp secret and multifactor flag to the user model 2020-02-19 12:46:59 -05:00
Kode
b080db9d2a initial separation of new from edit on tiles 2020-02-19 15:58:30 +00:00
Kode
0b7dbb11fa change set to append for consistency 2020-02-19 15:42:32 +00:00