WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Mal eben ausprobieren ist recht wenig.Wer mit Strict und xml arbeitet muß damit arbeiten. ganz abgesehen davon, daß Objekte mehr als nur für ein Browserguck gut sind. Aber gut, war ja nur ein Vorschlag.
start folder for users with a home folder is "/media/home_folder" shouldn´t it be "/media" ??
users with a assigned home folder can not create new folders in /media, just /media/my_home (which user/group can create folders which not)
# it´s possible to browse other users home folders/files (browse.php?dir=X)# it´s possible to rename public files/folders and other users home folders/files (rename.php?dir=X&id=Y)# it´s possible to delete public files/folders and other users home folders/files (delete.php?dir=X&id=Y)
the super admin (the one created during installation) sees ALL folders/files (bug/feature??)
the status messages does not always fit (e.g. forbidden folder --> "Directory does not exist" ...) (better: Directory does not exist or is not allowed)
backend tab settings seems to be stored in a Cookie, a more persistent (database) storage would be better
My object of posting in this thread (and sending some PMs) was to get the security flaws (directory traversals) in the media center fixed - nothing else (basically SVN 1428 plus missing delete fix).
Luisehahne was the person who announced that he would like to tackle the "home folder" thingy in 2.8.2. So for me it is just a matter of "missing" communication. Just make clear what you guys are willing to tackle in 2.8.2 and what not (as you tried in your last post).
,,, the actual behavior of 'homefolders' is buggy and will be corrected in the kind as described in my previous post above.so a user (maybe better called 'author') has read permissions to any common files (which are uploaded by an 'admin') and full permissions to his own files in 'private area'(aka 'homefolder') but not in 'private area' of other authors.
Jo, sinnvoll, wenn's dann auch fehelrfrei ist.
Ist für mich ganz einfach, Homefolder bleibt Homefolder und nichst anderes. wie in den Editoren, Hatte es nur gut gemeint. Ist leider nciht immer gefragtDietmar
<?php/** * Get the current dir * */$currentHome = $admin->get_home_folder();$get_dir = $admin->strip_slashes($admin->get_get('dir'));$directory = (($currentHome) AND (!array_key_exists('dir',$_GET))) ? $currentHome : ( false === strpos($get_dir, $currentHome) ) ? $currentHome : $get_dir; // more or less elegant?>
<?phpclass history{ static public function was_meinst_du_mit($aQuestion="") { switch( strtolower($aQuestion) ) { case 'schau an ... der aldus': return "(Altes »AVZ« der UB -> Director 8) && netlingo('pear') && drp_xString2 || kurz: director-online; 'irv & co' "; break; default: return "nothing"; } }}?>