Jens Reimann
Jens Reimann
This might be an issue with the drag&drop JavaScript code. Could you try using the upload form?
Hm, strange. Logs should be in /var/logs and I guess they would be helpful in this case.
True. There still is the list of features, which should list those [1] [1] https://packagedrone.org/features/
I have never tested this on Ubuntu 16.10 ... So if someone has an idea about that, let me know.
There already is a Jenkins Plugin available: https://wiki.jenkins-ci.org/display/JENKINS/Package+Drone+Plugin
I think you did have a look at the wrong page. True, this view could also have multi delete :wink: However, this functionality would be more important to the "artifacts"...
I totally agree! I peeked into that a while ago but found it a rather complex interface. So I did not pursue it since I don't have a direct use...
There is indeed a pluggable system behind all that. I am not 100% sure it works the way it should, but this is definitely planned to be that way. But...
The [UserService](https://github.com/eclipse/packagedrone/blob/55460c2c5473025ee749b4b94fe283d61e4f68c8/bundles/org.eclipse.packagedrone.sec.service/src/org/eclipse/packagedrone/sec/service/UserService.java) is the one authentication users. There can be multiple present with OSGi. All registered services will be considered.
Yes, you right. The `UserStorage` is only allowed once and pretty much related to a database backend. However, it should not be necessary to actually use it, since the `UserStorage`...