| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 3 | -4/+43 |
* | Adds prefix to be able to provision system properties. | Damian Minkov | 2014-04-22 | 1 | -9/+21 |
* | Avoid creating a temporary file during provisioning | Ingo Bauersachs | 2014-01-13 | 1 | -57/+12 |
* | Move mandatory provisioning property to jitsi-defaults | Ingo Bauersachs | 2014-01-13 | 1 | -10/+1 |
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
* | Fixes handling http redirect and handling it in provisioning service when we ... | Damian Minkov | 2013-11-27 | 2 | -7/+89 |
* | Skips ProgressMonitorInputStream wrapper on Android. | paweldomas | 2013-10-07 | 1 | -10/+18 |
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 2 | -27/+27 |
* | Creates authenticate windows service that will create the dialog and will sho... | Damian Minkov | 2013-05-18 | 1 | -0/+1 |
* | Adds second group of status messages which is loaded from configuration, whic... | Damian Minkov | 2013-01-25 | 1 | -0/+12 |
* | Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ... | Yana Stamcheva | 2013-01-24 | 3 | -3/+3 |
* | Avoid starting provisioning of the method is not defined | Ingo Bauersachs | 2013-01-23 | 1 | -1/+2 |
* | Localize forget password button | Ingo Bauersachs | 2013-01-23 | 1 | -1/+2 |
* | Allow access to system environment variables and java properties in provision... | Ingo Bauersachs | 2012-09-30 | 1 | -0/+45 |
* | Rename computername provisioning property to hostname | Ingo Bauersachs | 2012-09-28 | 1 | -2/+2 |
* | Add computername provisioning property | Ingo Bauersachs | 2012-09-28 | 1 | -0/+15 |
* | Skips empty property names in configuration service and provisioning. | Damian Minkov | 2012-09-05 | 1 | -0/+4 |
* | Shows error dialog if provisioning failed and is mandatory. | Damian Minkov | 2012-07-11 | 1 | -9/+36 |
* | Moves the ConfigurationService and FileAccessService implementations from Jit... | Lyubomir Marinov | 2012-07-10 | 2 | -1/+5 |
* | Adds global status menu to the tray menus, adding global status service. | Damian Minkov | 2012-07-03 | 1 | -1/+1 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 3 | -4/+6 |
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 4 | -7/+8 |
* | Adds properties to custom the GUI. | Vincent Lucas | 2012-06-07 | 1 | -12/+24 |
* | Replaces incorrect provisioning parameters, which do not correspond to | Vincent Lucas | 2012-06-04 | 1 | -9/+20 |
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
* | Removes advertising bytestream used for jabber file transfers, leaving ibb. | Damian Minkov | 2012-03-07 | 1 | -7/+10 |
* | Adds some logging to network status events and their dispatching. | Damian Minkov | 2012-02-20 | 1 | -0/+9 |
* | Adds property which can make provisioning mandatory, and if user cancels appl... | Damian Minkov | 2012-02-16 | 2 | -1/+52 |
* | Refactor provisioning. | Sebastien Vincent | 2011-12-19 | 4 | -605/+726 |
* | Fixes some NPE. Adds custom xmpp domain to be resolved for SRV records used f... | Damian Minkov | 2011-11-21 | 1 | -0/+4 |
* | Integrates patch from Patrick reported on dev mailing-list with subject ' pr... | Sebastien Vincent | 2011-10-24 | 1 | -0/+18 |
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 2 | -2/+2 |
* | Cache the provisioning URL before loading the provisioned properties | Ingo Bauersachs | 2011-10-04 | 1 | -2/+2 |
* | Add ${arch} to the provisioning URL replacement | Ingo Bauersachs | 2011-09-30 | 1 | -0/+5 |
* | Fixes when enable provisioning enable and forget password button. | Damian Minkov | 2011-08-26 | 1 | -0/+1 |
* | Adds option in provisioning configuration for deleting stored password. | Damian Minkov | 2011-08-26 | 2 | -8/+102 |
* | Create a RadioButton class with the Jitsi specifc look&feel | Ingo Bauersachs | 2011-08-25 | 1 | -23/+4 |
* | Fixes the use of non predefined parameters in the provisioning uri. | Yana Stamcheva | 2011-07-25 | 1 | -34/+14 |
* | Fixes loading of default provisioning method. | Yana Stamcheva | 2011-06-19 | 1 | -2/+1 |
* | Fixes loading of default provisioning uri. | Yana Stamcheva | 2011-06-19 | 1 | -2/+1 |
* | Adds default values for provisioning method and URI. | Yana Stamcheva | 2011-06-02 | 1 | -1/+12 |
* | Add the possibility to replace everywhere in the provisioning URL not just f... | Sebastien Vincent | 2011-05-12 | 1 | -79/+89 |
* | Move UUID initialization to Provisioning plugin. | Sebastien Vincent | 2011-05-12 | 1 | -0/+9 |
* | Add UUID support for provisioning, UUID is visible in provisioning advanced c... | Sebastien Vincent | 2011-04-26 | 2 | -15/+84 |
* | Fix handling of provisioning parameters. | Sebastien Vincent | 2011-04-11 | 1 | -0/+6 |
* | Fix some exceptions kindly reported and tested by Sebastien Vincent. Fixing t... | Damian Minkov | 2011-04-01 | 1 | -0/+4 |
* | Introduce HttpUtils, utility handling http get and post request. One place to... | Damian Minkov | 2011-04-01 | 2 | -353/+97 |
* | Improve provisioning warning text. | Yana Stamcheva | 2011-02-24 | 1 | -1/+3 |
* | Allow to enable provisioning when you start jitsi for the first time. As part... | Yana Stamcheva | 2011-02-24 | 1 | -0/+14 |
* | Fixes the backgrounds of the check boxes and radio buttons on the Security > ... | Lyubomir Marinov | 2010-12-08 | 1 | -5/+25 |