aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/resources
Commit message (Collapse)AuthorAgeFilesLines
* Introduced logging bottleneckJiri Vanek2013-09-254-4/+10
|
* Made temporary files location JFileChooser open at the currently specified ↵Jacob Wisor2013-09-114-2/+11
| | | | | | | | | location Made temporary files location JFileChooser display a helpful title Removed misleading "All Files" file filter from JFileChooser Added new message to resources for JFileChooser's choose button Fixed a few inconsistent messages in resource files
* about dialogue now available from itw-settingsJiri Vanek2013-07-171-1/+1
|
* added some missing de and pl stringsJiri Vanek2013-07-174-2/+15
|
* Implemented new about dialogue (by Andrew Azores). Andrew added to authorsJiri Vanek2013-07-105-17/+56
|
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-0/+1
|
* more detailed hint for CCannotClearCacheJiri Vanek2013-06-041-1/+1
|
* Remove 'serious' from error message in splash screen.Adam Domurad2013-05-291-2/+2
|
* netx/net/sourceforge/jnlp/resources/Messages.properties: (CPJVMitwExec)fixed ↵Jiri Vanek2013-05-141-1/+1
| | | | invalid unicode character
* Added default, DE and PL localization's tweeksJiri Vanek2013-05-023-44/+116
|
* Renamed cz locales to be more generalJiri Vanek2013-05-021-0/+0
| | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename.
* Added polish transaltion and tests to itJiri Vanek2013-04-263-38/+576
| | | | Also minor changes to En and De files
* Improved and completed CZ localisationJiri Vanek2013-04-261-43/+140
|
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-172-0/+2
|
* Present more information in unsigned applet confirmation.Adam Domurad2013-04-121-2/+2
|
* Added help for extended applets security and settingsJiri Vanek2013-04-121-0/+144
|
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-121-0/+24
|
* Allow for remembered unsigned trust based on codebaseAdam Domurad2013-04-111-0/+2
|
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-0/+9
|
* Jacob Wisor <gitne@excite.co.jp>, fixed strange sentences in default ↵Jiri Vanek2013-03-131-40/+40
| | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties
* Added initial German localization by Jacob Wisor <gitne@excite.co.jp>Jiri Vanek2013-03-131-0/+536
| | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties
* Added backend and settings for extended applet securityJiri Vanek2013-02-271-0/+61
|
* Add unit tests for locales and locales fixedJiri Vanek2013-01-302-13/+17
| | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales.
* Splashscreen error report made more detailed by stored LaunchErrorsJiri Vanek2013-01-302-1/+3
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date.
* Download indicator made compact for more then one jarJiri Vanek2013-01-102-0/+0
|
* Converted Messages.properties to Unix formatDeepak Bhole2013-01-071-475/+475
|
* Minor fix for possible NPE (non fatal) during splashscreen creationJiri Vanek2012-12-212-0/+6
|
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-051-0/+3
|
* Fix grammar in splash screen exception messageAdam Domurad2012-12-041-1/+1
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-042-0/+2
|
* Added cz_CS locales with testJiri Vanek2012-11-021-0/+467
|
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-191-0/+2
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-2/+1
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Single instance support for jnlp-href and testsJiri Vanek2012-09-051-1/+2
|
* Added splashscreen implementationJiri Vanek2012-08-131-0/+24
|
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-081-3/+4
|
* Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵Danesh Dadachanji2012-07-201-1/+2
| | | | certificate warning.
* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in ↵Jiri Vanek2012-05-231-4/+4
| | | | PBadNonrelativeUrl
* Added more debugging outputs (especially paths to keystores) for ↵Jiri Vanek2012-05-231-1/+3
| | | | JNLPClassLoader and CertificateUtils
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-101-7/+2
| | | | | | OutOfBoundsException for a corrupted path entry thrown in CacheUtil.pathToURLPath(). This Exception was catched in RessourceTracker.Downloader.run() and only printed in debug mode.
* Fix JNLP parser to halt when required title and vendor elements are missing.Danesh Dadachanji2012-03-161-0/+2
|
* fixed LRU cache behaviour in case of failure. Tests added.Jiri Vanek2012-02-011-126/+133
|
* Plugin does not make JNLP's <information> available when using jnlp_href.Danesh Dadachanji2012-01-241-0/+1
|
* Add support for client authentication certificatesLars Herschke2011-09-261-0/+3
| | | | | | | | | | | | | | | | | | 2011-09-26 Lars Herschke <lhersch@dssgmbh.de> * netx/net/sourceforge/jnlp/resources/Messages.properties: Add CVExportPasswordMessage, CVImportPasswordMessage and CVPasswordTitle. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize): Initialize SSLContext with the user's client certificates. * netx/net/sourceforge/jnlp/security/CertificateUtils.java (addPKCS12ToKeyStore, addPKCS12ToKeyStore, dumpPKCS12): New methods. * netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java (getPasswords): New method. (ImportButtonListener.actionPerformed): Import client certificates in PKCS12 format. (ExportButtonListener.actionPerformed): Export client certificates in PKCS12 format.
* Checks and verifies a signed JNLP file at the launch of the application. A ↵Saad Mohammad2011-08-221-0/+2
| | | | signed JNLP warning is displayed if appropriate.
* Update UI for SecurityDialog.Danesh Dadachanji2011-08-171-0/+0
|
* Remove non-standard option from itweb-settings.Andrew Su2011-05-301-1/+0
|
* Restrict port fields in itw-settings to accept only valid port numbers.Andrew Su2011-04-061-0/+2
|
* Let launcher handle parsing exceptionsOmair Majid2011-03-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | 2011-03-31 Omair Majid <omajid@redhat.com> * netx/net/sourceforge/jnlp/Launcher.java: Add parserSettings and extra. (setParserSettings): New method. (setInformationToMerge): New method. (launch(JNLPFile,Container)): Call mergeExtraInformation. (launch(URL,boolean)): New method. (mergeExtraInformation): New method. (addProperties, addParameters, addArguments): Moved here from Boot.java (fromUrl): New method. * netx/net/sourceforge/jnlp/ParserSettings.java: New file. * netx/net/sourceforge/jnlp/resources/Messages.properties: Remove BArgNA, BParamNA. * netx/net/sourceforge/jnlp/runtime/Boot.java (run): Do not parse JNLP file. Pass ParserSettings and other command line additions to launcher. (getFile): Rename to... (getFileLocation): New method. (addProperties, addParameters, addArguments): Move to Launcher.java.
* Fix typo in RCantRename in Messages.propertiesOmair Majid2011-03-301-1/+1
| | | | | | | 2011-03-30 Omair Majid <omajid@redhat.com> * netx/net/sourceforge/jnlp/resources/Messages.properties: Fix typo in RCantRename.