summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Trim username on login (#4957)HEADmasterAleksander Machniak2-4/+6
2015-03-27Fix object type scoring mechanism issue with locales that use non-standard de...kolab-webadmin-3.2.7Aleksander Machniak1-0/+4
2015-03-18kolabTargetFolder depends on 'cn', follow-up to [4f264bed6b]Aleksander Machniak1-1/+1
2015-03-06Do not log database password (#4806)Aleksander Machniak2-2/+4
2015-03-06Fix issues related to "cn=Directory Manager" login case-insensitivity (#4804)Aleksander Machniak3-3/+3
2015-03-05Fix "illegal offset" error and small perf. issue in domain_is_empty() (#4791)Aleksander Machniak2-7/+11
2015-03-05Fix regression related to incorrect find_domain() result handling (#4786)Aleksander Machniak2-7/+15
2015-02-27Move domain_root_dn() and cache related methods into Net_LDAP3 (#4744)Aleksander Machniak2-296/+302
2015-02-26adding default acl for domainrelated object. finally fixes #4731Daniel Hoffend1-6/+12
2015-02-26Update built-in Net/LDAP3 packageAleksander Machniak2-78/+290
2015-02-25Hotfix to validate sharedfolders #4731Daniel Hoffend1-2/+2
2015-02-18check cn attribute during generationDaniel Hoffend1-0/+3
2015-02-18revert the targetfolder naming to the mail attributeDaniel Hoffend1-13/+1
2015-02-18added more characaters to check for cn / kolabTargetFolder. @ % ^Daniel Hoffend1-8/+4
2015-02-18use $my_primary_domain parameter to reduce one lookupDaniel Hoffend1-1/+1
2015-02-18add validate_cn_sharedfolder + validate_kolabtargetfolder_sharedfolderDaniel Hoffend1-19/+74
2015-02-17fixed cn creationDaniel Hoffend1-1/+1
2015-02-16set kolabtargetfolder to generated based on cnDaniel Hoffend1-1/+1
2015-02-16added generate_kolabtargetfolder_sharedfolder() for shared mailboxesDaniel Hoffend1-0/+17
2015-01-21Adjust the use of reCaptcha on signup pageskolab-webadmin-3.2.6Jeroen van Meeuwen (Kolab Systems)3-7/+17
2015-01-21Update recaptcha to the latest versionJeroen van Meeuwen (Kolab Systems)1-234/+97
2015-01-20The function calling this function (kadm.command()) has already set the unive...Jeroen van Meeuwen (Kolab Systems)1-3/+0
2015-01-19Fix syntax errorJeroen van Meeuwen (Kolab Systems)1-1/+1
2015-01-08Fix SQL error: "Specified key was too long; max key length is 767 bytes" (#4179)Aleksander Machniak1-6/+6
2015-01-06Change default charset of database tables to utf8 (#4142)Aleksander Machniak1-7/+7
2015-01-06Fix error where users couldn't edit their data if their quota was set to 0 (#...Aleksander Machniak1-1/+1
2015-01-06Fix regression in searching for user's OU in select_options_ou() (#4164)Aleksander Machniak2-10/+9
2015-01-06Fix bug where user couldn't edit himself anymore due to error in parse_input_...Aleksander Machniak1-1/+3
2015-01-02Clean redundant spaces when generating some values i.e. displayName (#3471)Aleksander Machniak1-8/+10
2015-01-02Support OU attribute as a base for new sharedfolder and role object (#4043)Aleksander Machniak1-31/+20
2014-12-23Fix so "This entry" button inserts entry base DN with required ldap:/// prefi...Aleksander Machniak1-1/+1
2014-12-22Fix bug where "loading..." message wasn't hidden on request validation errorsAleksander Machniak1-31/+33
2014-12-22Add support for autocompletion on text fields (#3885)Aleksander Machniak5-9/+48
2014-12-17Fix sorting search results using vlv indexes (#4118)Aleksander Machniak1-5/+9
2014-12-12Small improvement in list_options_ou() resultAleksander Machniak1-1/+1
2014-12-11Fix bug where OU select field lists only 10 records when vlv index is in use ...Aleksander Machniak2-7/+23
2014-11-26Make TRUNCATE queries compatible with Oracle (#3987)kolab-webadmin-3.2.5Aleksander Machniak8-8/+8
2014-11-26Fixed quoting in SQL query for Oracle (#3987)Aleksander Machniak1-1/+1
2014-11-24Merge branch 'master' of ssh://git.kolab.org/git/kolab-wapThomas Bruederli1-3/+0
2014-11-24Update sample resource types with additions in Kolab 3.3Thomas Bruederli1-0/+15
2014-11-24Really fix logo element (#3821)Aleksander Machniak1-3/+0
2014-11-24Revert "Set logo width to 400px (#3610)"Aleksander Machniak1-1/+1
2014-11-24Set logo width to 400px (#3610)Thomas Bruederli1-1/+1
2014-11-17Fix bug where "ou" attribute was removed from object type on save (#3823)kolab-webadmin-3.2.4Aleksander Machniak2-0/+15
2014-11-14Fix handling of special characters in RDN attributes (#3905)Aleksander Machniak2-42/+90
2014-11-12Small style improvements for smart form elementsAleksander Machniak1-5/+6
2014-11-11Add list_options_ou() for form valuesJeroen van Meeuwen (Kolab Systems)1-1/+38
2014-11-11I love alphabetical sortingJeroen van Meeuwen (Kolab Systems)1-5/+5
2014-11-06Fix re-generating read-only fields on object type change (#2980)kolab-webadmin-3.2.3Aleksander Machniak1-18/+31
2014-11-04Return user info in system.authenticate result for better performance (#3858)Aleksander Machniak8-71/+91