Commit Graph

280 Commits

Author SHA1 Message Date
phl0
8e5903a5bc Query callbook (hamqth) for DARC DOK 2026-02-19 09:25:17 +01: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
Joerg (DJ7NT)
85accb60a8 Update SQL bindings for wildcard matching
Accidently removed them during refactor. Sri!
2026-02-08 11:48:06 +01:00
int2001
768f7db5c0 rm debug/profiler 2026-02-05 12:54:48 +00:00
int2001
7a7f63bcfc Refactor partial to real-SQL and php-join the SATs 2026-02-05 12:54:20 +00:00
int2001
f2ce52cad5 join sat-table in PHP instead of DB. Huge performance booster 2026-02-05 12:35:27 +00: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
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
phl0
d10cb8f86d Refactor QSL colors for partial view 2026-01-27 16:11:39 +01:00
phl0
08a3b39dba Empty callbook source if all lookups fail 2026-01-26 11:55:02 +01:00
phl0
5b5391e49d Fix search re sat names without LoTW support 2026-01-26 09:00:42 +01:00
Andreas Kristiansen
09e892fc33 [DXCC ID] All checking now goes via the class 2026-01-22 11:55:30 +01:00
phl0
0762f81e94 Remove unneeded migration and refactor SQL 2026-01-20 13:50:22 +01:00
int2001
9b6e2d3b2d Check permissions!! 2026-01-05 19:23:01 +00:00
Joerg (DJ7NT)
f54ad04204 Merge pull request #2737 from int2001/minor_ref_collector
Collector PR for minor code-cleanups
2025-12-30 10:33:24 +01:00
int2001
4cf6b50c7e Fix possible vuln at search_lotw_unconfirmed 2025-12-30 08:19:17 +00:00
phl0
1f9604e3c3 Show info about source callbook 2025-12-28 22:49:45 +01:00
int2001
75655e94d6 Catch error for calling a deleted qso 2025-12-04 06:29:07 +00:00
Szymon Porwolik
f68c70cb1e Merge branch 'dev' into dev_lookup_priority 2025-11-01 12:03:53 +01:00
Szymon Porwolik
8d13be8f90 Option to prioritize Database or 3rd party callsign information fetch 2025-10-30 15:37:20 +01:00
Szymon Porwolik
66807a0ddb Reverted logic - logbook data overwrites callbooks 2025-10-30 10:16:04 +01:00
Szymon Porwolik
16b2e9763e Profile information, translation and bug with the callsign information fetch 2025-10-28 23:10:43 +01:00
Szymon Porwolik
3f16e594d5 Merge branch 'wavelog:master' into dev_sticky_note 2025-10-26 10:31:44 +01:00
Florian (DF2ET)
62a733ba1f Merge pull request #2347 from agrif/comma-dates
fix QSO panel when using a date format with commas
2025-10-09 08:41:33 +02:00
Szymon Porwolik
3de79d869b Notes: basic support in the QSO view page 2025-10-07 23:52:13 +02:00
HB9HIL
a0663ea2a4 remove redundant code 2025-09-30 08:25:15 +02:00
Aaron Griffith
62b5fc3e40 fix QSO panel when using a date format with commas
Commas are not an allowed URI character, and so they need to be
replaced with a URI-safe stand in before being used. Of the default
URI-safe characters, only '~%:\' are not used yet. I chose to use '%'
as it seems the least likely to be used in any future date formats.

Closes #2343.
2025-09-24 08:43:58 -04:00
int2001
31bb96500f derive wked/cnfm badge out of DXCC-ID instead of string 2025-09-24 07:10:02 +00:00
Joerg (DJ7NT)
b6bcf3bba8 Merge pull request #2252 from int2001/dcl_frontend
DCL Connector
2025-09-06 12:34:28 +02:00
phl0
8ba04716e8 Don't use grid from callbook if probably wrong upon logging 2025-09-04 16:12:02 +02:00
Joerg (DJ7NT)
df68d5d7c7 Merge branch 'dev' into dcl_frontend 2025-09-03 14:15:30 +02:00
DB4SCW
201df5749a fixes dxcc when no qso is found and callbook returns nothing 2025-09-03 11:10:08 +00:00
int2001
3090048250 Added DCL-Arrows to Searchresults and log_ajax 2025-08-21 07:48:18 +00:00
Andreas Kristiansen
699aea9db3 Fix for date containing / 2025-07-20 22:38:15 +02:00
Andreas Kristiansen
1e863ade5d [QSO entry] Custom date format 2025-07-14 14:02:20 +02:00
Andreas Kristiansen
beed25d37d Added open in lba in incorrect cq and itu zones too 2025-06-18 12:45:09 +02:00
phl0
cc6bd962ea Use PK as secondary sorting criteria (as in other places) 2025-02-02 11:57:19 +01:00
Florian (DF2ET)
a9454e95d0 Last QSO count to session to fix last of specific callsign (#3) 2025-01-29 12:29:37 +01:00
int2001
37e05649a6 More places where the 0 is annoying 2024-12-30 12:15:28 +00:00
phl0
e38cc21d5a Correct SAT query for displayname 2024-12-05 10:28:31 +01:00
phl0
1a4ca74291 Remove ambiguity for sat and country name from search results 2024-12-05 10:05:23 +01:00
Andreas Kristiansen
abb75a7895 Fixed query for fetching previous qsos 2024-12-03 16:32:03 +01:00
phl0
c961926b05 Fix simple search result 2024-12-02 14:31:55 +01:00
phl0
fc89b92981 Use displayname in previous QSOs as well 2024-12-02 14:29:41 +01:00
Andreas Kristiansen
627a92d6d5 Do not fetch data twice, pass it on instead 2024-11-26 17:21:11 +01:00
Andreas Kristiansen
2786aa574f Decoupled dxcc from callbook data because of reduced call logic 2024-11-26 09:46:40 +01:00