19 Commits

Author SHA1 Message Date
alex-phillips
884d0d714b fixed infinite loop 2020-02-26 07:57:32 -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
4f00a2b834 work on item automation 2020-02-25 11:27:29 +00:00
Kode
2c9518d7a7 return whether user has set a password 2020-02-24 12:52:22 +00:00
alex-phillips
11b900e6d8 added totp secret and multifactor flag to the user model 2020-02-19 12:46:59 -05:00
alex-phillips
1596c8d674 Added dotenv package to have all variables in .env file, config is now centralized 2020-02-18 10:18:45 -05:00
alex-phillips
47c825150b added tags to item model, added getter and setter so we can work with tags as a data structure 2020-02-17 16:09:10 -05:00
alex-phillips
052a2e62de removed tags - adding this just as a column to user 2020-02-16 17:20:28 -05:00
alex-phillips
35c4cc5b7e added applicationType and config to items, changed 'pinned' to 'active' 2020-02-16 12:26:19 -05:00
alex-phillips
44f6f75d03 added global settings 2020-02-16 11:47:34 -05:00
alex-phillips
71d038fe7b added user level column, limit level altering to admins only 2020-02-16 11:36:17 -05:00
alex-phillips
665a2bd50b initial commit of tags and associations with users / items 2020-02-16 10:47:57 -05:00
alex-phillips
33452ea04b initial add of item routes 2020-02-15 15:13:43 -05:00
alex-phillips
e91de5dfed initial add of items, only use underscores for db columns, not actual object properties 2020-02-15 15:07:57 -05:00
alex-phillips
2111cb2193 added settings column to users (not doing additional migrations just yet since it's still early development) 2020-02-15 11:18:40 -05:00
alex-phillips
074629028d user 'toJSON' method to remove sensitive data (i.e., password) 2020-02-15 09:14:50 -05:00
alex-phillips
ad9726cba9 eslinting fixes, initial commit of express server with JWT auth, middleware for attaching user to request object, and cors implemented 2020-02-14 12:05:42 -05:00
alex-phillips
7bee88e383 initial commit of user code, added in test framework and user test 2020-02-14 10:02:18 -05:00
alex-phillips
cdf79a3bf8 initial commit 2020-02-13 08:50:29 -05:00