8
I Use This!
Inactive

News

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Posted over 14 years ago by mrtux
fixed typo Signed-off-by: Sven Strickroth <email@…>
Posted over 14 years ago by mrtux
added lots of escaping, might still be incomplete Signed-off-by: Sven Strickroth <email@…>
Posted over 14 years ago by mrtux
fixed path-bugs for diretory-mode
Posted over 14 years ago by mrtux
lots of fixes for hardcoded mediashare path
Posted over 14 years ago by mrtux
fixed typo
Posted over 14 years ago by mrtux
fixed
Posted over 14 years ago by mrtux
Fixed issue #109: fix IE6 display and use CSS3 for shadow
Posted over 14 years ago by mrtux
see patch. Btw. gimme svn commit rights and I can commit all my patches.
Posted almost 15 years ago by rmaiwald
problem Strict access control of media files should be available for both media storages, database an file system. analysis Media stored in the file system are accessible for everyone. Weired file names do not really protect the files. A robot can ... [More] generate all possible file names and thus access all media. Strict access control ist only available, when media are stored in the database. enhancement recommendation It is very simple to extend pnvfs_db.php to load either pnvfs_dbapi.php or pnvfs_fsdirectapi.php depending on the configuration variable vfs. After adding the getMedia function to pnvfs_fsdirectapi.php the virtual file system works for both media storages, database and file system. This enhances pnvfs_db.php to pnvfs.php (see attached diff file). [Less]
Posted almost 15 years ago by espaan
fixes #112, commit was reverted in [168]. Now put in again.