-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Share tags wip #10487
Share tags wip #10487
Conversation
Thanks a lot for your contribution! Contributions to the core repo require a signed contributors agreement http://owncloud.org/contribute/agreement/ Alternatively you can add a comment here stating that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
Okay, I'll fix those issues scrutinizer points out with separate commits. Comments are still welcome. |
@ockham I haven’t tested yet, but does this integrate with the existing »tag-like« mechanisms in the individual apps?
There should not be an additional »tags« element for these apps, but the existing means should be used for this. |
Abso-taggin'-lutely. |
A new inspection was created. |
If this should used by other apps, we should have a public interface. |
There is one already: OCP\ITags. I'm just modifying its backend as to include tags for shared items (which the backend looks up on its own). |
Okay. Never heard of that before :( |
Please review, everyone who was interested in the tags support from #3812: @alexisread @bernic @fpiraneo (and even @tanghus cause I know you will like this. :) |
@owncloud-bot retest this please |
Next iteration: #10679 |
Okay, I guess to get this reviewed, I need to formally submit it as a PR, even though it's not entirely finished yet.
So here's my work-in-progress branch for #3812. Tested with contacts only, but nothing contacts-specific in the code, so it should work with other apps that use tags as well.
Known issues: