Somoru
Somoru
Hi — I implemented the code auto-complete and opened a PR: https://github.com/BoostIO/BoostNote-Legacy/pull/3768 The PR references this issue (`Closes #2567`). Please review when you have a moment. I can address any...
Hi, I've just submitted PR #7441 that implements the multi-user support feature requested in this issue. **What's Included:** - Complete database schema migration (v234) with users, roles, user_roles, and note_shares...
@deajan **Current Implementation:** Right now, the permission system works at the user role level (Admin/Editor/Reader), not at the individual node level. All nodes are accessible based on the user's role....
@eliandoran I have made some changes according to your response and comments. Please check it out