summaryrefslogtreecommitdiff
path: root/core/helpers/access.php
AgeCommit message (Expand)Author
2008-12-13Fix a bug where parent permissions were not getting inherited to newlyBharat Mediratta
2008-12-13Make sure that access::can fails if the item is not loadedBharat Mediratta
2008-12-12Move the view permission cache directly into the item table for efficiency. ...Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-11Split _update_access_cache into two functions separating view fromBharat Mediratta
2008-12-10Fix problem with access::can, where the $item->id was being passed to the acc...Tim Almdal
2008-12-10Change all access API methods to take ORMs instead of ids. This willBharat Mediratta
2008-12-09Check view permissions before allowing view access to albums/photos.Bharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09Add access::can() which verifies that the user belongs to a group that has theBharat Mediratta
2008-12-08Rename access::can() to access::group_can()Bharat Mediratta
2008-12-07Finish writing unit tests for Access. No bugs found!Bharat Mediratta
2008-12-04Change the startup code to only put installed modules on the autoloadBharat Mediratta
2008-12-04Improvements to access helper.Bharat Mediratta
2008-12-03Fix a bug where we weren't actually deleting permissions (hooray for unit tes...Bharat Mediratta
2008-12-03Re-enable access_cache propagation now that we've patched the MySQL driver.Bharat Mediratta
2008-12-03get rid of a stray space that was breaking the File_Structure_TestBharat Mediratta
2008-12-03Temporarily disable some code to get tests to pass.Bharat Mediratta
2008-12-03Fix a bad copy/pasted commentBharat Mediratta
2008-12-02Oops, this was missing from the last fix.Bharat Mediratta
2008-12-02Fix a problem in _update_access_cache() where if the intent isBharat Mediratta
2008-12-01Add access::reset() so that you can specify your intent to use theBharat Mediratta
2008-12-01Add @todosBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta