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