aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-205-10/+65
|
* Options to customize LDAP queriesIngo Bauersachs2014-02-061-2/+91
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-233-0/+6
|
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-243-3/+3
| | | | and WindowsUtils from general GuiUtils.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-293-9/+14
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-3/+3
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-185-5/+5
|
* Use the Jitsi L&F on the SSL checkbox in the LDAP config formIngo Bauersachs2011-09-301-1/+1
|
* Fix an NPE in the LDAP config form when no phone prefix was enteredIngo Bauersachs2011-09-301-1/+4
|
* Merges contact source configurations in a single configuration form.Yana Stamcheva2011-08-243-6/+49
| | | | | Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook. Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
* Adds languages resources for LDAP fields configuration tab.Sebastien Vincent2011-06-221-8/+13
|
* Adds the possibility to override some LDAP attribute fields for search and ↵Sebastien Vincent2011-06-161-7/+285
| | | | retrieve.
* Moves the ldap contact source code in the impl package in order to allow ↵Yana Stamcheva2011-04-144-766/+3
| | | | | | creating contact sources for ldap directories through the LdapService. Uses the authentication window instead of the ldap config form on ldap authentication error.
* Localized server name example in the ldap configuration form.Yana Stamcheva2011-03-281-1/+2
|
* Adding license and code formatting.Sebastien Vincent2011-03-142-2/+10
|
* Remove debug output.Sebastien Vincent2011-03-111-2/+0
|
* Normalize phone number before returning LDAP contact source.Sebastien Vincent2011-03-111-4/+11
|
* Set the minimum size for the LDAP configuration form. In some cases video ↵Sebastien Vincent2011-03-101-0/+3
| | | | calling seems not work on Windows (call status stay to calling while the other peer is connected) because of directshow, we address first the establishment of the call and we will try later to see the directshow problem.
* Remove border from the LDAP server configuration form.Sebastien Vincent2011-03-101-3/+0
|
* Ongoing work on LDAP contact source: catch exception when trying to connect ↵Sebastien Vincent2011-03-102-2/+7
| | | | with no password, look also in mail attribute when perform a search.
* Add/remove LDAP contact source service in a separate thread to avoid take ↵Sebastien Vincent2011-03-102-10/+55
| | | | too much time in Event Dispatch Thread.
* Ongoing work on LDAP support: store password via credentials storage ↵Sebastien Vincent2011-03-108-40/+1520
| | | | service, each LDAP enabled server has its own group in contact list, javadoc and other minor UI enhancements.
* Fix null pointer exception in LDAP contact source plugin.Sebastien Vincent2011-03-091-1/+4
|
* Ongoing work on LDAP contact source support.Sebastien Vincent2011-03-094-0/+686