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