Fabian Berg
980569ff22
Merge branch 'dev' into dxclustercache_fix
2026-02-03 13:24:42 +00:00
int2001
48751e3f2e
Optimize index-usage
2026-02-03 11:51:07 +00:00
HB9HIL
c0c36a50d4
more cameCase to snake_case, defined function types and prefixed private functions with _, removed unused functions from old dxcluster
2026-02-02 23:07:45 +01:00
HB9HIL
4c4d5845e5
some methods were camelCase and some snake_case. made all snake_case as this is usual for our codebase
2026-02-02 22:44:44 +01:00
HB9HIL
c2d5079061
avoid loading the cache driver multiple times
2026-02-02 22:33:31 +01:00
HB9HIL
0fa30b3962
Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/2888
2026-02-02 10:37:44 +01:00
Andreas Kristiansen
2b46230a42
Avoid a null error
2026-02-02 07:54:24 +01:00
HB9HIL
9e19dec6bf
refactored the cache loader
...
- adjusted formatting to make it easier to read
- added the key prefix from config
- made everything failsafe since users don't have that configured by default
2026-02-01 20:21:14 +01:00
HB9HIL
3a2bce8646
make the cache adapter as config options and use them when calling the cache lib
2026-02-01 19:33:51 +01:00
HB9HIL
675c0a229c
@int2001 you know ;-)
2026-01-31 20:15:01 +01:00
HB9HIL
dc29d69e4e
stations model is already loaded at this point and Mh lib only needs to be loaded once in a session
2026-01-31 20:14:30 +01:00
HB9HIL
8ee1537c96
removed unused variable
2026-01-31 20:05:30 +01:00
HB9HIL
e2bcbfc84a
stations model is already loaded at this point
2026-01-31 20:04:39 +01:00
HB9HIL
af8918c3ff
if dxcc is set in the record we complete the array with data we got anyway
2026-01-31 20:00:22 +01:00
HB9HIL
df50101af4
don't load stations model on each iteration of import_bulk()
2026-01-31 19:46:21 +01:00
HB9HIL
4f67e27af6
fix array keys for dxcc data
2026-01-29 23:08:47 +01:00
HB9HIL
bbdc6814e9
catch faulty dxcc response (breaks logic if debug mode is enabled)
2026-01-27 22:19:22 +01:00
Florian (DF2ET)
aab05583ca
Merge pull request #2838 from phl0/nullDistance
...
Show 0km instead of blank (same as QSO view)
2026-01-27 22:09:34 +01:00
Andreas Kristiansen
1b3bf90180
Merge pull request #2837 from AndreasK79/use_dxcc_class
2026-01-27 17:56:31 +01:00
Florian (DF2ET)
1414324e1e
Merge pull request #2858 from phl0/searchDupes
...
Fix search re sat names without LoTW support
2026-01-27 16:16:40 +01:00
phl0
4c8e64d1e2
Fix views for stats and awards
2026-01-27 16:01:05 +01:00
Andreas Kristiansen
74167dee39
Merge branch 'dev' into use_dxcc_class
2026-01-27 10:45:47 +01:00
Fabian Berg
c388ef5d94
Merge branch 'dev' into create_qso
2026-01-26 11:09:33 +01:00
Fabian Berg
489a0f4b76
Merge pull request #2861 from HB9HIL/curl_close
...
remove curl_close()
2026-01-26 11:04:06 +01:00
Fabian Berg
7d26f3acd8
Merge branch 'dev' into create_qso
2026-01-26 10:52:25 +01:00
HB9HIL
d59910a8ff
php8.5 friendly
2026-01-26 10:51:09 +01:00
HB9HIL
8a8bb4d337
remove curl_close as it has no effect since php8.0 ( https://www.php.net/manual/en/function.curl-close.php )
2026-01-26 10:41:29 +01:00
phl0
5b5391e49d
Fix search re sat names without LoTW support
2026-01-26 09:00:42 +01:00
HB9HIL
0b81032042
fixed some issues and deprecation warnings
2026-01-25 12:15:26 +01:00
Andreas Kristiansen
8fa76d2ff1
Fix date for dxcc id
2026-01-25 11:35:15 +01:00
Andreas Kristiansen
175cb5dcee
Init dxcc class only once during import
2026-01-25 11:15:05 +01:00
HB9HIL
1e1f31aa7d
get rid of some deprecation warnings
2026-01-24 22:06:53 +01:00
HB9HIL
f740b188c8
return qso_id and adif data from create_qso() in an array so it can reused in other places aswell
2026-01-24 22:06:41 +01:00
HB9HIL
91fcbafbd1
radical cleanup
2026-01-24 20:53:32 +01:00
phl0
04e04334cc
Allow updating distance to 0km in QSO edit rather thank skipping and
...
keeping the old value for distance
2026-01-23 09:05:42 +01:00
Andreas Kristiansen
09e892fc33
[DXCC ID] All checking now goes via the class
2026-01-22 11:55:30 +01:00
phl0
efed6b310f
Hide double SAT names if LoTW name not present in logbook view
2026-01-21 17:15:34 +01:00
Florian (DF2ET)
d1e58fbfe9
Merge branch 'dev' into nonLotwSatellites
2026-01-21 15:49:18 +01:00
int2001
dd665ef18c
Fix possible Clublog-Errors
2026-01-20 17:45:05 +00:00
phl0
0762f81e94
Remove unneeded migration and refactor SQL
2026-01-20 13:50:22 +01:00
phl0
17b00ffa95
Fix mistake
2026-01-20 10:00:40 +01:00
phl0
4a5a31dbcd
Remove needless functions removed in PR #1751
2026-01-20 09:45:26 +01:00
phl0
1726832186
Set SAT name null in case it is empty
2026-01-19 08:27:53 +01:00
phl0
6c43db0fa6
Only take SAT as PROP_MODE into account during matching
2026-01-07 16:06:09 +01:00
Florian (DF2ET)
1f958723db
Merge pull request #2781 from phl0/dclConfirmationFix
...
Don't set DCL received when just updating the DOK
2026-01-06 10:23:55 +01:00
phl0
88f9513e34
Don't set DCL received when just updating the DOK
2026-01-06 10:00:38 +01:00
Andreas Kristiansen
12555abd43
Set to null, not 0 when saving blank cq zone
2026-01-05 21:15:53 +01:00
int2001
5ddff1f787
Emit ADIF to Websocket (if in qso) on logging
2026-01-05 08:46:33 +00:00
Joerg (DJ7NT)
04358993f0
Merge pull request #2742 from int2001/date_for_stats
...
Introduce more granular Date-Filter for Stats-Page
2026-01-02 13:36:11 +01:00
int2001
f35ba3f1b3
INNER JOIN fits here - tnx LA8AJA
2026-01-01 12:35:07 +00:00