| Age | Commit message (Collapse) | 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-11-28 | Delete the temporary "user" value from the session when upconverting | Bharat Mediratta | |
| the admin account post-install. Fixes #1511. | |||
| 2010-11-28 | Replace self::func() with <helper_name>::func() for all public APIs | Bharat Mediratta | |
| and constants to make overloading easier. Fixes #1510. | |||
| 2010-09-06 | Fix some broken identity APIs: | Bharat Mediratta | |
| - add_user_to_group and remove_user_from_group should take Group_Definition instances to be consistent - add_user_to_group and remove_user_from_group in drivers/IdentityProvider.php should not be static | |||
| 2010-08-08 | Cache the group ids for a day to trade off performance for security updates. | Bharat Mediratta | |
| Fixes ticket #1227. | |||
| 2010-08-08 | whitespace fix. | Bharat Mediratta | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-01-28 | Use auth::login() when we initially log in the admin user. | Bharat Mediratta | |
| 2010-01-17 | Change IdentityProvider::create_user() to take $email as well, since that's ↵ | Bharat Mediratta | |
| a required parameter for the Gallery driver. | |||
| 2009-12-17 | In Kohana 2.4, ORM no longer does the find_all() call for us when we | Bharat Mediratta | |
| retrieve related ORMs. If we tack a find_all() on the end, it breaks the User_Definition interface so create User_Model::groups() and Groups_Model::users() as glue. | |||
| 2009-12-13 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/helpers/identity.php | |||
| 2009-12-10 | Log the entire stack trace when we catch an exception. | Bharat Mediratta | |
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta | |
| - Kohana::log() -> Kohana_Log::add() - Kohana::config_XXX -> Kohana_Config::instance()->XXX - Implement View::set_global in MY_View - Updated Cache_Database_Driver to latest APIs - ORM::$loaded -> ORM::loaded() - Updated item::viewable() to use K2.4 parenthesization | |||
| 2009-10-29 | Add the add_user_to_group and remove_user_from_group api method calls. If ↵ | Tim Almdal | |
| the identity provider isn't writable, the method implementations should throw an Invalid Operation exception. | |||
| 2009-10-29 | Correct the issues that identity::registered_users was calling the backend ↵ | Tim Almdal | |
| provider everybody method | |||
| 2009-10-29 | Use the identity interface admin_user to retreive the admin user. | Tim Almdal | |
| 2009-10-29 | Add the admin_user api function to the identity helper and the ↵ | Tim Almdal | |
| IdentityProvider interface. | |||
| 2009-10-24 | Re-enable the redirect to the root album if we can't load the active user ↵ | Tim Almdal | |
| from the session. This will most likely occur if the administrator has switch identity providers while a user was logged in. | |||
| 2009-10-22 | Change Identity adminstration to use the uninstall/install methods when ↵ | Tim Almdal | |
| changing providers. | |||
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
| Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
