ilyaHlevnoy
|
06cafbd7b1
|
Merge pull request #878 from stokito/rm_transports
SPARK-2342 Remove unsupported gateway transports
|
2024-08-26 22:19:14 +03:00 |
|
Sergey Ponomarev
|
9c46ea6b64
|
SPARK-2343 Show error "Contact search service is not available" if no any search service provided
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-26 15:53:04 +03:00 |
|
Sergey Ponomarev
|
6e987289d7
|
GatewayPlugin.populateTransports(): use switch to match transport prefix
|
2024-08-25 11:43:05 +03:00 |
|
Sergey Ponomarev
|
60dc5710c7
|
TransportRegistrationDialog: increase height
|
2024-08-25 11:23:03 +03:00 |
|
Sergey Ponomarev
|
5d3804e844
|
SPARK-2342 Remove unsupported gateway transports
|
2024-08-25 11:08:37 +03:00 |
|
Sergey Ponomarev
|
3a7338b26d
|
GatewayPlugin.populateTransports() reformat
|
2024-08-25 10:40:03 +03:00 |
|
ilyaHlevnoy
|
960936020e
|
Merge pull request #876 from stokito/empty_string
SPARK-2337 Refacroring, cleanup and reformat
|
2024-08-24 22:13:54 +03:00 |
|
Sergey Ponomarev
|
b4a355f83b
|
RosterDialog: groupModel will always have at least one group Friends
|
2024-08-24 15:56:22 +03:00 |
|
Sergey Ponomarev
|
4738d93c52
|
RosterDialog: cleanup
|
2024-08-24 15:50:51 +03:00 |
|
Sergey Ponomarev
|
0861b9252c
|
SpellcheckChatRoomDecorator, SpellcheckerPreferenceDialog, LanguagePlugin: refactor usage of locale.getDisplayLanguage()
Add generics.
Use for each.
The locale.getDisplayLanguage will never return null and not needed to be trimmed.
|
2024-08-24 15:06:34 +03:00 |
|
Sergey Ponomarev
|
0f6bf8565f
|
InputDialog, PasswordDialog, InputTextAreaDialog: simplify propertyChange()
|
2024-08-24 14:44:17 +03:00 |
|
Sergey Ponomarev
|
193a9e4c42
|
Use ModelUtil.hasLength()
|
2024-08-24 14:42:12 +03:00 |
|
ilyaHlevnoy
|
f44c3bd80a
|
Merge pull request #873 from stokito/resize_image
refactoring: GraphicUtils.scaleImageIcon(): scale only if needed
|
2024-08-24 13:22:56 +03:00 |
|
ilyaHlevnoy
|
bee51cefa6
|
Merge pull request #874 from stokito/contact_list_defaults
Make showOfflineUsers true by default
|
2024-08-24 13:17:06 +03:00 |
|
ilyaHlevnoy
|
3da5d355a7
|
Merge pull request #875 from stokito/direct_tls
Refactor: rename the confusing "Old SSL" to "Direct TLS"
|
2024-08-24 13:14:08 +03:00 |
|
Sergey Ponomarev
|
6ee0092a74
|
LoginDialog and AccountCreationWizard: extract configureConnectionTls()
|
2024-08-24 12:00:06 +03:00 |
|
Sergey Ponomarev
|
1d58ed1125
|
LoginDialog: merge ifs
|
2024-08-24 11:50:03 +03:00 |
|
Sergey Ponomarev
|
cb070f6996
|
LoginDialog and AccountCreationWizard: make TLS initialization looking similar: merge ifs
|
2024-08-24 11:43:56 +03:00 |
|
Sergey Ponomarev
|
815bd06e5b
|
LoginDialog and AccountCreationWizard: make TLS initialization looking similar
|
2024-08-24 11:42:08 +03:00 |
|
Sergey Ponomarev
|
8e75712887
|
LocalPreferences: rename isSSL() to isDirectTls()
The property remains same sslEnabled
|
2024-08-24 11:30:41 +03:00 |
|
Sergey Ponomarev
|
f5dae0be9e
|
SecurityLoginSettingsPanel: rename useSSLBox to useDirectTlsBox
The label translation property remains same
|
2024-08-24 11:04:46 +03:00 |
|
Sergey Ponomarev
|
768043a37d
|
Make showOfflineUsers true by default
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-23 21:50:05 +03:00 |
|
Sergey Ponomarev
|
97beb604fc
|
GraphicUtils.scaleImageIcon(): scale only if needed
|
2024-08-23 20:56:05 +03:00 |
|
Sergey Ponomarev
|
7eb44ca4cc
|
GraphicUtils.scaleImageIcon() reformat
|
2024-08-23 20:54:20 +03:00 |
|
ilyaHlevnoy
|
b53b814740
|
Merge pull request #872 from stokito/refactor_cleanup
SPARK-2337 Refactor and cleanup
|
2024-08-22 21:53:02 +03:00 |
|
ilyaHlevnoy
|
58cbb68a91
|
add java 21
|
2024-08-21 22:57:15 +03:00 |
|
ilyaHlevnoy
|
604b4d24a6
|
Merge pull request #867 from stokito/fix_sys_path
SPARK-2302 plugins/ofmeet: hide the NoSuchFieldException sys_paths
|
2024-08-21 22:07:36 +03:00 |
|
Sergey Ponomarev
|
5d326b8772
|
AvatarPanel.resizeImage(): use built-in scaling of Thumbnails
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-20 22:38:06 +03:00 |
|
Sergey Ponomarev
|
c6d5861e94
|
AvatarPanel.setAvatar(): simplify ImageFilter and remove unused code
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-20 22:21:03 +03:00 |
|
Sergey Ponomarev
|
ebadc69815
|
LocalPreferences.findPropertyNamesForStoredPasswords(): ignore passwordSaved property
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-20 22:09:22 +03:00 |
|
ilyaHlevnoy
|
775e68e8cc
|
Merge pull request #866 from stokito/maven
Fix Maven build
|
2024-08-19 22:57:31 +03:00 |
|
Sergey Ponomarev
|
866e0ec599
|
ModelUtil.getTimeFromLong(): show the LESS_THAN_ONE_MINUTE only if no days and hours
Optimizations: allocate more for the string builder and append space as char
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:57:36 +03:00 |
|
Sergey Ponomarev
|
a933b55545
|
ModelUtil.getTimeFromLong() remove seconds
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:53:27 +03:00 |
|
Sergey Ponomarev
|
141893368e
|
WorkgroupManager: use ModelUtil.getTimeFromLong() and remove the duplicated FormUtils.getTimeFromLong()
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:49:51 +03:00 |
|
Sergey Ponomarev
|
45eb87a653
|
ModelUtil.hasLength(): replace with commons lang StringUtils.isNotBlank()
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:27:51 +03:00 |
|
Sergey Ponomarev
|
33ca88a149
|
ModelUtil: remove unused methods
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:20:36 +03:00 |
|
Sergey Ponomarev
|
aa26c93be2
|
RoomCreationDialog: compare password directly
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:19:25 +03:00 |
|
Sergey Ponomarev
|
956e1c6cda
|
UserSettings: remove unused method getEmptyPropertyIfNull()
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:18:51 +03:00 |
|
Sergey Ponomarev
|
ef340fd9bc
|
LoginDialog: use Default.getBoolean()
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 20:04:48 +03:00 |
|
Sergey Ponomarev
|
274ef0975e
|
CertManager: cleanup and reformat
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-18 19:02:57 +03:00 |
|
Sergey Ponomarev
|
7f61c5024e
|
cleanup
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-15 22:16:20 +03:00 |
|
transifex-integration[bot]
|
5dd76bbfbf
|
Translate spark_i18n.properties in ru_RU
100% translated source file: 'spark_i18n.properties'
on 'ru_RU'.
|
2024-08-15 21:03:54 +02:00 |
|
transifex-integration[bot]
|
be05457d4a
|
Translate spark_i18n.properties in ru_RU
100% translated source file: 'spark_i18n.properties'
on 'ru_RU'.
|
2024-08-15 21:03:54 +02:00 |
|
transifex-integration[bot]
|
1fbba048cd
|
Translate spark_i18n.properties in ru_RU
100% translated source file: 'spark_i18n.properties'
on 'ru_RU'.
|
2024-08-15 21:03:54 +02:00 |
|
Sergey Ponomarev
|
c2e504e6fa
|
ContactList hide error when trying to get last activity from a server that doesn't support it yet
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-11 13:18:29 +03:00 |
|
Sergey Ponomarev
|
8741ee24cc
|
plugins/ofmeet: hide the NoSuchFieldException sys_paths
Co-authored-by: Dzikoysk <dzikoysk@dzikoysk.net>
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-11 11:43:24 +03:00 |
|
Sergey Ponomarev
|
4ff173b18d
|
spark-core/pom.xml remove unused maven-snapshots-repo and update install4j-runtime for latest patch version
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-11 07:46:46 +03:00 |
|
Sergey Ponomarev
|
8e920d6daf
|
spark-core/pom.xml declare missing compile dependencies
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
2024-08-11 07:01:00 +03:00 |
|
ilyaHlevnoy
|
50c54bf6c7
|
Merge pull request #865 from igniterealtime/translations_core-src-main-resources-i18n-spark-i18n-properties--master_zh_CN
Updates for file core/src/main/resources/i18n/spark_i18n.properties in zh_CN
|
2024-08-07 05:22:45 +03:00 |
|
transifex-integration[bot]
|
1b8c297a40
|
Translate spark_i18n.properties in zh_CN
100% translated source file: 'spark_i18n.properties'
on 'zh_CN'.
|
2024-08-06 23:53:51 +00:00 |
|