Commit message (Expand) | 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 |
* | Supply the unique attribute to form submissions as data, so that form_value s... | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 3 | -10/+76 |
* | Attributes posted and also "static" forms should be preserved (as posted) | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 2 | -4/+20 |
* | Correct the comparison of an attribute being marked as optional | Jeroen van Meeuwen (Kolab Systems) | 2012-04-01 | 2 | -13/+19 |
* | Improve handling of optional form fields | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 2 | -36/+49 |
* | Only replace attributes that are not empty. | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -7/+31 |
* | Add nsroledn attribute to 'system' tab | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+1 |
* | Add function user_edit() | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -1/+96 |
* | Inverse form_value.list_options for nsrole and nsroledn, and issue a warning ... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -4/+6 |
* | 'nsrole', as an attribute that can actually be added is called 'nsroledn' - p... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+5 |
* | Discover what the RDN is by using the old LDAP object | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -6/+21 |
* | Deprecate Auth::modify_entry_attributes | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -5/+0 |
* | Generate the uid and preseed it into the recipient policy if it does not alre... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+12 |
* | Add 'edit' to capabilities | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+1 |
* | Actually generate the uidnumber and gidnumber | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -4/+59 |
* | Also translate the edit success notification | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 2 | -2/+2 |
* | Move to use configuration value 'unique_attribute' and 'user_name_attribute' ... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 4 | -39/+109 |
* | Create a function Auth::modify_entry() to get things edited in one go. | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -0/+5 |
* | Be a little more intelligent about where to add groups of a certain type usin... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -11/+20 |
* | Update kolab_admin.js to realize the difference between selecting to add a us... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 1 | -2/+68 |
* | Rename function user_attributes to get_attributes so it can sensibly be used ... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 4 | -21/+21 |
* | Take a stab at making groups editable (and users, ultimately) | Jeroen van Meeuwen (Kolab Systems) | 2012-03-31 | 9 | -12/+292 |
* | Fix typo | Aleksander Machniak | 2012-03-30 | 1 | -1/+1 |
* | Removed debug code | Aleksander Machniak | 2012-03-30 | 1 | -1/+1 |
* | Some fixes | Aleksander Machniak | 2012-03-30 | 3 | -9/+12 |
* | Make adding groups work | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 2 | -0/+44 |
* | Use lowercase comparisons when trying to see of the members of a group can be... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 2 | -15/+25 |
* | Generate a proper primary mail attribute value for groups | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 2 | -2/+58 |
* | Fix Fatal error | Aleksander Machniak | 2012-03-30 | 1 | -0/+2 |
* | Fix typo | Aleksander Machniak | 2012-03-30 | 1 | -1/+1 |
* | Merge branch 'dev/configuration-handling' | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 3 | -27/+80 |
|\ | |||||
| * | Only use $_SESSION['user']->get_domain() if the method actually existsdev/configuration-handling | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 2 | -6/+15 |
| * | Return false rather than null | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 1 | -1/+1 |
| * | More verbose loggin | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 1 | -1/+7 |
| * | Use more items from configuration | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 1 | -17/+26 |
| * | Improve configuration handling | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 2 | -11/+42 |
* | | Unified some methods: Use object_type_*() instead of separate user_type_*/gro... | Aleksander Machniak | 2012-03-30 | 11 | -165/+87 |
* | | Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap | Aleksander Machniak | 2012-03-30 | 2 | -1/+75 |
|\ \ | |||||
| * | | Fix using 'ldap_uri' instead of 'uri' | Jeroen van Meeuwen (Kolab Systems) | 2012-03-30 | 1 | -1/+1 |
| |/ | |||||
| * | Even more verbosily document INSTALL | Jeroen van Meeuwen (Kolab Systems) | 2012-03-29 | 1 | -1/+24 |
| * | Add INSTALL file with setup instructions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-29 | 1 | -0/+51 |
* | | Fix PHP warning | Aleksander Machniak | 2012-03-30 | 1 | -1/+1 |
* | | Group type ID detection (#660) | Aleksander Machniak | 2012-03-30 | 3 | -8/+22 |
|/ | |||||
* | Fix so user roles names are listed instead of DNs | Aleksander Machniak | 2012-03-29 | 2 | -2/+14 |
* | Improved LDAP connection handling | Aleksander Machniak | 2012-03-26 | 1 | -88/+95 |
* | Fix identation | Aleksander Machniak | 2012-03-26 | 1 | -4/+4 |
* | Limit ldap_search() calls by fetching all extra user attributes in one call | Aleksander Machniak | 2012-03-26 | 3 | -13/+24 |
* | Limit ldap_bind() calls | Aleksander Machniak | 2012-03-26 | 1 | -84/+63 |
* | Code cleanup and some fixes | Aleksander Machniak | 2012-03-26 | 3 | -281/+239 |
* | Added more phpdoc comments | Aleksander Machniak | 2012-03-26 | 14 | -20/+318 |