Commit Graph

34 Commits

Author SHA1 Message Date
Andreas Kristiansen
653d0c0b4c [QRZ callbook] Add logging if http code not 200 2025-07-20 10:15:05 +02:00
phl0
99fef495ce Fetch email from callbook / last QSOs 2024-11-21 15:58:51 +01:00
phl0
de91e5dd05 Use slash for separating version and correct indent 2024-10-04 09:54:19 +02:00
int2001
8a7e073621 Set curl-Useragent for qrz-requests as recommended 2024-10-04 04:49:11 +00:00
phl0
695dbc2ea2 Lookup CQ zones in qrz/hamqth 2024-08-27 10:13:30 +02:00
phl0
63f385ccd1 Allow for ITU zone to be fetched from qrz lookup 2024-08-27 08:50:09 +02:00
HB9HIL
0eeb4b4ccb restore permissions 2024-07-10 16:40:16 +02:00
HB9HIL
1dfa0209d1 dunno why we used http here.... 2024-07-05 15:39:33 +02:00
HB9HIL
c28611e62f add possibility to return reduced data 2024-07-05 15:20:32 +02:00
HB9HIL
4116ce3482 drop some data if callsign contains pre- or suffix 2024-07-05 11:20:15 +02:00
HB9HIL
f991a848fc escape slash 2024-07-05 10:44:58 +02:00
Joerg (DJ7NT)
6236908a38 Hotfix: Added Timeout for QRZ 2024-04-04 11:58:48 +02:00
int2001
153f408a28 Make qrz-search more failsafe 2024-02-27 06:29:54 +00:00
HB9HIL
c3b0cfd568 fix callbook state data 2024-02-17 22:25:21 +01:00
int2001
97e87de210 Replace ALL lowercase occurences of cloudlog by wavelog 2024-01-17 14:13:23 +00:00
HB9HIL
5177239e23 fetched dxcc_id 2024-01-01 04:58:49 +01:00
phl0
87437ca1fb Pass error message given by qrz.com to the user 2023-11-11 21:30:45 +01:00
Peter Goodhall
563f3d5b69 [QRZ] Clean Gridsquare to allow only 8 character's max 2023-07-30 11:47:53 +01:00
Andreas
b76b1e97bf [QRZ] search use_fullname = false - brought over from mater 2022-04-10 17:23:38 +02:00
phl0
d7a23d23a4 Pull image from qrz.com and display in QSO log window 2022-04-03 10:28:36 +02:00
Jeremy Brown
791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
whyIsMyNameUsed
23c0e0115a Update Qrz.php
Not all character works for the qrz-password without urlencode.
2021-05-10 17:59:51 +02:00
Jeremy Brown
c896e5d909 When using fullname, the space was always inserted between first and last names even when no name was set. This now fixes issues #3 by triming the resultant string. 2020-11-13 13:43:33 -05:00
Jeremy Brown
ace8de82bf Fixes issues #1. Apparently the code I added broke it, and there was a different issue that was causing names not to save. 2020-11-13 13:30:37 -05:00
Jeremy Brown
80f4bc210c Escape names so that names with quotes in them work (aka, nicknames) 2020-11-13 08:01:30 -05:00
Jeremy Brown
30600ae220 Added support for a config flag to determine if we should get full names from qrz. Added error checking for this with the api for import as well. 2020-11-11 14:38:00 -05:00
Jeremy Brown
4064418942 Trying to get full names working correctly 2020-11-11 12:18:37 -05:00
Jeremy Brown
593db48556 Added exception handling when qrz or hamqth is not available/accessible. 2020-11-11 09:17:08 -05:00
Jeremy Brown
4d73a50ef6 Shows full name, but only when logged in (if available) 2020-11-10 20:25:26 -05:00
Peter Goodhall
7103d74635 Added State lookup for HamQTH and also added US country to returned data 2020-03-07 16:46:31 +00:00
Peter Goodhall
4ddaa36592 Automatically populate USA state from QRZ if its been supplied 2020-03-07 16:36:21 +00:00
Peter Goodhall
53728a851d Populate QSL Manager from QRZ in the QSL Via field on the QSO Page 2019-06-16 17:49:39 +01:00
Tobias Mädel
5a19437aed Fetch all callsign information in a single JSON request 2019-02-26 16:37:42 +01:00
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00