Commit Graph

1192 Commits

Author SHA1 Message Date
Joerg (DJ7NT)
2efef6efb1 Merge pull request #3016 from int2001/optim_lookup
Simplify lookup from previous QSOs
2026-03-01 09:21:33 +01:00
Andreas Kristiansen
c7896cc05b Merge pull request #3020 from tallcode/wapc_map
feat: add WAPC map
2026-02-28 11:41:26 +01:00
tallcode
331914f255 feat: fix wapc map click 2026-02-28 16:01:22 +08:00
int2001
d64707f257 Simplify lookup from previous QSOs 2026-02-25 10:36:27 +00:00
HB9HIL
8627e2a3e2 group prop mode check 2026-02-22 09:31:15 +01:00
Florian (DF2ET)
266cc77a4e Merge pull request #2981 from phl0/dokCallbookLookup
Query callbook (hamqth) for DARC DOK
2026-02-19 10:41:03 +01:00
Joerg (DJ7NT)
957187c307 Merge pull request #2965 from int2001/lotw_longrunners
Prevent downloading LoTW-Reports from users who have no QSO
2026-02-19 09:50:51 +01:00
phl0
8e5903a5bc Query callbook (hamqth) for DARC DOK 2026-02-19 09:25:17 +01:00
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
int2001
48958b165d Prevent downloading LoTW-Reports from users who have no QSO 2026-02-17 14:46:23 +00:00
HB9HIL
de02672ab8 build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching 2026-02-17 14:11:11 +01:00
HB9HIL
4a3807c100 reduce 6 queries to 3 and use batch handling where possible 2026-02-14 14:16:55 +01:00
Joerg (DJ7NT)
2a1f1fd7ad Merge pull request #2917 from int2001/fix_map_pagination 2026-02-06 17:02:24 +01:00
Joerg (DJ7NT)
2f2c11cc8a Failsafeness 2026-02-06 12:22:15 +01:00
int2001
943635a717 Fix pagination/map 2026-02-06 10:43:37 +00:00
int2001
f2ce52cad5 join sat-table in PHP instead of DB. Huge performance booster 2026-02-05 12:35:27 +00:00
int2001
d00c1876e5 Combine dailystats with QSLs 2026-02-04 07:32:07 +00:00
int2001
7df15b054e Combine Country-Breakdown 2026-02-04 07:09:26 +00:00
Joerg (DJ7NT)
6fbcf4aefa Merge pull request #25 from HB9HIL/optim_qslbreakdown
optimizing qsl breakdown.. not much but a bit better
2026-02-04 07:17:26 +01:00
int2001
2a2c6d7abe Optimize Yr/Mon/Day-Stat-SQL 2026-02-04 05:34:33 +00:00
HB9HIL
71f4d38e47 optimizing qsl breakdown.. not much but a bit better 2026-02-03 23:03:44 +01:00
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