Peter Goodhall
c6413fc755
Exclude archived LOTW certs from expiry checks
...
Added 'archived' => 0 to the queries in lotw_cert_expired and lotw_cert_expiring methods to ensure only active certificates are considered when checking for expired or expiring LOTW certificates.
2025-08-22 17:20:26 +01:00
Peter Goodhall
67a652bce6
Add archive status for LoTW certificates
...
Introduces an 'archived' boolean column to the lotw_certs table via migration, adds model and controller logic to toggle archive status, and updates the view to display and allow archiving/unarchiving of certificates. This enables users to mark LoTW certificates as archived for better management.
2025-08-22 17:15:51 +01:00
Hugo Silva
0c0e9219a3
When importing LOTW certs, consider full day for end date
2023-07-01 17:25:21 +01:00
phl0
828c7391ec
We need to update QSO dates on cert update as well
2023-05-21 18:18:58 +02:00
phl0
587a39ab83
Show badge and hints about deleted DXCCs
2023-04-26 22:39:09 +02:00
phl0
607a3a72d9
Use DXCC ID from LotW cert for uploads
2023-04-19 22:06:32 +02:00
phl0
19c72eb75a
Use DXCC ID from LotW certificate (rather than selecting DXCC manually)
2023-04-19 15:32:32 +02:00
Andreas
1c4c1694cc
[LoTW] Fixed typos
2023-03-30 12:33:09 +02:00
phl0
33ed61409b
Show warnings on dashboard and set deadline to 30 days
2022-12-23 14:49:03 +01:00
phl0
edd30a6bba
Fix typo
2022-08-26 16:24:28 +02:00
phl0
82321c791d
Import QSO start and end date from LotW certs
2022-08-24 12:16:41 +02:00
Andreas
1b2a88b355
Removed all constructors in models, since this doesn't work in never CodeIgniter
2021-11-06 20:24:28 +01:00
Peter Goodhall
5c22ead586
[LoTW][Sync] Small bug in the update code
2020-12-28 13:45:06 +00:00
Peter Goodhall
7abb6013fd
[LoTW][Sync] You can now select the DXCC for the p12 certificate on upload
2020-12-28 13:42:26 +00:00
Peter Goodhall
7e8be5e266
[LoTW][Upload] Make sure Station Profile and Cert DXCCs match
2020-12-26 12:08:43 +00:00
Peter Goodhall
249c659430
Adjusted lotw_cert query to stop group by error that some where seeing if MySQL Servers running in strict
2020-09-03 23:05:38 +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
94f3060419
Adds main cert & fixes some typos
2020-08-26 16:31:35 +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
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
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