| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed page size in list footerkolab-webadmin-3.1.0 | Aleksander Machniak | 2013-09-13 | 1 | -2/+2 |
* | It should be ldap.vlv, not kolab_wap.vlv | Aleksander Machniak | 2013-09-13 | 1 | -1/+1 |
* | Support kolab_wap.vlv configuration option | Aleksander Machniak | 2013-09-13 | 3 | -8/+36 |
* | Fix lost breaks in switch() | Aleksander Machniak | 2013-09-13 | 1 | -0/+2 |
* | Fix some issues in vlv indexes handling + small CS improvements | Aleksander Machniak | 2013-09-13 | 1 | -28/+26 |
* | Remove redundant list_replicas() calls | Aleksander Machniak | 2013-09-12 | 1 | -2/+1 |
* | Cache effective rights in internal cache if memcache is not enabled | Aleksander Machniak | 2013-09-12 | 1 | -0/+8 |
* | Fix inetdomainstatus - changed field to select with options: '', 'active', 's... | Aleksander Machniak | 2013-09-11 | 2 | -48/+34 |
* | Fix/workaround issue where nsRoleDN is not returned as allowed attribute | Aleksander Machniak | 2013-09-11 | 1 | -0/+23 |
* | Fix sample "Content" user type - fixes Key not set: preferredlanguage error (... | Aleksander Machniak | 2013-09-10 | 1 | -1/+0 |
* | Fix issue where empty mailquota value was sent as "kb" (Bug #2110) | Aleksander Machniak | 2013-09-10 | 1 | -1/+1 |
* | Move primary_mail and secondary_mail to [kolab] section | Aleksander Machniak | 2013-09-10 | 1 | -12/+12 |
* | Removed fallback to primary domain section in Conf::get_raw() | Aleksander Machniak | 2013-09-10 | 1 | -3/+4 |
* | Refactored config getter so when section is specified, but requested | Aleksander Machniak | 2013-09-10 | 3 | -32/+42 |
* | Fix invalid Conf::get_list() usage | Aleksander Machniak | 2013-09-10 | 1 | -1/+1 |
* | Use $_SERVER['SERVER_PORT'] in API url (Bug #2124) | Aleksander Machniak | 2013-09-10 | 1 | -5/+3 |
* | Fix unhandled ldap errors + some CS fixes (Bug #2201) | Aleksander Machniak | 2013-09-10 | 2 | -8/+21 |
* | Fix issue where domain.info wasn't returning domain id. Domain update/delete ... | Aleksander Machniak | 2013-09-10 | 2 | -14/+10 |
* | Add translation for domain.inetdomainstatus | Aleksander Machniak | 2013-09-09 | 1 | -0/+1 |
* | 'true' -> true | Aleksander Machniak | 2013-08-28 | 1 | -1/+1 |
* | Pass on $domain_name (actually set), not $domain | Jeroen van Meeuwen (Kolab Systems) | 2013-08-25 | 1 | -1/+1 |
* | Actually use the domain when specified with the capabilities request | Jeroen van Meeuwen (Kolab Systems) | 2013-08-25 | 5 | -5/+5 |
* | Enable caching of get_effectiverights() results, that are otherwise very expe... | Aleksander Machniak (Kolab Systems) | 2013-08-25 | 1 | -3/+79 |
* | Always check if search result is an object | Aleksander Machniak | 2013-08-24 | 2 | -4/+5 |
* | Fix PHP warning when form_fields attribute is not an array (doesn't exist) | Aleksander Machniak | 2013-08-21 | 1 | -2/+2 |
* | Strike that, this is better | Jeroen van Meeuwen (Kolab Systems) | 2013-08-18 | 1 | -1/+1 |
* | Allow the configuration of a login filter | Jeroen van Meeuwen (Kolab Systems) | 2013-08-18 | 1 | -0/+6 |
* | Generalized list/search handling. Fixed searching users by email/name (Bug #... | Aleksander Machniak | 2013-08-09 | 7 | -951/+263 |
* | Fix domain selection ([ERROR] domain.info called without a Domain ID) | Aleksander Machniak | 2013-08-07 | 1 | -1/+1 |
* | Remove old code (#1966) | Aleksander Machniak | 2013-08-07 | 1 | -7/+0 |
* | Make so system.select_domain request returns selected domain attributes | Aleksander Machniak | 2013-08-02 | 1 | -3/+8 |
* | Fix handling mailquota units (Bug #1966) + some code improvements | Aleksander Machniak | 2013-07-30 | 4 | -15/+43 |
* | Fix search operators handling | Aleksander Machniak | 2013-07-30 | 1 | -3/+11 |
* | Fixed uidnumber/gidnumber generation (Bug #2058) | Aleksander Machniak | 2013-07-30 | 3 | -31/+63 |
* | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 2013-07-12 | 1 | -1/+1 |
* | Introduce a new setting for the home directory base path | Jeroen van Meeuwen (Kolab Systems) | 2013-07-11 | 1 | -1/+15 |
* | Generate an apple-generateduid using uuidgen | Jeroen van Meeuwen (Kolab Systems) | 2013-07-11 | 1 | -2/+10 |
* | Ensure replicas and replication agreements are added correctly | Jeroen van Meeuwen (Kolab Systems) | 2013-07-10 | 2 | -74/+118 |
* | Create the database entry and configuration on replica hosts, then trigger th... | Jeroen van Meeuwen (Kolab Systems) | 2013-07-10 | 1 | -5/+48 |
* | Fix "PHP Warning: mb_strtoupper() expects parameter 1 to be string, array gi... | Aleksander Machniak | 2013-07-10 | 1 | -0/+7 |
* | Fix inetdomainbasedn attribute handling in domain_add(), some code cleanup, | Aleksander Machniak | 2013-07-10 | 1 | -35/+21 |
* | Merge new version of Net_LDAP3 | Jeroen van Meeuwen (Kolab Systems) | 2013-07-10 | 1 | -2/+209 |
* | Refactored domain_add(), fixes Bug #1914 | Aleksander Machniak | 2013-07-10 | 4 | -300/+250 |
* | slight changes to kolabsys hosted signup skin | Torsten Grote | 2013-07-09 | 1 | -1/+2 |
* | Small fix to last performance improvement | Aleksander Machniak | 2013-07-08 | 1 | -2/+3 |
* | Performance improvement: skip groups_list() call if members list from | Aleksander Machniak | 2013-07-08 | 1 | -5/+7 |
* | Fix ldap_dn2ufn() output, so unicode characters are handled properly. | Aleksander Machniak | 2013-07-03 | 2 | -1/+23 |
* | Fix infinite loop in domain selector when rollower list contains | Aleksander Machniak | 2013-07-02 | 1 | -26/+34 |
* | Use TLS flag also when connecting with Net_LDAP2 (for LDAP schema) | Aleksander Machniak | 2013-06-28 | 1 | -1/+2 |
* | Return the right variable | Thomas Bruederli | 2013-06-27 | 1 | -1/+1 |