amartel / redmine_webdav

WebDav plugin for redmine
Other
35 stars 8 forks source link

RedmineAdvance script #24

Closed svenna closed 11 years ago

svenna commented 11 years ago

hi,

is it possible to use the redmine.pm file instead of the RedmineAdvance script? They seems to have the same origin and it would be nice to keep the amount of extra code to a minimum

amartel commented 11 years ago

Hi, redmine.pm is designed to grant access based on repository permissions only, so you may have trouble with files and/or documents. For example, if you want to use the webdav plugin to access files or documents in a project where there is no repository, redmine.pm will not allow you (because you will not have :browse_repository and/or :commit_access permission). On the other hand, if there is at least one repository in all of your projects and all users are allowed to browse and commit, then redmine.pm should work with my plugin (but I didn't make tests to validate ...)

Kind regards, Arnaud