Commit Graph

21 Commits

Author SHA1 Message Date
Alex Holliday 63da8bd571 Add demo role 2024-09-06 11:42:05 -07:00
Alexander Holliday 87b5835c64 Merge pull request #728 from bluewave-labs/feat/team-table
Feat/team table, #725
2024-08-27 09:16:16 -07:00
Alex Holliday 32101b4c2f Initialize User model to creat index 2024-08-26 15:27:05 -07:00
Alex Holliday a6f5c96f93 Create team on superadmin create 2024-08-26 10:23:05 -07:00
Alex Holliday ef02bd8078 Check for superadmin as opposed to admin 2024-08-26 09:46:23 -07:00
Alex Holliday ae46527965 removed double login prevention 2024-08-15 11:39:45 -07:00
Alex Holliday 5b2a05bc79 Save JWT to user on login 2024-08-09 13:14:20 -07:00
Daniel Cojocea 84613bc0e4 Backend camel case 2024-07-22 12:45:33 -04:00
Alex Holliday af61a4ef0a Change permissions to array[string] 2024-07-18 12:42:02 -07:00
Alex Holliday 5a6cbcd325 Implemented update password functionality 2024-07-10 11:51:27 -07:00
Alex Holliday 43bac259d7 Generate avatar image on register or update if an image is included 2024-07-08 10:26:56 -07:00
Alexander Holliday c545a704ac Merge branch 'master' into feat/image-upload 2024-07-02 11:00:48 -07:00
Alex Holliday 898738e287 Added role field to User model 2024-07-02 10:24:06 -07:00
Alex Holliday e8d4a5d868 Add profileImage to schema, controllers, and routes 2024-07-01 11:48:56 -07:00
Alex Holliday c8bcc59b52 Added docker compose, fixed all file paths, updated readme, fixed Async function bcrypt compare 2024-06-14 12:07:34 -07:00
Alex Holliday d84a0f9c87 Started update user route 2024-05-27 11:57:25 -07:00
Alex Holliday ef8867658e Removed package-lock.json from root 2024-05-24 13:44:42 -07:00
Alex Holliday e7a58f2756 Added login route, updated readme 2024-05-15 12:16:04 -07:00
veyselboybay ca33fcae91 update on joi schema, added logger docs, and updated user model 2024-05-14 23:15:29 -04:00
Alex Holliday a4a61695b0 Updated gitignore to ignore log files, Refactored Authcontroller to use DB interface, Added Try/Catch to validation to catch uncaught error, Added username optional validation to Joi so it expects a username 2024-05-14 11:12:22 -07:00
veyselboybay baba4ec540 Added user model, joi validation and register new user function 2024-05-09 17:06:00 -04:00