----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101168/ -----------------------------------------------------------
Review request for ownCloud. Summary ------- alternative filestorage supporting versioning and users permissions (soon it will support users quotas too) before pushing such a huge diff I wait for some feedback... Diffs ----- db_structure.xml d801699 lib/base.php 324b2f7 lib/database.php 97651cc lib/filestorage.php 3d0bdf4 lib/filesystem.php ca4d1a2 lib/tralfamadorian.php PRE-CREATION Diff: http://git.reviewboard.kde.org/r/101168/diff Testing ------- add this line to config/config.php: "rootstoragetype" => 'tralfamadorian', login as admin create user marco logout login as marco create folder dir1 wait few minutes create folder dir2 http://myserver/files/index.php shows: dir1 0 B April 21, 2011, 11:08 dir2 0 B April 21, 2011, 11:12 edit url by hand in browser, http://myserver/files/index.php?dir=/@201104211109@ shows: dir1 0 B April 21, 2011, 11:08 (at 11:09 there was just one dir) logout login as admin edit url by hand in browser, http://myserver/files/index.php?dir=/~marco shows: dir1 0 B April 21, 2011, 11:08 dir2 0 B April 21, 2011, 11:12 (users in admin group have all permission on all files) edit url by hand in browser, http://myserver/files/index.php?dir=/.. shows: admin 0 B April 21, 2011, 11:07 marco 0 B April 21, 2011, 11:12 logout login as marco edit url by hand in browser, http://myserver/files/index.php?dir=/~admin shows nothing (permission denied) Thanks, Marco
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
