-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Add tags to multiple files at once (bulk edit option) #10674
Comments
cc @nextcloud/designers |
@laurentiu2 sure, looks good! :)
|
Is anyone working on this feature? I am working on a project that would greatly benefit from this feature. I have a dev or two here that can help out if someone wants to point us in the right direction |
@Kurlee Thanks for your initiative. We'll be happy to assist you with the direction. |
|
Is there an offline channel I can discuss with you? I am on the dev IRC and the help forums |
@Kurlee Since we're Open Source, why not discuss here in public? |
Sounds good! So we have a good grasp of the API and how to implement bulk tagging using a curl script and webdav, but obviously, this is a bandaid. We might be over our heads in this but we are dedicated to figuring it out and making a contribution to this project |
@jancborchardt Do you think you can assist here a bit? |
Sorry but this is out of my expertise – someone from @nextcloud/javascript would have to help @Kurlee here. :) |
So more specifically (after poking around a bit), we just are having a hard time sorting out how the selected files are passed to client.js. Selecting function and menu all seem to be handled by jquery. Stepping through the functions is very difficult with jquery so I am stalled a bit. I think I would only need a few mins of time from someone who knows what they are doing to get over this hump and move forward. |
Who is the right person to help @Kurlee here @rullzer @MorrisJobke? :) |
Made some progress on this today and answered some of the questions I had yesterday. |
any progress made here? This would be a huge help to catalogue my pictures. I'd be willing to help beta test and submit issues and fix bugs if necessary. |
waiting for this feature too |
any news for this feature? would love to see it, or get some informations on the plans |
Would love to see this feature too ! |
I would be happy to spend some developing time on it. May be we could join efforts here. |
As always. If somebody wants to pick this up and propose a PR this is most welcome. |
Is there someone who could help me with the failed automatic tests? |
CC @nextcloud/server-triage |
This would be very helpful especially since even tagging one file is extremely painful. Unless I'm missing something it requires 5 clicks:
|
Would love to see this implemented! Tagging a new system now and it is extremely slow with large data set of files |
For what it's worth, I've been working on a plugin to assign tags to multiple files at once. It hooks into some JS functions in a pretty hacky way and there are some visual glitches and it does not work well on mobile. But I don't have enough time to polish it so I wanted to at least publish the code in the hopes that it's useful for someone or maybe someone could even polish it: https://github.com/bjoern-tantau/massassigntags Code is licensed under the AGPL. I should actually add a license file to it, but it's reflected in the composer.json. |
as of today, this feature isn't yet on my nextcloud files (v 29.0.6.1) |
It seems "done" means in this case, it is merged with another issue, which ist still open: |
I want to select multiple files and add tags to those files.
The text was updated successfully, but these errors were encountered: