summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/access.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-16Follow on to 16555935ee45a09b8d5b5b351222631ba2ce2132 to clean up theBharat Mediratta
2010-12-17Fetch permissions for non-albumbs by parent rather than by item, allowing the...Kriss Andsten
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-11-28Replace self::func() with <helper_name>::func() for all public APIsBharat Mediratta
2010-10-02Proxy the BasicAuth authentication header in htaccess_works() so thatBharat Mediratta
2010-09-13When moving a single item, just copy its permissions from its parentBharat Mediratta
2010-09-05Force "Options +FollowSymLinks" since that's a requirement forBharat Mediratta
2010-07-27"public static" ==> "static" to match code conventions.Bharat Mediratta
2010-07-25Add a new maintenance task that resyncs album .htaccess files withBharat Mediratta
2010-07-25Don't use hardcoded id 1 as the everybody group; it won't work with alternati...Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-27Fix for ticket #1035: Make .htaccess access rules work for the case when inde...Andy Staudacher
2010-02-14For consistency, use straight Kohana_404_Exception instead of the event system.Andy Staudacher
2010-02-12Fix for tickets 1009 and 603: Show a themed error page to guests / registered...Andy Staudacher
2010-02-11Security: Fix leaking of album / photo names. Reject previous fix for ticket ...Andy Staudacher
2010-01-31htaccess_works() can't use var/tmp anymore because that's locked down.Bharat Mediratta
2010-01-20Throw Kohana_Exception instead of Exception on access denied, since that may ...Bharat Mediratta
2010-01-20Forbidden is a 403, not a 503.Bharat Mediratta
2010-01-18Change DENY and ALLOW to "0" and "1" to match the fact that ORM noBharat Mediratta
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
2009-12-17Update all database queries such that we can run "php index.phpBharat Mediratta
2009-12-01Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-30Don't allow the extra "/?" sequence (ie: "/index.php/?kohana_uri=...") in the...Bharat Mediratta
2009-11-29Don't use PathInfo based urls to reroute access protection. FixesBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-26Upgrade the gallery module to version 16 to reflect the refactoring of the us...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-20Add a groups api method on the Identity provider and change access_Core::_get...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-07-27Revert "Fix for ticket #452"Tim Almdal
2009-07-27Back out the fix for ticket #452Tim Almdal
2009-07-27Back out fixes for ticket #452Tim Almdal
2009-07-26Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/masterAndy Staudacher
2009-07-26It helps to save before committing :-)Tim Almdal
2009-07-26Changed access::user_can to force the owner of an item to haveTim Almdal
2009-07-25Fix for ticket #452Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-23Fix a typo in a commentBharat Mediratta
2009-07-23Consistency : always use self::XXXRomain LE DISEZ
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
2009-07-22remove an extra ->reload() that was there for testingTim Almdal
2009-07-22Add explicit unit tests for access::user_canTim Almdal