Commit Graph

174 Commits

Author SHA1 Message Date
927ce8e349 Improved pt_BR translations 2018-02-24 18:34:16 -03:00
e1a8db5bf8 SPARK-2051 fix link 2018-02-10 16:04:16 +02:00
dc27e29d58 SPARK-2051 fix format ant links 2018-02-10 16:02:33 +02:00
cbac3d4e4c SPARK-2051 add jxbrowser info ro readme 2018-02-10 15:58:19 +02:00
710dc5d989 SPARK-2045 Make better use of PKIXRevocationChecker 2018-02-05 10:21:40 +01:00
6cc5826a7f SPARK-2047: Improve version number detection. 2018-01-18 12:39:32 +01:00
ad7f79fe56 Update spark_i18n_uk_UA.properties
OID description translations updated
2017-12-22 01:10:38 +02:00
dd0e07c9b6 SPARK-2039: Re-encode ISO-8859 encoded files to UTF-8. 2017-12-09 17:37:12 +01:00
1aa0f81e78 SPARK-2039: Keep non-encoded i18n files in source. 2017-12-09 17:19:43 +01:00
16afcce23a SPARK-1951 Cell colors are wrong after sorting certificate table 2017-11-25 18:59:54 +01:00
60d8462f51 SPARK -1968 Replaced DummyTrustManager with SparkTrustManager in DummySSLSocketFactory. Moved DummySocketFactory into Certificates package to keep all TLS/certificates classes in one place and renamed it to SparkSSLSocketFactory (since it's no longer Dummy :) ) 2017-11-25 18:50:18 +01:00
a451faad05 SPARK-1999 Commit simplifies a bit certificate managing. With this change extempted certificates are used as information to set "tick box" in certificate table instead of displaying separate list of certificates. I hope it solves problem with random NullPointerException (because I can't reproduce it now but I still don't know what caused it). 2017-11-25 18:49:02 +01:00
00385bdf07 Merge pull request #405 from guusdk/SPARK-2030-Message_Styling
SPARK-2030: Add basic Message Styling support
2017-11-19 17:24:50 +02:00
caf237371b SPARK-2030: Add basic Message Styling support
This is a quick and dirty implementation that can (and perhaps should) be improved upon.

It adds basic support, but does not work with nested styles.
2017-11-19 16:16:38 +01:00
572dbb0d76 Merge pull request #404 from guusdk/SPARK-2029_no-voice-check-in-mucs
SPARK-2029: Don't check for voice
2017-11-19 17:15:26 +02:00
8a6b1a8ef2 SPARK-2029: Don't check for voice
Upon receiving messages to be displayed in a chat room UI, don't explicity check if the
sender has voice (the server will have done this). This commit replaces the check with
a check to verify that the sender is a participant in the room (and I'm not even sure if
that's warranted).
2017-11-19 16:09:50 +01:00
2910e98f87 fix-logic-error-in-UserSearchResult-getFirstValue 2017-11-15 13:26:42 +03:00
6d380b0098 Merge pull request #402 from guusdk/SPARK-2025_Dataform-bool-default
SPARK-2025: Allow default value for MUC form bool field.
2017-11-09 19:33:09 +02:00
17e4c9e208 SPARK-2025: Allow default value for MUC form bool field. 2017-11-09 11:15:38 +01:00
e42f0297b1 SPARK-1974 fix EN, update LT translations 2017-11-08 20:45:32 +02:00
afcf284300 Update ukrainian translations
Translation updated to the newest version. Missing keys translated except OID's (as for now).
Some grammatical errors fixed (i.e. not_something is single word in most cases in Ukrainian; few other small errors i.e. incorrect letters in previous translation).
"Room" translated as room, not as "group" or "conference", because all those word are occured.
"Cancel" translated as cancel instead of "declined".
Key accelerators not touched, not added nor checked for duplicates.
Different translations for one thing should be fixed in the future; ukrainian translation conventions are welcome.
2017-11-07 23:20:28 +02:00
effe94c044 Merge pull request #394 from Alameyo/popup
SPARK-2001 Add popup for accepting certifcate from connection.
2017-11-04 20:04:47 +02:00
3fca4872ad Merge pull request #395 from speedy01/SPARK-2017
Spark-2017 Remove usage of sun.awt.shell
2017-11-04 19:48:00 +02:00
907275800e Merge pull request #397 from Alameyo/SPARK-2022
SPARK-2022 Stop log warning about unique id when it shouldn't be loged
2017-10-18 22:59:05 +03:00
0f9dae28df SPARK-2022 Stop log warning about unique identifier when it shouldn't be loged 2017-10-18 21:54:33 +02:00
fce31730b3 fix 2017-10-12 08:19:57 +03:00
8585b2bbf0 Now only one dialog, should popup only in case of not existing certificate
in keystore. Popup shouldn't be shown in case of other invalidity than "no
certificate in truststore". If certificate is somehow invalid it will be
checked as exempted. Also removed BC provider from ExceptionsTrustManager
as it caused a bug where invalid exempted certificates wasn't accepted.
2017-10-03 14:28:42 +02:00
eee72064bc Spark-2017 2017-10-01 12:20:16 -05:00
ac8a5425ee spark-1900 - enabled idle plugin and removed redundant system tray plugin 2017-09-27 20:57:47 -05:00
5589c5556e Remove accept all 2017-09-27 22:10:10 +02:00
2569247526 SPARK-2001 Add popup for accepting certiifcate from connection. 2017-09-27 21:20:55 +02:00
9b938c374b SPARK-2014, SPARK-2015 Rename and add translations 2017-09-23 11:24:53 +03:00
fb10205f0c SPARK-1869 Add option to force In-band bytesteams for file transfers 2017-09-22 16:39:00 -05:00
f9373e89f7 SPARK-1869 Add option to force In-band bytesteams for file transfers 2017-09-22 15:20:20 -05:00
3f0af12b54 SPARK-1974 More LT translations - fix EN 2017-09-16 17:28:28 +03:00
13e5cd3e40 Merge pull request #387 from wrooot/master
SPARK-1974 More LT translations
2017-09-16 17:11:55 +03:00
01129f0b83 SPARK-1974 More LT translations 2017-09-16 17:08:31 +03:00
16328ed1dc SPARK-2008 If user try to remove exempted certificate it is added to displayed certificates instead ( it is removed from exempted store but not added to distrusted). 2017-09-08 16:59:24 +02:00
e203564f18 SPARK-2006 Don't use common name as alias if alias already exist. 2017-09-08 16:58:05 +02:00
af758d68aa SPARK-2000 Default Settings and lacking resource for mutual.auth 2017-09-08 16:54:51 +02:00
a30401cbf2 Added protection in case we dont have smile Emotion 2017-09-03 19:07:27 +03:00
8aa8612039 Fixes in i18n file, removes citation mark. 2017-08-25 13:20:59 +02:00
4a9d54f08d SPARK-1995, SPARK-1996, SPARK-1997 and lack of resources in one text.
BlackList is now used for adding status to the Certificate Model, not as separate List in table.
2017-08-25 13:20:59 +02:00
d0c4f90370 Requested changes and disabled sorting. 2017-08-23 07:23:36 +02:00
988306dde5 SPARK-1994 Make use of the JRE certificates. 2017-08-23 07:23:36 +02:00
5380933f54 Merge pull request #376 from Alameyo/create_empty_KeyStores
SPARK-1989 create empty KeyStores
2017-08-19 18:28:23 +02:00
ca32089e9d One more class, fillTableListWithKeyStoreContent() moved to the CertManager. 2017-08-19 17:36:01 +02:00
bcbc7719a1 Create openKeyStore method in CertManager class. 2017-08-19 17:07:41 +02:00
99c5ccab96 SPARK-1989 2017-08-19 12:53:56 +02:00
0d22d13713 Delete expired teamdev license
This license expired in march this year. By keeping it here, we prevent a new license to be used without a re-build
2017-08-17 12:10:07 +01:00