Commit graph

71 commits

Author SHA1 Message Date
Andreas Kristiansen
b4bcf855ca Removed dead code 2026-08-03 13:25:02 +02:00
Andreas Kristiansen
4e06d5e5ed [POTA and SOTA] Added DB tables for use in the map 2026-08-03 09:43:58 +02:00
int2001
5df32ff515
Add Map to Award/WWFF 2026-08-01 07:17:56 +00:00
int2001
2a25b4360d
Populate wwff-dict instant after migration 2026-08-01 06:55:31 +00:00
int2001
7cb96a7778
Get Rid of wwff.txt file. we've a database 2026-08-01 06:37:57 +00:00
HB9HIL
f87a97e2e4
catch undefined variable 2026-07-11 16:21:45 +02:00
int2001
02f1b9aae3
Add OMM Support to be future-proof 2026-06-20 08:15:49 +00:00
HB9HIL
8b9ce01d12
paths library is autoloaded 2026-06-11 23:19:13 +02:00
HB9HIL
8a8bb4d337 remove curl_close as it has no effect since php8.0 (https://www.php.net/manual/en/function.curl-close.php) 2026-01-26 10:41:29 +01:00
phl0
12dab22517
Only clear TLE for sats with name 2026-01-19 17:22:57 +01:00
Andreas Kristiansen
a38b8196d5 [VUCC file] Swap to github 2026-01-14 10:35:55 +01:00
phl0
4420c6a9df
Fix typos 2026-01-05 16:27:24 +01:00
phl0
4a43bc8214
Add log entry upon failing the alternate location 2026-01-05 16:26:30 +01:00
phl0
8c86aac5af
Implement a fallback in case tqsl repo fails 2026-01-05 16:02:14 +01:00
Andreas Kristiansen
31e398ca69 Batch insert 2025-10-19 08:52:58 +02:00
Andreas Kristiansen
76193f8626 Added time to update. 2025-10-19 08:34:45 +02:00
Andreas Kristiansen
f7b6317da2 Added lock file and messages 2025-10-19 08:26:27 +02:00
Andreas Kristiansen
554d171a78 Fix cron job naming 2025-10-19 08:12:11 +02:00
Andreas Kristiansen
0ba4c8bd9c [Gridmap] Added country grids 2025-10-18 19:36:17 +02:00
Andreas Kristiansen
386d91a6e9 Speed 2025-10-14 08:13:58 +02:00
phl0
a8eaa3f155
Check for length of at least one TLE set 2025-10-08 09:27:20 +02:00
phl0
9576f3d01f
Prevent clearing/updating TLEs if incoming file size is zero 2025-10-08 09:07:30 +02:00
phl0
b7a1cd6665
Remove deprecated (and non-effect) cURL option
See https://php.watch/versions/8.4/CURLOPT_BINARYTRANSFER-deprecated
2025-10-02 16:00:33 +02:00
phl0
39a6660d69
Clear TLEs in table before update so that re-entered birds get their
TLEs removed
2025-10-02 14:55:12 +02:00
int2001
907eab78a8
Set last_run properly 2025-09-27 05:00:25 +00:00
Szymon Porwolik
5c8433a36f Solar data from HAMsql - added curl 5 timeout 2025-09-24 09:51:56 +02:00
Szymon Porwolik
4af8205a44 Refactor hamqsl function to use cURL for fetching propagation data and improve error handling 2025-09-23 10:49:58 +02:00
Szymon Porwolik
06d72c5867 Adds download of HF Propagation and Solar Data from HamQSL 2025-09-22 20:17:17 +02:00
phl0
e7695b9736
Refactor LoTW users update and prevent table from being emptied if file
cannot be downloaded or is corrupt
2025-07-01 20:08:55 +02:00
Fabian Berg
25cbb212c8 php8.4 fixes 2025-04-28 13:22:18 +02:00
phl0
71ce29bf29
Correct implementation for mb_ functions 2025-04-17 08:37:30 +02:00
phl0
ee1b350c1f
Revert "Use mb functions to take care of encoding"
This reverts commit 4a1d7577a9.
2025-04-17 08:31:01 +02:00
phl0
4a1d7577a9
Use mb functions to take care of encoding 2025-04-17 08:28:31 +02:00
phl0
49fb944042
Remove some whitespace 2025-04-17 08:07:21 +02:00
phl0
480bb33c4f
Check all fields but error message only once per call 2025-04-17 07:55:49 +02:00
phl0
eec664d657
Truncate HoN input 2025-04-17 07:46:48 +02:00
phl0
215c852a36
Ignore callsigns with non-printable chars 2025-03-28 07:57:12 +01:00
int2001
eb51878e69
Take care of leftovers from chunk-inserting 2025-03-28 06:50:29 +00:00
int2001
5222ed0460
Check if there's data before truncating and parsing 2025-03-27 14:04:58 +00:00
int2001
78a02c2e60
A bit more security/sanitizing around it 2025-03-27 14:01:45 +00:00
int2001
3efbd52039
Make Hams Of Note configurable at Adminmenu 2025-03-27 11:17:42 +00:00
phl0
f4e93a11a4
Change URL as per recommendation by polo team 2025-03-22 22:16:38 +01:00
phl0
e3a163865f
Nice(r) view for the update results page 2025-03-21 12:10:32 +01:00
phl0
822329833b
Add timeout 2025-03-21 11:48:25 +01:00
phl0
4348f57226
Replace fopen by curl 2025-03-21 11:47:32 +01:00
phl0
34d60c9e41
Add display of hams of note 2025-03-21 11:01:54 +01:00
phl0
57dfe8cdf7
Match satellite's tles via NORAD catalogue id 2025-03-12 10:44:30 +01:00
phl0
c6088506fb
Reset auto_increment to 1 before re-inserting user data 2025-03-07 08:39:27 +01:00
HB9HIL
d375a9d671 use singular and plural here 2025-03-02 22:42:11 +01:00
phl0
b7f2526780
Improve readablility 2025-02-24 17:26:21 +01:00