Peter Goodhall
|
bfca0459db
|
[eQSL] Cleaned up code formatting
|
2024-05-15 22:24:39 +01:00 |
|
Patrick Burns
|
9b6127c9ab
|
remove storage functions from eqsl and use new helper instead
|
2024-04-02 17:01:17 -05:00 |
|
Peter Goodhall
|
e96d6ef3fc
|
Merge pull request #2961 from dg0tm/eqsl_fix_stationsid
add stations_id to eqsl functions
|
2024-02-08 10:39:10 +00:00 |
|
HB9HIL
|
0ab0df76f3
|
show flashdata if no station has eqsl nick
|
2024-02-05 22:01:29 +01:00 |
|
Christoph Kottke
|
c4df1467fc
|
add same fixes
* add proper error message
* improve usability
|
2024-02-05 22:01:07 +01:00 |
|
Christoph Kottke
|
1d11d00ea8
|
add stations_id to eqsl functions
|
2024-02-05 21:59:52 +01:00 |
|
abarrau
|
8dd5e956a7
|
fix for qslmsg with not accepted caracter
|
2023-11-30 23:43:50 +01:00 |
|
abarrau
|
a290c2749d
|
eqsl: add date force update
|
2023-10-02 20:47:25 +02:00 |
|
abarrau
|
72f0cffab5
|
Update Eqsl.php
correction for folderSize() function
|
2023-09-25 12:00:01 +02:00 |
|
Petr Kracík
|
059a0860af
|
eSQL: Security fix, use HTTPS to send password over the internet
Signed-off-by: Petr Kracík <petrkr@petrkr.net>
|
2023-08-29 17:58:22 +02:00 |
|
phl0
|
82b4e60beb
|
Tables in QSO upload and eQSL view should use differnent classes
Also adds clear button to eQSL view table
|
2023-08-15 22:23:11 +02:00 |
|
int2001
|
eaf9e9775e
|
BugFix: Initializes $error before using it
|
2023-07-18 14:32:17 +00:00 |
|
int2001
|
ca850adf22
|
Fixed #2238
|
2023-07-04 18:49:00 +00:00 |
|
Joerg
|
06215061d8
|
Update Eqsl.php
Fixed issue https://github.com/magicbug/Cloudlog/issues/2189
|
2023-06-23 23:08:01 +02:00 |
|
phl0
|
defe2321b2
|
Correct eQSL images folder name
|
2023-06-05 15:59:17 +02:00 |
|
phl0
|
791d359787
|
Make eQSL buld download fucntion backwards compatible
|
2023-05-22 12:58:03 +02:00 |
|
phl0
|
c139b5b7d2
|
Re-add accidentially deleted lib
|
2023-05-22 10:34:13 +02:00 |
|
phl0
|
6690a6553b
|
Revert "Accidentially removed needed lib"
This reverts commit 8d3a404a91.
|
2023-05-22 10:32:58 +02:00 |
|
phl0
|
b02c9c3411
|
Nicely format result table showing errors
|
2023-05-22 00:10:56 +02:00 |
|
phl0
|
b412c7c8cf
|
Only break on rate limit (otherwise coninue)
|
2023-05-18 21:25:12 +02:00 |
|
phl0
|
ee9408c7b7
|
Add download delay and error handling
|
2023-05-15 11:32:05 +02:00 |
|
phl0
|
8d3a404a91
|
Accidentially removed needed lib
|
2023-05-14 20:33:15 +02:00 |
|
phl0
|
7705cc8dcc
|
Add bulk download function for eqsl cards
|
2023-05-14 20:25:03 +02:00 |
|
phl0
|
322085d2f6
|
Refactor table and add View/Download button
|
2023-05-11 15:25:35 +02:00 |
|
phl0
|
9d77d199b4
|
Show table of not yet downloaded QSLs
|
2023-05-10 22:14:29 +02:00 |
|
phl0
|
c317a63236
|
Basics for a eQSL image download page
|
2023-05-10 21:36:46 +02:00 |
|
phl0
|
21562bffc4
|
Add eQSL card list/view
|
2023-05-10 16:03:30 +02:00 |
|
Andreas
|
be70b37f1e
|
[eQSL] Fix result table after upload
|
2023-05-08 07:59:51 +02:00 |
|
Andreas
|
10212d741f
|
[eQSL] Removed debug output. Also removed /upload, since this is all done in /sync
|
2023-05-08 07:48:02 +02:00 |
|
phl0
|
9731742156
|
Fix eQSL image download function
|
2023-05-07 18:03:50 +02:00 |
|
Andreas
|
91e199ae1f
|
[eQSL] Added missing userid, and corrected password variable
|
2023-05-07 09:31:45 +02:00 |
|
Andreas
|
be4614773d
|
[eQSL] Fixed a missing bracket
|
2023-05-07 09:20:05 +02:00 |
|
Andreas
|
2b68c7820f
|
[eQSL] Added some result from download CRON job
|
2023-05-06 11:40:55 +02:00 |
|
Andreas
|
678a33d452
|
[eQSL] Made CRON job for download, renamed to sync
|
2023-05-06 08:17:23 +02:00 |
|
Andreas
|
50e3b2bd5e
|
[eQSL] Removed user check from constructor to be able to run CRON
|
2023-05-05 16:50:17 +02:00 |
|
Andreas
|
30c78ccbbf
|
[eQSL] Fixed for loop
|
2023-05-05 14:29:45 +02:00 |
|
Andreas
|
c996f24ef1
|
[eQSL] Fixed error on upload - had to send additional variable to function
|
2023-05-05 13:26:10 +02:00 |
|
Andreas
|
ae543d8cc8
|
[eQSL] Fix typo in function call
|
2023-05-05 13:12:41 +02:00 |
|
Andreas
|
f7968ac35c
|
[eQSL] Fixed result table
|
2023-05-05 11:38:14 +02:00 |
|
Andreas
|
9c13e2408a
|
[eQSL] Added init to cron job
|
2023-05-05 11:16:48 +02:00 |
|
Andreas
|
3e0d920187
|
[eQSL] Removed duplication of code for table
|
2023-05-05 11:10:37 +02:00 |
|
Andreas
|
7d96662558
|
[eQSL] Added styles to table
|
2023-05-05 10:58:36 +02:00 |
|
Andreas
|
40412354e4
|
[eQSL] Added cron job
|
2023-05-05 09:34:32 +02:00 |
|
phl0
|
2b97d70c05
|
Apply custom date format to eqsl output
|
2022-11-30 14:57:24 +01:00 |
|
Alessio Caiazza
|
27a8d235fd
|
eQSL import from multiple QTH nicknames
|
2022-09-22 08:58:14 +02:00 |
|
Alessio Caiazza
|
ab14b85065
|
Fix eQSL upload for linked account
When uploading QSOs for a linked account the username must match the
station callsign. i.e. when operating portable it should be callsign/p
|
2022-08-19 08:44:15 +02:00 |
|
Peter Goodhall
|
1b44705137
|
Fixed typo
|
2022-07-03 17:47:57 +01:00 |
|
Peter Goodhall
|
fdf32bfa5c
|
Fixes issue with submode causing errors with eQSL display if not present
|
2022-07-03 17:11:58 +01:00 |
|
Peter Goodhall
|
bdb94a22f3
|
Fixes error when submode isn't present when displaying the table
|
2022-07-03 17:08:34 +01:00 |
|
Kim - DG9VH
|
4412196543
|
Show and export submodes
submodes where not shown and not exported to eqsl, to fix this, this changes are pushed
|
2022-06-30 19:32:29 +02:00 |
|