Commit Graph

3802 Commits

Author SHA1 Message Date
int2001
6a51ab5a39 Remove profiler. Ready to review 2026-02-04 08:33:31 +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
int2001
2a2c6d7abe Optimize Yr/Mon/Day-Stat-SQL 2026-02-04 05:34:33 +00:00
HB9HIL
83a6677431 fix dxwaterfall since I broke it due to the 404 in the return. It's now working again 2026-02-03 21:13:56 +01:00
Fabian Berg
980569ff22 Merge branch 'dev' into dxclustercache_fix 2026-02-03 13:24:42 +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
c2d5079061 avoid loading the cache driver multiple times 2026-02-02 22:33:31 +01:00
HB9HIL
5a653ec269 php8.5 friendlyness 2026-02-02 22:11:59 +01:00
HB9HIL
26d2a46c08 first fixes of dxclustercache since new cache driver handling 2026-02-02 22:07:00 +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
HB9HIL
7c16f76a7d simple garbage collector for file cache 2026-02-02 17:07:52 +01:00
HB9HIL
a2189d6952 removed redundant code. validate session already in the constructor 2026-02-02 16:27:26 +01:00
HB9HIL
2af5180aa7 case sensitive 2026-02-02 13:58:20 +01:00
HB9HIL
02eccc6f1a beta of cache debug view 2026-02-02 13:37:06 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00
HB9HIL
0fa30b3962 Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/2888 2026-02-02 10:37:44 +01:00
HB9HIL
87e9437f02 if a callbook query was successful on the first attempt there are not error arraykeys 2026-02-01 22:10:23 +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
int2001
4ae7fd7b13 Accept also single-stations 2026-01-29 17:36:00 +00:00
Florian (DF2ET)
0ff798750a Merge pull request #2860 from phl0/skipCallbookWithoutCreds
Skip callbook lookups if credentials are empty/not set
2026-01-28 07:50:26 +01:00
phl0
0df25b2a45 More detailed error messages for failed callbook lookups 2026-01-28 00:46:39 +01:00
Andreas Kristiansen
1b3bf90180 Merge pull request #2837 from AndreasK79/use_dxcc_class 2026-01-27 17:56:31 +01:00
phl0
c2cdd67252 Fix other QSL services re ignore status in partial as well 2026-01-27 16:25:42 +01:00
Florian (DF2ET)
7a45e21a06 Merge pull request #2868 from phl0/partialQslColors
Refactor QSL colors for partial view
2026-01-27 16:20:10 +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
d10cb8f86d Refactor QSL colors for partial view 2026-01-27 16:11:39 +01:00
Andreas Kristiansen
74167dee39 Merge branch 'dev' into use_dxcc_class 2026-01-27 10:45:47 +01:00
phl0
08a3b39dba Empty callbook source if all lookups fail 2026-01-26 11:55:02 +01:00
Fabian Berg
c388ef5d94 Merge branch 'dev' into create_qso 2026-01-26 11:09:33 +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
Andreas Kristiansen
6f01b34ee5 Revert my latest unknown prefix change 2026-01-26 10:35:42 +01:00
Andreas Kristiansen
75d998486a Ignore unknown 2 char prefixes 2026-01-26 09:12:38 +01:00
phl0
5b5391e49d Fix search re sat names without LoTW support 2026-01-26 09:00:42 +01:00
Andreas Kristiansen
469778255c Adjust callsign test list 2026-01-25 21:17:46 +01:00
Andreas Kristiansen
c5fbb9da35 Add more callsigns to tester 2026-01-25 17:46:16 +01:00
Andreas Kristiansen
19675bae84 Fix for A45/0 callsigns 2026-01-25 17:15:36 +01:00
Fabian Berg
d4e4e37f77 upps
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-01-25 09:08:12 +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
Andreas Kristiansen
d5fc310ad1 Added another layer for 1 char suffixes 2026-01-24 08:31:27 +01:00
Andreas Kristiansen
09e892fc33 [DXCC ID] All checking now goes via the class 2026-01-22 11:55:30 +01:00
Andreas Kristiansen
159ec65014 Merge pull request #2833 from AndreasK79/dxcc_class_tweak
Dxcc class tweak
2026-01-21 18:59:01 +01:00
Florian (DF2ET)
d1e58fbfe9 Merge branch 'dev' into nonLotwSatellites 2026-01-21 15:49:18 +01:00
Andreas Kristiansen
9476468856 More dxcc id tweaking 2026-01-21 07:49:05 +01:00
kc9uhi
95a70dafe5 Merge branch 'dev' into add-date-format-dMy 2026-01-20 05:52:46 -07:00
phl0
0762f81e94 Remove unneeded migration and refactor SQL 2026-01-20 13:50:22 +01:00
phl0
4a5a31dbcd Remove needless functions removed in PR #1751 2026-01-20 09:45:26 +01:00
phl0
0fdfe4e226 Merge remote-tracking branch 'upstream/dev' into nonLotwSatellites 2026-01-20 08:40:04 +01:00