| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-25 | Make only one attempt to restore the old identity provider in case of | Bharat Mediratta | |
| failure. Else, we can get into an infinite recursion. | |||
| 2010-01-22 | Trap any errors that may occur when trying to install a new identity ↵ | Tim Almdal | |
| provider and then reinstall the current one. | |||
| 2010-01-22 | Refactor the identity provider installation in to a common helper method ↵ | Tim Almdal | |
| (change_provider) with an initialization callback. | |||
| 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-31 | Added a config parameter to the IdentityProvider to specifiy the ↵ | Tim Almdal | |
| configuration. This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods | |||
| 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 | Add the admin_user api function to the identity helper and the ↵ | Tim Almdal | |
| IdentityProvider interface. | |||
| 2009-10-24 | Minor style tweaks. | Bharat Mediratta | |
| 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 | |||
