168 Commits

Author SHA1 Message Date
alex-phillips
aeeaecea60 Remove item-user relationship since we are refactoring this 2020-02-28 16:24:27 -05:00
alex-phillips
b46c6c206b only admins can change system flag 2020-02-28 16:19:47 -05:00
alex-phillips
22a54533ac handle request url differently so it doesn't have to be encoded 2020-02-28 15:50:30 -05:00
alex-phillips
1527fb39a1 Remove test line 2020-02-28 15:15:27 -05:00
alex-phillips
a3b2ffae41 missing parentheses.. 2020-02-28 13:31:30 -05:00
alex-phillips
352d20c43d fixed error handler to only perform the error output if there actually was an error... 2020-02-28 11:49:03 -05:00
alex-phillips
6a8d491791 added new middleware to handle async errors, added custom error handler to make sure all errors are sent down as JSON 2020-02-28 11:18:30 -05:00
alex-phillips
960ce72f86 handle icon downloads in PUT / POST, only handle file uploads in multipart form submission 2020-02-28 10:30:32 -05:00
Kode
3d52c425ad fix tags on tiles 2020-02-28 15:29:55 +00:00
Kode
03f7cd2cb5 stringify default values in seed 2020-02-28 15:20:04 +00:00
Kode
8fadf966a5 changes to front end 2020-02-28 15:19:46 +00:00
alex-phillips
f7302f30f8 check to make sure tags aren't 'undefined' before json parsing it 2020-02-28 09:57:32 -05:00
alex-phillips
591005ab4b Fixed eslint logic notice 2020-02-28 09:47:06 -05:00
alex-phillips
6792b8d59f just JSON encode / decode everything to be safe 2020-02-28 09:42:19 -05:00
alex-phillips
6d2200431c fixed error in calling data setter 2020-02-28 09:35:33 -05:00
alex-phillips
55d8869d42 settings can be a standalone value or a data structure. try and detect and set / get accordingly 2020-02-28 09:23:21 -05:00
alex-phillips
bc87599c72 simplified tags get / set since we aren't using multipart here anymore, we can guarantee a data structure 2020-02-28 09:22:15 -05:00
alex-phillips
a111ac08c0 moved file uploads to their own route to separate json api from multipart form endpoints 2020-02-28 08:36:53 -05:00
alex-phillips
81f17a2b65 added dockerode for docker API, added admin-only endpoint for retrieving container information 2020-02-27 22:06:49 -05:00
alex-phillips
d262ab96c1 hopefully fixed proxy endpoint 2020-02-27 21:54:51 -05:00
alex-phillips
8ba3d90473 removed irrelevant comment 2020-02-27 21:50:59 -05:00
alex-phillips
896c477680 added system flag to items 2020-02-27 21:45:05 -05:00
Kode
39b22d9146 Added some settings 2020-02-27 15:48:23 +00:00
Kode
47378bb196 Added system settings 2020-02-27 15:28:26 +00:00
Kode
4057b14274 Add missing settings 2020-02-27 14:24:33 +00:00
Kode
1b06bf5978 check if image is a url 2020-02-27 08:08:09 +00:00
Kode
99e7c72f20 Merge branch 'master' of https://github.com/linuxserver/heimdalljs 2020-02-26 17:44:39 +00:00
Kode
9478cf8b8c changes 2020-02-26 15:59:45 +00:00
alex-phillips
bee07eb72c added issuer and label to qr code 2020-02-26 10:56:50 -05:00
alex-phillips
e5251b604f adjusted length again - length is the value for the ASCII version, not the base32 version 2020-02-26 08:38:41 -05:00
alex-phillips
b2b66fd139 not sure how that body got changed.... 2020-02-26 08:34:26 -05:00
alex-phillips
fceff42eba adjusted length of totp secret in case someone has to manually type it in 2020-02-26 08:34:02 -05:00
alex-phillips
214b46effc require login for cors endpoint 2020-02-26 08:30:26 -05:00
alex-phillips
d03162cb5e added cors proxy endpoint 2020-02-26 08:30:07 -05:00
alex-phillips
bbd8929c31 fixed await for promise when finding user by id, now sending now mfa code in case you can't use qr code 2020-02-26 08:07:15 -05:00
alex-phillips
884d0d714b fixed infinite loop 2020-02-26 07:57:32 -05:00
KodeStar
9d90004855
Update README.md 2020-02-26 12:30:35 +00:00
Kode
d2379cb8d7 added hasPassword to general users call 2020-02-26 09:18:51 +00:00
KodeStar
879b2dcd7e
Update README.md 2020-02-26 08:14:23 +00:00
KodeStar
d4d3ad3b68
Update README.md 2020-02-26 08:13:45 +00:00
KodeStar
9c6786ff38
Update README.md 2020-02-26 08:13:22 +00:00
alex-phillips
3a4d43b034 item icons can now be sent as URLs and we will download them 2020-02-25 21:42:28 -05:00
alex-phillips
453cd56ccb PUT /users now takes an ID so that we can update other users (if we are admin) 2020-02-25 21:20:20 -05:00
alex-phillips
ce947ed76e tags should now be supported again - now stored as a comma-delimited list and returned as an array to the frontend 2020-02-25 21:14:54 -05:00
Kode
c646c31dcf Fix settings for select user 2020-02-25 20:51:45 +00:00
Kode
56c820347c Only show menu items if admin 2020-02-25 16:00:18 +00:00
Kode
829f31a330 Fixes for items 2020-02-25 13:45:22 +00:00
Kode
86036989a0 fix AppItem and small fixes 2020-02-25 13:00:02 +00:00
Kode
c91e9b6951 fix save item 2020-02-25 11:38:07 +00:00
Kode
4f00a2b834 work on item automation 2020-02-25 11:27:29 +00:00