Archive

Archive for the ‘Uncategorized’ Category

Viewable Permissions

December 8th, 2009 misiek303 No comments

Should a user be able to copy and move a folder if perms are set as Viewable ?, really ? Not in my opinion and for whom who agree with me I post a quick solution.

There is no any code change this time, its all in database, so login to your mysql or whatever you use and run two sql commands.

First command removes  “moving action” for the folder

delete from bh2_modulesaccesslevel where module = ‘movefolder’ and accesslevel = 1;

Second command removes “copying action” for the folder

delete from bh2_modulesaccesslevel where module = ‘copyfolder’ and accesslevel =1;

Cheers

Categories: Uncategorized Tags:

bh21z.patch.2

November 17th, 2009 misiek303 No comments

Please do not apply bh21z.patch.2 patch. A files are not down-loadable in IE then. Its a bug in bytehoard to calculate size of the files using the same function filesize(), this func cannot calculate size of the folder. I have changed to run du unix command to get this working, but doesn’t work in lovely IE.

Apply this patch if you need to download entire folders and ONLY folders.
Sorry for inconvenience.

Categories: Uncategorized Tags:

Documentation – Security & Best Practices

August 8th, 2009 Mike No comments

*Warning – This is a living Document.  Be sure to check back for new information.*

  1. Basic Security – Encryption.  Be sure to enable SSL (Secured Socket Layers) in order to encrypt data transfers.
Categories: Uncategorized Tags: