Age | Commit message (Expand) | Author | Files | Lines |
2014-09-05 | Fix user.info result if user wasn't foundkolab-webadmin-3.1.6 | Aleksander Machniak | 1 | -1/+1 |
2014-08-26 | Fix so LDAP internal debug is enabled only when debug_mode=trace (#3535) | Aleksander Machniak | 1 | -4/+4 |
2014-06-18 | Add possibility to limit system.capabilities response to one domain | Aleksander Machniak | 1 | -25/+34 |
2014-06-17 | Do not log passwords | Aleksander Machniak | 1 | -1/+1 |
2014-04-15 | Fix checkboxes handling - fixes e.g. Hosted and Optional checkboxes in object... | Aleksander Machniak | 1 | -12/+11 |
2014-02-11 | Correct throwing Exceptions, rather than raising them </Pythonism>kolab-webadmin-3.1.5 | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-02-10 | Zero results is OK, one result is OK, multiple results is not OK | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+6 |
2014-02-10 | If the options are being lower-cased, but the actual LDAP attribute value is ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -20/+10 |
2014-02-10 | Make sure the 'ou' "attribute" is set to the parent DN, not the ou attribute ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+14 |
2014-02-10 | Make sure the 'ou' attribute value does not make it back on to user entries | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2014-01-17 | Fix deleting domain alias (Bug #2778) | Aleksander Machniak | 1 | -6/+4 |
2014-01-08 | Fix typos in memcache-related methods | Aleksander Machniak | 1 | -3/+3 |
2014-01-07 | Revert commit 109ad37d making email addresses case-insensitivekolab-webadmin-3.1.4 | Aleksander Machniak | 3 | -42/+7 |
2013-12-18 | Fix possible fatal error when increment() method is called on non-existing Me... | Aleksander Machniak | 1 | -3/+3 |
2013-12-16 | Skip regenerate request for auto-fields that are readonly (by ACL) | Aleksander Machniak | 2 | -4/+14 |
2013-12-16 | Fix possible PHP warning | Aleksander Machniak | 1 | -1/+1 |
2013-12-16 | Fix self-write ACL for new domains to fix password changes by self (Bug #2678) | Aleksander Machniak | 1 | -1/+1 |
2013-12-16 | Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2... | Aleksander Machniak | 1 | -1/+1 |
2013-12-16 | Fix incorrect setting of locale (Bug #2680) | Aleksander Machniak | 1 | -2/+2 |
2013-12-04 | Store domain_root_dn() result in memory to skip redundant searches (if memcac... | Aleksander Machniak | 1 | -26/+29 |
2013-12-04 | Cache domain name to domain DN map | Aleksander Machniak | 1 | -9/+54 |
2013-12-04 | Code for finding a domain by name moved to _find_domain() method | Aleksander Machniak | 1 | -33/+39 |
2013-12-04 | Skip unique attribute searches when searching string doesn't look like UUID | Aleksander Machniak | 1 | -2/+2 |
2013-12-04 | Skip searching for nsuniqueid if searched value is too short to be a unique i... | Aleksander Machniak | 2 | -1/+9 |
2013-11-29 | Add 'mailquota' to allowed attributes of users.list | Aleksander Machniak | 1 | -0/+1 |
2013-11-27 | Fix email address comparissons, so local part is case-sensitive, but domain p... | Aleksander Machniak | 3 | -5/+47 |
2013-11-27 | Fix so exception is thrown on alias addresses validation when | Aleksander Machniak | 2 | -4/+23 |
2013-11-26 | Fix lost object_type in validate() arguments | Aleksander Machniak | 1 | -0/+1 |
2013-11-24 | Slice page from list result after sorting and ordering, small code improvementskolab-webadmin-3.1.3 | Aleksander Machniak | 1 | -9/+6 |
2013-11-24 | Fix completely broken group.member_list API action by fixing a mess in LDAP3 | Aleksander Machniak | 3 | -96/+67 |
2013-11-23 | Do require at least one mailForwardingAddress for a mailForwarding Account type | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-11-18 | Add confirmation dialog on object deletion action (Bug #2299) | Aleksander Machniak | 3 | -13/+27 |
2013-11-18 | Fix "invalid type id" exception when type id is provided (broken in last commit) | Aleksander Machniak | 1 | -7/+9 |
2013-11-18 | Make so object type ID is not required when only one type is defined (Bug #2519) | Aleksander Machniak | 2 | -26/+27 |
2013-11-18 | Fix bug where adding new domains omits the kolab* ldap attributes for self-wr... | Aleksander Machniak | 1 | -29/+37 |
2013-11-15 | Update kolab_wap-3.1.sql, just to show offkolab-webadmin-3.1.2 | Jeroen van Meeuwen (Kolab Systems) | 1 | -63/+82 |
2013-11-15 | Remove obsolete .sql files | Jeroen van Meeuwen (Kolab Systems) | 2 | -153/+0 |
2013-11-15 | Add enterprise versions of logos and page contents | Jeroen van Meeuwen (Kolab Systems) | 6 | -0/+87 |
2013-11-11 | Fix #2466 - List removes last input field when other similar input fields exi... | Daniel Hoffend | 1 | -1/+1 |
2013-11-07 | Support checkboxes for boolean LDAP values (Bug #2452) | Aleksander Machniak | 2 | -0/+9 |
2013-11-07 | Finally fix readonly quota input (Bug #2414) | Aleksander Machniak | 1 | -6/+13 |
2013-10-29 | Fix handling of mailquota attribute value - it should be a string not an inte... | Aleksander Machniak | 2 | -9/+14 |
2013-10-29 | Do not use a separate localization file for API backend | Aleksander Machniak | 6 | -17/+8 |
2013-10-29 | Updated localization files | Aleksander Machniak | 14 | -1294/+1289 |
2013-10-29 | Update Transifex configuration | Aleksander Machniak | 1 | -1/+2 |
2013-10-29 | Added script for pulling localization from Transifex | Aleksander Machniak | 1 | -0/+47 |
2013-10-25 | Support validate=extended in object types definition UI | Aleksander Machniak | 2 | -1/+4 |
2013-10-25 | Add support for validate='extended' in 'alias' field, which if set | Aleksander Machniak | 2 | -45/+72 |
2013-10-25 | Email address validation for field with validate=simple validates | Aleksander Machniak | 1 | -0/+12 |
2013-10-25 | Add possibility to set 'validate' flag for form_fields in object type definition | Aleksander Machniak | 5 | -18/+66 |