-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/group share #141
Feature/group share #141
Conversation
Thank you so much for your contribution! I’m not in a situation right now, where I can check out and merge your changes, but I appreciate them a lot! Let me get back to you in a week or so. |
Hope to see this feature soon into production! Thank you. It was exactly the feature I wanted to suggest. |
I’m really sorry about the radio silence from my side. It’s just a very bad timing where I have a bunch of personal priorities in my life that have to come first. I’ll get this reviewed and merged as soon as I can 🙏 |
I don't know if this feature went forward of being implemented, but I really hope so that the group share will become available. I'm not a programmer, but is it possible that another user to mark as complete an request and push it as an update for the app? Thank you |
Hey @DavidProdinger Thanks again for your work, this looks really good ❤️ I've done a first code review today and I fully agree with the changes you made. I do have some minor stylistic changes I'd like to make and I have these changes that I plan to make (but am open for discussion):
I'll merge your work now and will continue work on the @vsn-insolit Yes, this PR will add support for sharing clients with groups. However, if I understand your request correctly, I'm sorry to disappoint you for now, because the sharing feature will continue to work in a way where only the author of the entry will be able to edit it for the time being. |
Group Share
Add a group share functionality wich closes #93
Additionally to users, you can now select and share clients to groups.
Tests
Misc
\OC::$server->getLogger();
functionsFor the future
I have added a permission column to the shares, wich can use the following values:
-1
To view own (current state)0
To view all1
To view and edit allThis could solve the issues #78 #84