4310 Commits

Author SHA1 Message Date
Sergey Ponomarev
be71fcf376 SPARK-2122: spark.doap: add implemented XEPs 2025-10-08 12:38:09 +02:00
daryl herzmann
40604c1d64
Merge pull request #890 from akrherz/install4j_11
SPARK-2348 Install4J 11.0.4 Updates
2025-09-26 16:07:55 -05:00
transifex-integration[bot]
7925f667b5 Translate spark_i18n.properties in ru_RU
100% translated source file: 'spark_i18n.properties'
on 'ru_RU'.
2025-09-21 11:32:51 +02:00
Sergey Ponomarev
73715fa0fb SPARK-2351 LanguagePlugin: Always show Language in menu item for non en locales to help those who accidentally changed language 2025-09-21 11:32:05 +02:00
Sergey Ponomarev
68ce7b08ae LanguagePlugin: Use locale.getDisplayName() 2025-09-21 11:32:05 +02:00
Sergey Ponomarev
4499d1eaf2 LanguagePlugin: inline fields to avoid long living garbage 2025-09-21 11:32:05 +02:00
Sergey Ponomarev
8856e6dd3b SPARK-2350: MainWindow: avoid NPE when running from IDE and attempt to restart 2025-09-21 11:30:41 +02:00
Sergey Ponomarev
fae3cf7e4b i18n: remove preamble from files 2025-09-20 14:23:59 +02:00
daryl herzmann
e8af490b2a
Merge pull request #903 from igniterealtime/dependabot/github_actions/github-actions-c096e0448c
Bump the github-actions group across 1 directory with 3 updates
2025-09-01 14:08:02 -05:00
akrherz
b624309a50
set java distribution to zulu 2025-09-01 14:05:01 -05:00
dependabot[bot]
c0c8e2fa1a
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [actions/cache](https://github.com/actions/cache).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

Updates `actions/setup-java` from 1 to 5
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v5)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 17:59:48 +00:00
Dele Olajide
9ae83f21a1
Merge pull request #899 from stokito/meeting_disco
Online Meeting plugin: cleanup and refactoring
2025-08-11 13:11:23 +01:00
Sergey Ponomarev
fb3d5d763e SparkMeetPlugin: reduce logging 2025-07-26 10:59:27 +03:00
Sergey Ponomarev
f212d884d0 SparkMeetPlugin: Use getBareJid().getLocalpart() 2025-07-26 10:59:26 +03:00
Sergey Ponomarev
fdd6ac67ca sparkmeet i18n 2025-07-26 10:28:38 +03:00
Sergey Ponomarev
269f50118e sparkmeet_i18n.properties: remove unused key sparkmeetEnabled 2025-07-26 10:28:29 +03:00
Sergey Ponomarev
7926dd0cd2 SparkMeetPlugin: initializeOnlineMeetings() use early return 2025-07-26 07:54:52 +03:00
Sergey Ponomarev
4943a05c44 SparkMeetPlugin: extract separate initializeOnlineMeetings() 2025-07-26 07:51:49 +03:00
Dele Olajide
4f9fc75347
Merge pull request #898 from igniterealtime/xep-0483-online-meetings
Implement XEP: 0483 HTTP Online Meetings
2025-07-21 12:05:52 +01:00
Dele Olajide
364d1a837f
Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 12:03:12 +01:00
Dele Olajide
a0f28184ad
Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/SparkMeetPlugin.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 12:02:23 +01:00
Dele Olajide
43a37bf697
Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/QueryRequest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-21 11:43:29 +01:00
Dele Olajide
c4affe809d update documentation 2025-07-21 11:31:59 +01:00
Dele Olajide
b6771fa03c First attempt at implementing xep-0483. Supports jitsi, galene and ohun 2025-07-20 22:54:39 +01:00
akrherz
f7eaa0dac0
SPARK-2348 Install4J 11.0.4 Updates
- EJ-Technologies custom maven repo no longer needed
- Allowed GUI to update config schema
2025-06-12 10:27:23 -05:00
daryl herzmann
9ed3557bd6
Merge pull request #891 from akrherz/ci
Fixup GHA
2025-06-12 10:26:57 -05:00
akrherz
ce911bc234
Update GHA versions 2025-06-12 10:24:43 -05:00
akrherz
c84442b426
Add dependabot config to update GHA 2025-06-12 10:23:33 -05:00
akrherz
3456b37189
CI: use ubuntu-latest 2025-06-12 10:22:49 -05:00
Guus der Kinderen
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
ilyaHlevnoy
35cd2a398f
Merge pull request #885 from stokito/login
Remove LoginDialog
2024-10-17 21:06:17 +03:00
Sergey Ponomarev
8669fc3b8e BrowserLauncher: remove toLowerCase() 2024-09-14 23:22:51 +03:00
Sergey Ponomarev
fb6333a50f BrowserLauncher: reformat 2024-09-14 23:16:04 +03:00
Sergey Ponomarev
a83e00a16f LoginUIPanel: extract configureConnectionTls() same as in AccountCreationWizard
The same was previously made for LoginDialog in 6ee0092a74a9266171f71f7b97fc3578d3334237
2024-09-14 23:11:21 +03:00
Sergey Ponomarev
ddfb81d534 LoginUIPanel: optimize port parsing 2024-09-14 22:55:52 +03:00
Sergey Ponomarev
4de57dd4b0 remove unused LoginDialog because it was replaced with LoginUIPanel 2024-09-14 22:42:19 +03:00
Sergey Ponomarev
019ca9d685 LoginUIPanel: copy header from LoginDialog 2024-09-14 22:41:00 +03:00
Sergey Ponomarev
222379eaa3 LoginDialog: remove unused TitlePanel.ImagePanel and its bg image 2024-09-14 22:38:19 +03:00
ilyaHlevnoy
65f647e9ec
Merge pull request #881 from stokito/APPLICATION_NAME
Use APP_NAME from spark.properties
2024-09-09 23:49:32 +03:00
ilya khlevnoy
e07f2c9579 add dependency java for Linux RPM 2024-09-09 23:35:33 +03:00
ilyaHlevnoy
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
ilya khlevnoy
8dc2976844 add param via install4j IDE 2024-09-08 23:14:52 +03:00
ilya khlevnoy
17bb5d16e1 disable redirect stdout 2024-09-08 23:05:55 +03:00
Sergey Ponomarev
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
Sergey Ponomarev
2fcd7a89fc SPARK-2346 make default-jre or any other JRE for Linux Deb 2024-09-08 13:18:21 +03:00
ilya khlevnoy
9476333bcb SPARK-2346 add resources/Info.plist to exlude list 2024-09-08 12:18:55 +03:00
ilyaHlevnoy
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
ilya khlevnoy
8419213cf9 Merge branch 'master' of https://github.com/igniterealtime/Spark 2024-09-08 01:25:19 +03:00
ilya khlevnoy
6ba845801f update install4j-runtime to 10.0.9 2024-09-08 01:25:09 +03:00
ilyaHlevnoy
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