Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Special treatment for the userpassword attribute (#665)dev/edit-existing-entries | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 1 | -28/+42 |
| | | | | Use the objectclass attribute values (or actually, 'form_fields') from the original user as they were not offered for editing | ||||
* | Attributes posted and also "static" forms should be preserved (as posted) | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 1 | -2/+10 |
| | |||||
* | Correct the comparison of an attribute being marked as optional | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 1 | -9/+15 |
| | |||||
* | Improve handling of optional form fields | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -15/+23 |
| | |||||
* | Add function user_edit() | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -1/+96 |
| | |||||
* | Move to use configuration value 'unique_attribute' and 'user_name_attribute' ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -1/+1 |
| | | | | | | and 'group_name_attribute' instead of it's short equivalents (write once read many times) Move some of the LDAP logic in modifying entries back to where it belongs in Auth::LDAP instead of the lib/api/ files | ||||
* | Rename function user_attributes to get_attributes so it can sensibly be used ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -1/+1 |
| | | | | | | for users, groups and other objects Make sure the values in ldap modifications arrays are arrays | ||||
* | Take a stab at making groups editable (and users, ultimately) | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+11 |
| | |||||
* | Unified some methods: Use object_type_*() instead of separate ↵ | Aleksander Machniak | 2012-03-30 | 1 | -5/+5 |
| | | | | | | user_type_*/group_type_*/<any>_type_*. Unified some API calls arguments: Use object_name and type_id instead of user_type_id/group_type_id/<any>_type_id. | ||||
* | Group type ID detection (#660) | Aleksander Machniak | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Limit ldap_search() calls by fetching all extra user attributes in one call | Aleksander Machniak | 2012-03-26 | 1 | -5/+10 |
| | |||||
* | Code cleanup and some fixes | Aleksander Machniak | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Added more phpdoc comments | Aleksander Machniak | 2012-03-26 | 1 | -6/+37 |
| | |||||
* | Fix typo in last change | Aleksander Machniak | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Fixed/Improved result normalization (with DN attribute handling) | Aleksander Machniak | 2012-03-22 | 1 | -11/+16 |
| | |||||
* | Add additional user information that may be specified as being a part of the ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-03-21 | 1 | -0/+16 |
| | | | | user type, but is not returned as a result in your average LDAP query. | ||||
* | Improve form_value.generate to support many attributes at a time | Aleksander Machniak | 2012-03-15 | 1 | -3/+3 |
| | |||||
* | Move user type detection to service class, return type id in user.info result | Aleksander Machniak | 2012-03-14 | 1 | -1/+6 |
| | |||||
* | Unified form_value.generate API method (#625) | Aleksander Machniak | 2012-03-14 | 1 | -3/+3 |
| | |||||
* | Added license headers and LICENSE file | Aleksander Machniak | 2012-02-22 | 1 | -0/+23 |
| | |||||
* | Generate empty auto-fields in user.add | Aleksander Machniak | 2012-02-21 | 1 | -8/+7 |
| | |||||
* | Simplified code with user_type_attributes() method | Aleksander Machniak | 2012-02-20 | 1 | -8/+1 |
| | |||||
* | Fixed parse error | Aleksander Machniak | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Class filenames unification | Aleksander Machniak | 2012-02-17 | 1 | -0/+110 |