summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Expand)AuthorFilesLines
2012-04-01Special treatment for the userpassword attribute (#665)dev/edit-existing-entriesJeroen van Meeuwen (Kolab Systems)1-28/+42
2012-04-01Supply the unique attribute to form submissions as data, so that form_value s...Jeroen van Meeuwen (Kolab Systems)1-8/+57
2012-04-01Attributes posted and also "static" forms should be preserved (as posted)Jeroen van Meeuwen (Kolab Systems)2-4/+20
2012-03-31Correct the comparison of an attribute being marked as optionalJeroen van Meeuwen (Kolab Systems)2-13/+19
2012-03-31Improve handling of optional form fieldsJeroen van Meeuwen (Kolab Systems)2-36/+49
2012-03-31Add function user_edit()Jeroen van Meeuwen (Kolab Systems)1-1/+96
2012-03-31Inverse form_value.list_options for nsrole and nsroledn, and issue a warning ...Jeroen van Meeuwen (Kolab Systems)1-4/+6
2012-03-31'nsrole', as an attribute that can actually be added is called 'nsroledn' - p...Jeroen van Meeuwen (Kolab Systems)1-0/+5
2012-03-31Generate the uid and preseed it into the recipient policy if it does not alre...Jeroen van Meeuwen (Kolab Systems)1-0/+12
2012-03-31Add 'edit' to capabilitiesJeroen van Meeuwen (Kolab Systems)1-0/+1
2012-03-31Actually generate the uidnumber and gidnumberJeroen van Meeuwen (Kolab Systems)1-4/+59
2012-03-31Move to use configuration value 'unique_attribute' and 'user_name_attribute' ...Jeroen van Meeuwen (Kolab Systems)2-37/+26
2012-03-31Rename function user_attributes to get_attributes so it can sensibly be used ...Jeroen van Meeuwen (Kolab Systems)2-3/+3
2012-03-30Take a stab at making groups editable (and users, ultimately)Jeroen van Meeuwen (Kolab Systems)2-0/+147
2012-03-30Removed debug codeAleksander Machniak1-1/+1
2012-03-30Some fixesAleksander Machniak1-1/+1
2012-03-30Use lowercase comparisons when trying to see of the members of a group can be...Jeroen van Meeuwen (Kolab Systems)1-0/+3
2012-03-30Generate a proper primary mail attribute value for groupsJeroen van Meeuwen (Kolab Systems)1-2/+30
2012-03-30Unified some methods: Use object_type_*() instead of separate user_type_*/gro...Aleksander Machniak5-59/+24
2012-03-30Group type ID detection (#660)Aleksander Machniak2-1/+4
2012-03-29Fix so user roles names are listed instead of DNsAleksander Machniak1-2/+2
2012-03-26Limit ldap_search() calls by fetching all extra user attributes in one callAleksander Machniak1-5/+10
2012-03-26Code cleanup and some fixesAleksander Machniak1-1/+1
2012-03-26Added more phpdoc commentsAleksander Machniak9-14/+181
2012-03-22Implemented 'roles' service and autocompletion for nsrole attributeAleksander Machniak2-0/+143
2012-03-22Fix typo in last changeAleksander Machniak1-1/+1
2012-03-22Fixed/Improved result normalization (with DN attribute handling)Aleksander Machniak2-11/+21
2012-03-22Implement groups searchingAleksander Machniak2-2/+40
2012-03-21Add additional user information that may be specified as being a part of the ...Jeroen van Meeuwen (Kolab Systems)1-0/+16
2012-03-20Implemented form_value.list_options with uniquemember autocompletionAleksander Machniak1-1/+77
2012-03-20Fix group.member_list responseAleksander Machniak1-4/+4
2012-03-16Fix parse errorAleksander Machniak1-1/+1
2012-03-16Merge branch 'master' of ssh://git.kolab.org/git/kolab-wapAleksander Machniak1-7/+5
2012-03-16Add a preliminary version of listing options for a select list.Jeroen van Meeuwen (Kolab Systems)1-0/+18
2012-03-15Implement form_value.select_optionsAleksander Machniak1-0/+53
2012-03-15Merge branch 'master' of ssh://git.kolab.org/git/kolab-wapJeroen van Meeuwen (Kolab Systems)1-2/+2
2012-03-15Use preferredlanguage to normalize some values that are supposed to be asciiJeroen van Meeuwen (Kolab Systems)1-0/+7
2012-03-15Return value changesJeroen van Meeuwen (Kolab Systems)1-2/+2
2012-03-15Merge branch 'dev/recipient_policy'Jeroen van Meeuwen (Kolab Systems)1-46/+65
2012-03-15Add kolab_recipient_policy capabilitiesJeroen van Meeuwen (Kolab Systems)1-47/+64
2012-03-15Add form_value.validateAleksander Machniak1-1/+45
2012-03-15Improve form_value.generate to support many attributes at a timeAleksander Machniak2-31/+35
2012-03-14Provide form_value.generate_mailhost() (dummy function)Jeroen van Meeuwen (Kolab Systems)1-0/+8
2012-03-14Provide (non-functional) version of form_value.generate_uidnumber() and form_...Jeroen van Meeuwen (Kolab Systems)1-0/+22
2012-03-14Add form_value.generate_homedirectory()Jeroen van Meeuwen (Kolab Systems)1-0/+30
2012-03-14Improve performance by caching group/user types in memoryAleksander Machniak2-19/+6
2012-03-14Move user type detection to service class, return type id in user.info resultAleksander Machniak2-18/+7
2012-03-14Generate correct email address when sn is emptyAleksander Machniak1-1/+2
2012-03-14Unified form_value.generate API method (#625)Aleksander Machniak3-43/+57
2012-02-22Added license headers and LICENSE fileAleksander Machniak8-1/+184