rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: TSG on August 31, 2009, 12:26:51 PM
-
It seems that we have:
can upload
can archive
can delete
but what about..
can rename
can copy
can move
etc..
With the respective permission settings in properties...
It might be in the to-do but just wondering. Also does rename effect the original file? or edit the name just in the VFS..
-
Naturally, but why you do not use the macro of hfs, it is easier than to manage the rights on files,
I believe to remember myself of a post + template where it was question of the management of the rights by using the groups and an external text file much easier to manage inside a web interface
this post was certainly into the topic admin panel:
http://www.rejetto.com/forum/index.php?topic=6498.msg1040256#msg1040256
and template in
http://www.rejetto.com/forum/index.php?topic=6498.msg1040260#msg1040260
not necessary to have more permissions into hfs, it is possible to work without ;)
-
Also does rename effect the original file? or edit the name just in the VFS..
The rename I use changes the origional file name on disc, and it shows
changed in the vfs as well.
-
Yeah but I wouldn't want everyone to be able to move/copy/rename my files! And why should anyone allowed upload or delete be allowed those? I think they need permission settings.
-
TSG: use additional group accounts like #admin, #auxadmin.. for the users that may have special permissions. This groups do not need to have any access rights. But you can use this property to do special things with the
{.if|{.member of|#admin.}| {:do something:}.}
macro.
-
at the moment HFS actually handles some operations.
others like renaming, or copying, are eventually demanded to the template itself both for interaction and handling (via macros).
it appears inconsistent for the moment to have such settings in the GUI.
i know it would be useful, but at the moment an advanced template, offering such features, can easily create special groups on installation
[special:import]
{.new account|canRename|is group=1|enabled=1.}
{.new account|canCopy|is group=1|enabled=1.}
{.new account|administrators|is group=1|enabled=1|member of=canCopy;canRename.}
{.exec|welcome.html.}
i would finally open this html page where you state that people can setup new powerful commands by using predefined groups,
and inviting to donate ;)