index
:
kolab-wap
dev/configuration-handling
dev/edit-existing-entries
kolab-webadmin-2.4
kolab-webadmin-3.0
kolab-webadmin-3.1
master
oracle
ticket/4569
Kolab Web Administration Panel
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-02
Trim username on login (#4957)
HEAD
master
Aleksander Machniak
2
-4/+6
2015-03-27
Fix object type scoring mechanism issue with locales that use non-standard de...
kolab-webadmin-3.2.7
Aleksander Machniak
1
-0/+4
2015-03-06
Do not log database password (#4806)
Aleksander Machniak
2
-2/+4
2015-03-06
Fix issues related to "cn=Directory Manager" login case-insensitivity (#4804)
Aleksander Machniak
3
-3/+3
2015-03-05
Fix "illegal offset" error and small perf. issue in domain_is_empty() (#4791)
Aleksander Machniak
2
-7/+11
2015-03-05
Fix regression related to incorrect find_domain() result handling (#4786)
Aleksander Machniak
2
-7/+15
2015-02-27
Move domain_root_dn() and cache related methods into Net_LDAP3 (#4744)
Aleksander Machniak
2
-296/+302
2015-02-26
adding default acl for domainrelated object. finally fixes #4731
Daniel Hoffend
1
-6/+12
2015-02-26
Update built-in Net/LDAP3 package
Aleksander Machniak
2
-78/+290
2015-02-25
Hotfix to validate sharedfolders #4731
Daniel Hoffend
1
-2/+2
2015-02-18
check cn attribute during generation
Daniel Hoffend
1
-0/+3
2015-02-18
revert the targetfolder naming to the mail attribute
Daniel Hoffend
1
-13/+1
2015-02-18
added more characaters to check for cn / kolabTargetFolder. @ % ^
Daniel Hoffend
1
-8/+4
2015-02-18
use $my_primary_domain parameter to reduce one lookup
Daniel Hoffend
1
-1/+1
2015-02-18
add validate_cn_sharedfolder + validate_kolabtargetfolder_sharedfolder
Daniel Hoffend
1
-19/+74
2015-02-17
fixed cn creation
Daniel Hoffend
1
-1/+1
2015-02-16
added generate_kolabtargetfolder_sharedfolder() for shared mailboxes
Daniel Hoffend
1
-0/+17
2015-01-21
Update recaptcha to the latest version
Jeroen van Meeuwen (Kolab Systems)
1
-234/+97
2015-01-19
Fix syntax error
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2015-01-06
Fix error where users couldn't edit their data if their quota was set to 0 (#...
Aleksander Machniak
1
-1/+1
2015-01-06
Fix regression in searching for user's OU in select_options_ou() (#4164)
Aleksander Machniak
2
-10/+9
2015-01-06
Fix bug where user couldn't edit himself anymore due to error in parse_input_...
Aleksander Machniak
1
-1/+3
2015-01-02
Clean redundant spaces when generating some values i.e. displayName (#3471)
Aleksander Machniak
1
-8/+10
2015-01-02
Support OU attribute as a base for new sharedfolder and role object (#4043)
Aleksander Machniak
1
-31/+20
2014-12-22
Add support for autocompletion on text fields (#3885)
Aleksander Machniak
3
-8/+25
2014-12-17
Fix sorting search results using vlv indexes (#4118)
Aleksander Machniak
1
-5/+9
2014-12-12
Small improvement in list_options_ou() result
Aleksander Machniak
1
-1/+1
2014-12-11
Fix bug where OU select field lists only 10 records when vlv index is in use ...
Aleksander Machniak
2
-7/+23
2014-11-26
Fixed quoting in SQL query for Oracle (#3987)
Aleksander Machniak
1
-1/+1
2014-11-17
Fix bug where "ou" attribute was removed from object type on save (#3823)
kolab-webadmin-3.2.4
Aleksander Machniak
1
-0/+8
2014-11-14
Fix handling of special characters in RDN attributes (#3905)
Aleksander Machniak
2
-42/+90
2014-11-11
Add list_options_ou() for form values
Jeroen van Meeuwen (Kolab Systems)
1
-1/+38
2014-11-11
I love alphabetical sorting
Jeroen van Meeuwen (Kolab Systems)
1
-5/+5
2014-11-06
Fix re-generating read-only fields on object type change (#2980)
kolab-webadmin-3.2.3
Aleksander Machniak
1
-18/+31
2014-11-04
Return user info in system.authenticate result for better performance (#3858)
Aleksander Machniak
8
-71/+91
2014-11-03
Fix _find_domain() optimization from commit 7bc79c68dd
Aleksander Machniak
1
-9/+17
2014-11-03
Skip redundant ldap read for additional attributes (#3859)
Aleksander Machniak
9
-35/+84
2014-10-31
Fix redundant ldap bind (kolab-service) with enabled cache (#3854)
Aleksander Machniak
1
-54/+24
2014-10-27
Support substring modifiers in primary_mail recipient policy (#3553)
Aleksander Machniak
1
-124/+76
2014-10-24
Added text-separated field type to support attributes that expect array of st...
Aleksander Machniak
4
-1/+12
2014-10-24
Fix organizational units tree if base_dn contains items other than dc= (#3770)
Aleksander Machniak
1
-20/+19
2014-10-24
Skip invalid entries in autocompletion results to prevent js errors (#3822)
Aleksander Machniak
1
-8/+22
2014-10-10
Fix handling special characters (e.g. comma) in organizational unit names (#3...
Aleksander Machniak
1
-13/+32
2014-10-10
Fix escaping of object identifiers in javascript command (#3675)
Aleksander Machniak
2
-1/+18
2014-10-10
Correct organizational unit list function call
kolab-webadmin-3.2.2
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2014-10-09
Fix bug where user OU was not properly selected in user form if OU's DN conta...
Aleksander Machniak
3
-9/+37
2014-09-22
Fix unhandled exception when GET does not contain service or method
Aleksander Machniak
1
-15/+15
2014-09-19
Added Oracle support
oracle
Aleksander Machniak
5
-15/+531
2014-09-06
Ensure also the primary mail address is globally unique
Jeroen van Meeuwen (Kolab Systems)
1
-0/+27
2014-09-04
Register missing acl rights name labels
Aleksander Machniak
2
-8/+4
[next]