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
/
core
/
helpers
/
access.php
Age
Commit message (
Expand
)
Author
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-22
Standardize to uppercase DESC in the order by method calls
Tim Almdal
2009-02-17
Move private key generation into the installer so that we're not
Bharat Mediratta
2009-02-17
Adding a private key. Based on Drupal 6's drupal_get_private_key() method.
Andy Staudacher
2009-02-13
Continue to replace raw sql with Database method calls. As per ticket #68
Tim Almdal
2009-02-06
Convert all item->type == "album" to item->is_album()
Tim Almdal
2009-01-19
Flush the access_intent cache after ALTER TABLE queries, fixes a
Bharat Mediratta
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-01
Allow admins to do anything
Bharat Mediratta
2008-12-31
Extend permissions interface to allow resetting to the parental default.
Bharat Mediratta
2008-12-31
Preliminary "Edit Permissions" dialog. You can't change permissions
Bharat Mediratta
2008-12-31
Fix a bug where we were accidentally allowing view permissions when
Bharat Mediratta
2008-12-31
Fully implement the view_full permission.
Bharat Mediratta
2008-12-30
Oops, remove some debug code.
Bharat Mediratta
2008-12-30
Fix a bug. Unit tests ftw!
Bharat Mediratta
2008-12-30
Refactor _create_htaccess_files and _delete_htaccess_files into
Bharat Mediratta
2008-12-30
Fix typo.
Bharat Mediratta
2008-12-28
Expand on the maintenance code to make it more robust and give the
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
Bharat Mediratta
2008-12-19
Add access::forbidden()
Bharat Mediratta
2008-12-19
Delete the var/thumbs .htaccess files, too.
Bharat Mediratta
2008-12-17
Add initialization to the user module to put the user and group_ids
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Add file_proxy. This is controller gets triggered by .htaccess
Bharat Mediratta
2008-12-16
Change htaccess rules to use mod_rewrite
Bharat Mediratta
2008-12-16
Various optimizations:
Bharat Mediratta
2008-12-16
Fix a bug where we were not deleting the .htaccess file on access::reset()
Bharat Mediratta
2008-12-16
Create and delete .htaccess files based on the view permissions for
Bharat Mediratta
2008-12-16
phpdoc cleanup
Bharat Mediratta
2008-12-16
Permission only function on albums.
Bharat Mediratta
2008-12-13
Fix a bug where parent permissions were not getting inherited to newly
Bharat Mediratta
2008-12-13
Make sure that access::can fails if the item is not loaded
Bharat Mediratta
2008-12-12
Move the view permission cache directly into the item table for efficiency. ...
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-11
Split _update_access_cache into two functions separating view from
Bharat Mediratta
2008-12-10
Fix problem with access::can, where the $item->id was being passed to the acc...
Tim Almdal
2008-12-10
Change all access API methods to take ORMs instead of ids. This will
Bharat Mediratta
2008-12-09
Check view permissions before allowing view access to albums/photos.
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-12-09
Add access::can() which verifies that the user belongs to a group that has the
Bharat Mediratta
2008-12-08
Rename access::can() to access::group_can()
Bharat Mediratta
2008-12-07
Finish writing unit tests for Access. No bugs found!
Bharat Mediratta
2008-12-04
Change the startup code to only put installed modules on the autoload
Bharat Mediratta
2008-12-04
Improvements to access helper.
Bharat Mediratta
2008-12-03
Fix a bug where we weren't actually deleting permissions (hooray for unit tes...
Bharat Mediratta
2008-12-03
Re-enable access_cache propagation now that we've patched the MySQL driver.
Bharat Mediratta
2008-12-03
get rid of a stray space that was breaking the File_Structure_Test
Bharat Mediratta
2008-12-03
Temporarily disable some code to get tests to pass.
Bharat Mediratta
[next]