| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-07 | Change the users.php controller so its no longer restful. The problem with ↵ | Tim Almdal | |
| our approach to restfulness is that it assumes that the resource will be found in the gallery database. It may well be there, but in the case of using plugable drivers from users, it could be in a ldap directory, it could be the gallery3 database, but the model could be wrapped in a control structure. So it was just easier to remove the restfulness and just call user::lookup instead. | |||
| 2009-10-06 | Allow a groups property on the User implementation and load the Identity ↵ | Tim Almdal | |
| drivers early in the process so the session deserialization works. | |||
| 2009-10-05 | Access the form validation rules via the API for groups and users | Tim Almdal | |
| 2009-10-05 | The initial commit of refactoring the user/group adminsitration into a driver. | Tim Almdal | |
| Create an Identity library that defines the interface the Gallery3 expects Move the user and group helpers into the gallery module to provide the familiar interface into the Identity library. Create a Gallery Identity back-end that is supplied by the user module. The vision here is that all user and group code that is gallery or ui specific is contained within the core product. Anything that relates to manipulating a user or group is contained in the back end code that can be replaced. | |||
