Commit graph

292 commits

Author SHA1 Message Date
int2001
881d1e56e7
Fill ANT_AZ from calculated bearing 2026-08-06 05:54:07 +00:00
int2001
05b7f802f8
Let searchbearing (called while logging) emit the raw-values as well 2026-08-06 05:47:23 +00:00
HB9HIL
9bdfa010f7
autoload the user_model 2026-07-06 18:32:58 +02:00
kc9uhi
2ecf713d3e
search follows stations_active_log_only 2026-06-23 21:16:14 -07:00
int2001
dc4d462f17
Select AND pass propmode to views 2026-05-09 08:08:06 +00:00
phl0
eef00f2c68
Move mode defs to config file and rename 2026-05-07 22:07:12 +02:00
phl0
a0dcc152cf
Logbook view 2026-05-07 13:06:26 +02:00
phl0
fd6afa6a2c
QSO view and adding lib 2026-05-07 10:41:17 +02:00
int2001
e102f945b2
Fix Bug with empty (null) prop_mode 2026-03-31 19:08:59 +00:00
phl0
8c6779e482
Check a little more specific 2026-03-18 09:00:48 +01:00
phl0
c92c297bc6
Fix more return checks for list_logbook_relationships 2026-03-15 11:03:29 +01:00
int2001
d64707f257
Simplify lookup from previous QSOs 2026-02-25 10:36:27 +00:00
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