提交图

1234 提交

作者 SHA1 备注 提交日期
Peter Goodhall
eb8e4c0971 removed unneeded code 2020-08-26 21:23:28 +01:00
Peter Goodhall
91c172f315 Update Last_Upload field inside lotw_cert table when tq8 upload is successful 2020-08-26 21:20:58 +01:00
Peter Goodhall
25f620a486 Builds and uploads TQ8 File to LOTW, Marks QSOs as sent to LOTW if successful 2020-08-26 21:04:17 +01:00
Peter Goodhall
94f3060419 Adds main cert & fixes some typos 2020-08-26 16:31:35 +01:00
Peter Goodhall
02f0a741b5 Update adif_export.php 2020-08-25 22:55:24 +01:00
Peter Goodhall
042475a989 ADIF Export for LOTW ready for signing 2020-08-25 17:50:52 +01:00
Peter Goodhall
047636b674 Basics for ADIF TQ8 headers added based on database info 2020-08-25 15:53:20 +01:00
Peter Goodhall
f9448bddb2 Started code to read station profiles and find matching certs 2020-08-22 22:26:04 +01:00
Peter Goodhall
fade52b18e Added intro to uploading p12 and padlock icon 2020-08-17 21:38:16 +01:00
Peter Goodhall
5179a72c37 Added Last Upload DataTime field to LoTW_certs table to store when last sync took place 2020-08-17 17:09:00 +01:00
Peter Goodhall
90831f407b Added all the parts to allow uploading p12 files into Cloudlog plus storing the data 2020-08-17 17:02:54 +01:00
Peter Goodhall
7852fbe6d1 Code to create PEM output and read cert data 2020-08-13 23:34:10 +01:00
Peter Goodhall
fc3ea9fff1 Code to read p12 and get pem 2020-08-13 23:03:25 +01:00
Peter Goodhall
c780de0b7d Code comments because its a nightmare without them 2020-08-13 17:28:22 +01:00
Peter Goodhall
1296656dd6 Created the start of the frontend to display uploaded certificates. 2020-08-13 17:24:07 +01:00
Peter Goodhall
c86d95af60 Created an "lotw_certs" table to hold p12 cert data for lotw sync 2020-08-13 16:43:07 +01:00
Peter Goodhall
2e266f3412 auto load the lotw config file 2020-08-13 00:17:12 +01:00
Peter Goodhall
66f40bc0eb forgot the discription its late. 2020-08-13 00:15:23 +01:00
Peter Goodhall
adc4f896d3 Created an LOTW config file. 2020-08-13 00:14:44 +01:00
Peter Goodhall
5f2542e9f1 example of singing a QSO properly for lotw upload. 2020-08-12 23:53:24 +01:00
Peter Goodhall
03b25d00d5 Fixed backup features 2020-08-10 23:26:02 +01:00
Peter Goodhall
65ec84a982 Update exportsat.php 2020-08-10 23:16:00 +01:00
Peter Goodhall
38b34538be Update exportall.php 2020-08-10 23:14:42 +01:00
Peter Goodhall
9368dfb55f Removed some spacing 2020-08-10 23:12:05 +01:00
Peter Goodhall
89054af0ea Import the state from LoTW if its provided #561 2020-08-10 23:07:55 +01:00
Peter Goodhall
65f7ae92cf Fixes #541 TX PWR period issue on import 2020-08-10 22:44:49 +01:00
Peter Goodhall
fc1430f86a Adds BAND_RX, FREQ_RX, SOTA_REF
Fixes #547 SOTA Ref missing on ADIF export
2020-08-10 22:24:01 +01:00
Peter Goodhall
d97ef43972 Fixes #555 STATE is always imported in uppercase 2020-08-10 22:03:38 +01:00
Peter Goodhall
be2b5e4fdc
Removed QSO_Random Cloudlog on import
Fixes #558 Cloudlog doesn't handle QSO Random its mishandled a by a lot of applications.
2020-08-09 18:13:52 +01:00
Peter Goodhall
7485b9d3b4
Merge pull request #571 from AndreasK79/qrz_upload_error_logging
Added a bit better error handling. Writing errors to logfile now, if …
2020-08-08 17:50:22 +01:00
AndreasK79
059246922b Added Canadian provinces to state in Station Profile. Fixes #569 2020-08-08 16:01:19 +02:00
AndreasK79
0fbacec258 Added showing of error messages in GUI when uploading to QRZ.com 2020-08-08 15:52:59 +02:00
AndreasK79
cea2cb3ea8 Added a bit better error handling. Writing errors to logfile now, if turned on in config. 2020-08-08 08:47:02 +02:00
Peter Goodhall
ddfb3f5958
Merge pull request #554 from joshuarubin/no-auth-to-update-lotw-users
don't require auth to update lotw users
2020-08-06 11:51:58 +01:00
Peter Goodhall
427cd64c65
Merge pull request #562 from jtmnt/master
use measurement_base for distance calculation in views/view_log/qso.php
2020-08-06 11:51:27 +01:00
Kim - DG9VH
ab8876c883
Added 6cm into band selectbox
6cm was not listed...
2020-07-24 20:48:08 +02:00
es2ice
0d2daee7eb use measurement_base for distance calculation 2020-07-16 22:53:24 +03:00
Joshua Rubin
d118f0f3d2
don't require auth to update lotw users
required for cron

Signed-off-by: Joshua Rubin <me@jawa.dev>
2020-07-01 00:34:51 -06:00
Peter Goodhall
36621b1e23
Merge pull request #550 from dg9vh/patch-7
Correcting QSL-count-behavior
2020-06-26 13:46:48 +01:00
Kim - DG9VH
eacabceec0
Correcting QSL-count-behavior
There was a bug in counting QSL-cards send, received and requested (by request or queue) for printing...

Looked like a c&p-bug, now corrected.
2020-06-26 14:05:42 +02:00
Kim - DG9VH
13e6b66d54
Fixed confusing behavior...
... when clicking on the "Mark imported/exported QSOs as uploaded to LoTW"... orifinally clicking on the export-label sets the marker on import, which was a bug by doublicated IDs on the HTML-entities.
2020-06-26 13:43:44 +02:00
AndreasK79
62e961747d Added option for adif export to only export those not flagged as exported. 2020-06-23 09:22:37 +02:00
Peter Goodhall
797fd6db58 Cleaned up eQSL import screen 2020-06-17 15:17:46 +01:00
Peter Goodhall
5732cba6cc Testing new checkbox layout 2020-06-17 15:11:05 +01:00
Peter Goodhall
a441377f19 Cleaned up the LoTW import screen 2020-06-17 15:05:21 +01:00
Peter Goodhall
008ff154ed Changed QSO window pin to red dot. 2020-06-17 14:49:04 +01:00
Peter Goodhall
6d84a760b9 Changed QSO View Map pin to round dot 2020-06-17 14:37:17 +01:00
Peter Goodhall
94bef8da3a Changed Map icon to round dot on dashboard and logbook 2020-06-15 16:59:27 +01:00
Peter Goodhall
2393954b99
Merge pull request #537 from mbridak/fix_dxcc_exceptions
Fix calls showing in the wrong dxcc region.
2020-06-13 15:37:01 +01:00
Michael Bridak
cabe79a664
Fix calls showing in the wrong dxcc region.
Added checks to dxcc_exceptons.
2020-06-12 18:11:42 -07:00