c4affe809d
update documentation
2025-07-21 11:31:59 +01:00
b6771fa03c
First attempt at implementing xep-0483. Supports jitsi, galene and ohun
2025-07-20 22:54:39 +01:00
9ed3557bd6
Merge pull request #891 from akrherz/ci
...
Fixup GHA
2025-06-12 10:26:57 -05:00
ce911bc234
Update GHA versions
2025-06-12 10:24:43 -05:00
c84442b426
Add dependabot config to update GHA
2025-06-12 10:23:33 -05:00
3456b37189
CI: use ubuntu-latest
2025-06-12 10:22:49 -05:00
98b9121f70
SPARK-2122: Add DOAP file for project
...
A Description Of A Project file contains metadata used to describe the project. It is used by tools like the software inventory on the XMPP.org website to render a listing.
2024-10-29 11:15:37 +01:00
35cd2a398f
Merge pull request #885 from stokito/login
...
Remove LoginDialog
2024-10-17 21:06:17 +03:00
8669fc3b8e
BrowserLauncher: remove toLowerCase()
2024-09-14 23:22:51 +03:00
fb6333a50f
BrowserLauncher: reformat
2024-09-14 23:16:04 +03:00
a83e00a16f
LoginUIPanel: extract configureConnectionTls() same as in AccountCreationWizard
...
The same was previously made for LoginDialog in 6ee0092a74
2024-09-14 23:11:21 +03:00
ddfb81d534
LoginUIPanel: optimize port parsing
2024-09-14 22:55:52 +03:00
4de57dd4b0
remove unused LoginDialog because it was replaced with LoginUIPanel
2024-09-14 22:42:19 +03:00
019ca9d685
LoginUIPanel: copy header from LoginDialog
2024-09-14 22:41:00 +03:00
222379eaa3
LoginDialog: remove unused TitlePanel.ImagePanel and its bg image
2024-09-14 22:38:19 +03:00
65f647e9ec
Merge pull request #881 from stokito/APPLICATION_NAME
...
Use APP_NAME from spark.properties
2024-09-09 23:49:32 +03:00
e07f2c9579
add dependency java for Linux RPM
2024-09-09 23:35:33 +03:00
feae1902c4
Merge pull request #884 from stokito/install4j
...
SPARK-2346 make default-jre or any other JRE for Linux Deb
2024-09-08 23:16:40 +03:00
8dc2976844
add param via install4j IDE
2024-09-08 23:14:52 +03:00
17bb5d16e1
disable redirect stdout
2024-09-08 23:05:55 +03:00
35f8f33bef
SPARK-2346 Remove stdout and stderr redirection to a file
...
The redirection to a logs/error.log fails because it's a relative path to the program binary that is read only for a user
2024-09-08 13:35:28 +03:00
2fcd7a89fc
SPARK-2346 make default-jre or any other JRE for Linux Deb
2024-09-08 13:18:21 +03:00
9476333bcb
SPARK-2346 add resources/Info.plist to exlude list
2024-09-08 12:18:55 +03:00
3e43f740ce
Merge pull request #880 from stokito/empty_string
...
SPARK-2337 refactoring, cleanup and minor perf improvement
2024-09-08 01:31:31 +03:00
8419213cf9
Merge branch 'master' of https://github.com/igniterealtime/Spark
2024-09-08 01:25:19 +03:00
6ba845801f
update install4j-runtime to 10.0.9
2024-09-08 01:25:09 +03:00
4fac6c207e
Merge pull request #883 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-09-08 01:17:31 +03:00
9b08aa3886
Merge branch 'master' of https://github.com/igniterealtime/Spark
2024-09-08 01:15:03 +03:00
4d603e5f29
SPARK-2346 add default-jre for Linux Deb
2024-09-08 01:14:35 +03:00
61a03f2c87
add default-jre for Linux Deb
2024-09-08 01:06:53 +03:00
d58be8d6d4
SPARK-2346 Remove unnecessary files when building Spark via install4j
2024-09-08 00:54:40 +03:00
7c0e1a19a3
Translate spark_i18n.properties in zh_CN
...
100% translated source file: 'spark_i18n.properties'
on 'zh_CN'.
2024-09-04 09:24:48 +00:00
285c857d5f
Use APP_NAME from spark.properties instead of APPLICATION_NAME from default.properties
2024-08-31 21:06:11 +03:00
74dec456b5
SPARK-2337 PluginViewer.loadInstalledPlugins() and AutoCompleteDocument.autoComplete(): remove redundant casts
2024-08-31 11:59:15 +03:00
73c5a205b3
SPARK-2337 PluginViewer.getPluginList(): merge var declarations with assignment
2024-08-31 11:59:15 +03:00
b4fa44a657
SPARK-2337 PluginViewer.getPluginList(): remove redundant exception catch: another one exists for the whole block
2024-08-31 11:59:15 +03:00
002b2ab1e9
SPARK-2337 PluginViewer.getPluginList(): get plugin name before checking of minSparkVersion
2024-08-31 11:59:15 +03:00
c7a6d8c4f0
SPARK-2337 PluginViewer.getPluginList(): extract sparkVersion var to get it once for all plugins
2024-08-31 11:59:15 +03:00
b4fb685852
SPARK-2337 JiveInfo.getVersion() avoid null
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
3799e96b94
SPARK-2337 PluginViewer.getPluginList() return empty list on exception
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
2d7576eedd
SPARK-2337 Use Files.write() to save bytes to file
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
12721d9cfe
SPARK-2337 VCardManager fix typo
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
4fa78d8b8a
SPARK-2337 Rewrite usage of Map.containsKey() to avoid double lookup
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
d09964ca3c
SPARK-2337 ContactList.sendMessages(): early return
...
Signed-off-by: Sergey Ponomarev <stokito@gmail.com >
2024-08-31 11:59:15 +03:00
534f8f545f
Merge pull request #879 from stokito/search
...
SPARK-2343 Show error "Contact search service is not available"
2024-08-31 11:58:38 +03:00
06cafbd7b1
Merge pull request #878 from stokito/rm_transports
...
SPARK-2342 Remove unsupported gateway transports
2024-08-26 22:19:14 +03:00
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
6e987289d7
GatewayPlugin.populateTransports(): use switch to match transport prefix
2024-08-25 11:43:05 +03:00
60dc5710c7
TransportRegistrationDialog: increase height
2024-08-25 11:23:03 +03:00
5d3804e844
SPARK-2342 Remove unsupported gateway transports
2024-08-25 11:08:37 +03:00