aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
AgeCommit message (Expand)Author
2009-09-01a simple function which returns a string version of an entity's access leveldave
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-08-05Added documentation to list_entities_from_access_collection();brettp
2009-07-29Added get/list_entities_from_access_collection().brettp
2009-07-07Refs #1099: Using write access hook to allow group-only ACLs. Need to examin...brettp
2009-05-18Closes #1025: Using the correct variable.marcus
2009-05-05Removing spurious error log messagesmarcus
2009-03-04Access modification - owners can always see their own contentben
2009-03-04Added has_access_to_entity functionkevinjardine
2009-03-04Added the ability to optionally specify the user to get_access_sql_suffixkevinjardine
2009-03-02Changed the order of the access dropdown so that it is in order of increasing...kevinjardine
2009-02-26Added "enemies" code to get_access_sql_suffix. This implements two features: ...kevinjardine
2009-02-25Added friends access levelkevinjardine
2009-02-25Introduces user default access.kevinjardine
2009-02-23Added site default access permissions. Refs #744ben
2009-02-05Minor change to access SQL. Fixes #687ben
2009-02-04Access improvements on granular notificationsben
2009-02-04Moved the access constant definitions from access.php to elgglib.php, so they...ben
2009-01-23Refs #706marcus
2009-01-07Closes #286: Group access restrictions issue fixed, modified from patch suppl...marcus
2008-12-04Closes #421 : Catches the DB Exception, so hopefully this will prevent the er...marcus
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-11-03Minor tweaks 'cos case does matter...marcus
2008-10-29Reverted database access permission caching.marcus
2008-10-28Flags to prevent queries being run multiple times. marcus
2008-10-28Removed spurious noticemarcus
2008-10-06A massive speed increase for access permissions. :)ben
2008-09-24Returning cache control back to access permissions.ben
2008-09-24Metadata permissions now work as advertised, but had to remove caching in the...ben
2008-09-17Access permissions now cached correctly.marcus
2008-08-18Small access fixben
2008-08-18Corrected minor friend collection issueben
2008-08-13Refs #237, #46 and #227: Added override code.marcus
2008-08-13Refs #237, #46 and #227: Added active only override to get_access_sql_suffixmarcus
2008-08-13Admins now see all!ben
2008-08-12Removed superadmin access controls. You can't call get_entity from within get...marcus
2008-08-12Further access additions for admins.ben
2008-08-12Admins can now see private data.ben
2008-08-07Fixed access permissions wrt groupsben
2008-08-05Fixed group-specific access controls, and site-specific access controlsben
2008-07-31More updates for collections - save now works properly.ben
2008-07-31Picker saves correctly!ben
2008-07-25Improved friend picker.ben
2008-07-24Introducing the (still issue-packed) friend picker.ben
2008-07-21Fixes #175marcus
2008-07-18Slight change to write access permissions functionben
2008-07-18Reinstating plugin hooks for access collections.ben
2008-07-18Fixed a bug with the revamped access collectionsben
2008-07-18Fix for access collectionsben