Commit Graph

19485 Commits

Author SHA1 Message Date
TnxQSO-Admin
c76b32a13a feat: implement silent hybrid websocket connection and simplify labels
- Implemented a 'Single-Shot Silent Attempt' in cat.js. This tries to establish a WebSocket connection (with 1 retry) even when a standard Radio Profile is selected, enabling hybrid integrations to receive metadata without spamming the console for other users.
- Updated radio dropdown labels in Bandmap, Contesting, and QSO views to 'Live - WebSocket', removing the specific 'Requires WLGate' text to be tool-agnostic.
2026-02-03 16:55:11 +01:00
Fabian Berg
a81a165324 Merge pull request #2895 from HB9HIL/filecache_gc
FileCache Garbage Collector
2026-02-03 10:55:13 +00:00
github-actions
3f6a89883c po/mo updates 2026-02-03 08:15:14 +00:00
Fabian Berg
5bf64d9365 Merge pull request #2898 from HB9HIL/fix_localization
fixed some localizations in debug view
2026-02-03 08:14:47 +00:00
github-actions
36e1943f59 po/mo updates 2026-02-03 07:58:03 +00:00
Fabian Berg
004d9c98cb Merge pull request #2894 from Wavelog-Translator/weblate-wavelog-main-translation
Translations update from Weblate
2026-02-03 07:57:40 +00:00
Fabian Berg
8519e21cd1 Translated using Weblate (German)
Currently translated at 100.0% (3355 of 3355 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/de/
2026-02-03 07:57:08 +00:00
HB9HIL
03e7a2b510 better for translators 2026-02-03 08:54:07 +01:00
HB9HIL
88529a829b fixed some localizations in debug view 2026-02-03 08:46:57 +01:00
Juuso W.
91efb20b75 Translated using Weblate (Swedish)
Currently translated at 100.0% (3355 of 3355 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/sv/
2026-02-02 22:29:40 +00:00
Juuso W.
c81075c48a Translated using Weblate (Finnish)
Currently translated at 94.9% (3185 of 3355 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/fi/
2026-02-02 22:29:39 +00:00
Juuso W.
eb918fc9de Translated using Weblate (Finnish)
Currently translated at 92.4% (3103 of 3355 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/fi/
2026-02-02 20:32:41 +00:00
Fabian Berg
bfca2c48a1 Merge branch 'dev' into filecache_gc 2026-02-02 19:51:00 +00:00
HB9HIL
27d4cf4fdd whitespace 2026-02-02 20:48:08 +01:00
HB9HIL
201655524b garbage collector as lib so we don't collide with the actual cache driver 2026-02-02 20:46:46 +01:00
Weblate
911779d8af Merge remote-tracking branch 'origin/dev' into dev 2026-02-02 18:40:06 +00:00
Juuso W.
f6227fc2e4 Translated using Weblate (Finnish)
Currently translated at 89.7% (2997 of 3341 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/fi/
2026-02-02 18:40:05 +00:00
github-actions
9a3774d225 po/mo updates 2026-02-02 18:39:53 +00:00
Fabian Berg
7c035269f3 Merge pull request #2888 from HB9HIL/support_cache
Support multiple caches
2026-02-02 18:39:25 +00:00
HB9HIL
7c16f76a7d simple garbage collector for file cache 2026-02-02 17:07:52 +01:00
HB9HIL
fbda15ff5b cache clean works fine with file adapter. no need to hassle around with file handling 2026-02-02 16:28:44 +01:00
HB9HIL
a2189d6952 removed redundant code. validate session already in the constructor 2026-02-02 16:27:26 +01:00
Karuru
ed90d931c6 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (3341 of 3341 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/zh_Hans/
2026-02-02 14:22:32 +00:00
Juuso W.
7dc0ca9afd Translated using Weblate (Finnish)
Currently translated at 82.0% (2742 of 3341 strings)

Translation: Wavelog/Main Translation
Translate-URL: https://translate.wavelog.org/projects/wavelog/main-translation/fi/
2026-02-02 14:22:31 +00:00
HB9HIL
2e9a2a6d2c kiss 2026-02-02 14:57:35 +01:00
Fabian Berg
04b9aa49c7 Merge branch 'dev' into support_cache 2026-02-02 13:46:55 +00:00
HB9HIL
90e0928213 now the cache stuff matches the rest of the debug page much better 2026-02-02 14:38:14 +01:00
HB9HIL
61b94c0bde make colors and ui more user friendly 2026-02-02 14:17:56 +01:00
HB9HIL
3ed51b53e6 check for php extentions before calling the cache driver. this avoids unnecessarry errors 2026-02-02 14:11:51 +01:00
HB9HIL
2af5180aa7 case sensitive 2026-02-02 13:58:20 +01:00
HB9HIL
dc7f7254e1 same fallback behaviour for memcached adapter 2026-02-02 13:42:11 +01:00
HB9HIL
02eccc6f1a beta of cache debug view 2026-02-02 13:37:06 +01:00
HB9HIL
9fa0604810 redis driver now catches successfully a missing redis extension and a unavailable redis server 2026-02-02 13:13:42 +01:00
HB9HIL
3699c63241 removed log_message for memcached stuff 2026-02-02 13:00:43 +01:00
HB9HIL
823148c752 not only check for redis extension during driver load 2026-02-02 12:57:31 +01:00
Fabian Berg
fdc5153fb7 Merge pull request #2892 from HB9HIL/memcached_session_deprecations
php8+ friendly fixes for memcached sessions
2026-02-02 11:42:36 +00:00
HB9HIL
7633161890 php8+ friendly fixes 2026-02-02 12:40:25 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00
HB9HIL
937f09eae7 Drop support for wincache 2026-02-02 10:38:52 +01:00
HB9HIL
0fa30b3962 Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/2888 2026-02-02 10:37:44 +01:00
github-actions
40f56d66d7 po/mo updates 2026-02-02 08:14:11 +00:00
Fabian Berg
e63e8965d9 Merge pull request #2889 from HB9HIL/fix_multi_callbook
Fix multicallbook configuration
2026-02-02 08:13:48 +00:00
github-actions
655a1e88f4 po/mo updates 2026-02-02 07:45:30 +00:00
Fabian Berg
4b0d861187 Merge pull request #2884 from HB9HIL/import_fixes
Improvements and fixes for import functions
2026-02-02 07:45:05 +00:00
Fabian Berg
45bb6f758a Merge branch 'dev' into import_fixes 2026-02-02 07:41:41 +00:00
HB9HIL
15d5f63d27 fixed path 2026-02-02 08:40:26 +01:00
Joerg (DJ7NT)
61fd21d1cf Merge pull request #2891 from int2001/phpredis 2026-02-02 08:35:49 +01:00
HB9HIL
cb3e156f11 add the exentions for the other drivers aswell 2026-02-02 08:33:32 +01:00
Andreas Kristiansen
2b46230a42 Avoid a null error 2026-02-02 07:54:24 +01:00
int2001
853c0d9fa6 Codeformatting ;) 2026-02-02 06:25:35 +00:00