Commit Graph

162 Commits

Author SHA1 Message Date
int2001
4e9faddcfb DXCC-Lookup (API) accidently overwrites DXCC with previous QSOs 2026-02-18 18:46:46 +00:00
HB9HIL
de02672ab8 build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching 2026-02-17 14:11:11 +01:00
761ea241f7 reduce list_clubmembers data output, move key from request URI to POST data 2026-02-16 16:42:56 -07:00
132be04c09 remove ?> at end of file 2026-02-15 13:37:46 -07:00
kc9uhi
ac973e16d8 remove extra model load
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2026-02-15 12:01:03 -07:00
0291803862 unnecessary variable definition 2026-02-15 10:50:52 -07:00
7fe649b47b add list_clubmembers api endpoint 2026-02-15 10:38:22 -07:00
int2001
2a2c6d7abe Optimize Yr/Mon/Day-Stat-SQL 2026-02-04 05:34:33 +00:00
HB9HIL
9e19dec6bf refactored the cache loader
- adjusted formatting to make it easier to read
- added the key prefix from config
- made everything failsafe since users don't have that configured by default
2026-02-01 20:21:14 +01:00
HB9HIL
3a2bce8646 make the cache adapter as config options and use them when calling the cache lib 2026-02-01 19:33:51 +01:00
int2001
4ae7fd7b13 Accept also single-stations 2026-01-29 17:36:00 +00:00
Andreas Kristiansen
09e892fc33 [DXCC ID] All checking now goes via the class 2026-01-22 11:55:30 +01:00
Joerg (DJ7NT)
b3f60219af Update application/controllers/Api.php
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
2026-01-08 12:22:27 +01:00
int2001
8979ed4c0c Better Debugging 2026-01-07 07:50:00 +00:00
int2001
2ce1636786 Introduce (optional) Ratelimiting on API 2026-01-07 07:35:32 +00:00
int2001
e74e9ead0a Rename json-param to callbook 2026-01-07 06:49:35 +00:00
int2001
c626b4ae7a Typo 2026-01-07 06:17:28 +00:00
int2001
9173294ed9 Fetch callbook for api private_lookup if requested 2026-01-07 06:10:42 +00:00
int2001
f00ba98865 Prevent 500s when trying to access api with key=null 2026-01-04 15:48:44 +00:00
int2001
c7c6050ea6 Use DXCC-Class for API-Lookup (used for Cluster) 2026-01-01 13:51:49 +00:00
int2001
082671d8a8 Check Clublevel for station-creation 2025-12-13 07:54:08 +00:00
int2001
d22238ba74 Check operator more carefully on API 2025-12-13 07:27:04 +00:00
int2001
5e02b514ae Use central function to generate ADIF-Header 2025-12-05 08:01:12 +00:00
int2001
ad11abe84b Fix for API get_contacts_adif 2025-12-05 06:57:14 +00:00
int2001
fbfd7868ee Export/Show UUID on station_info 2025-11-27 13:07:20 +00:00
int2001
81fa97335c Minor one / accidently leftover 2025-11-27 12:53:04 +00:00
int2001
1edb73ac26 Better handling 2025-11-16 11:15:03 +00:00
int2001
ad417fd66f API implemented 2025-11-16 11:06:56 +00:00
phl0
7cb930f9da Handle slashed zero on ADIF import via API call 2025-11-14 11:26:10 +01:00
Joerg (DJ7NT)
3ed9e8d987 Merge pull request #2390 from int2001/dupecheck_calrify
Clarify DupeCheck internally
2025-10-08 22:21:34 +02:00
int2001
4ccec8ab68 Clarify DuperCheck internally 2025-10-07 04:11:50 +00:00
int2001
6765f0168a Lax CORS-Logic for radio-API, so WebApps are also allowed to set frequency 2025-10-06 10:56:23 +00:00
Joerg (DJ7NT)
705fb5bc8a Merge pull request #2314 from iu2frl/dev 2025-09-15 14:41:08 +02:00
Luca
4ab1350454 Refactor URL sanitization method callback_url to cat_url for consistency 2025-09-14 20:29:01 +02:00
Luca
25df9c0490 Adding support for optional cat_url argument in api/radio endpoint 2025-09-14 20:25:25 +02:00
Andreas Kristiansen
778f097c41 [API] Remove old code, not needed 2025-09-14 18:44:16 +02:00
Andreas Kristiansen
e4e662bc5b [Adif import] Now returns qso import count 2025-08-22 15:04:11 +02:00
int2001
4d7af4849c Added mapping for esoteric TRX (USB-D1 instead of USB, etc.) 2025-06-25 07:24:29 +00:00
Andreas Kristiansen
22e96cbeb2 Add key check 2025-05-29 10:09:38 +02:00
int2001
5ade631d92 Better debugging for 3rd party-apps 2025-04-25 14:42:35 +00:00
int2001
14e4986b5f Check key before doing hugee SQLs 2025-03-23 14:26:29 +00:00
int2001
9f2286b6ad Added RTTY-Translations for Yaesu and icom 2025-02-19 17:39:38 +00:00
Joerg (DJ7NT)
0abfcfe973 Added icom Reverse CW 2025-02-19 07:06:18 +01:00
Andreas Kristiansen
9e2d633326 [Cat API] Added CWU and CWL 2025-02-18 18:54:32 +01:00
Andreas Kristiansen
00134b7772 [API] Made api endpoint for wp plugin 2025-02-13 11:50:06 +01:00
phl0
7788fa2b45 Better replace \r\n\t only after <eor> and before the next tag 2025-02-08 21:16:33 +01:00
phl0
45ab0b551b Trim \r\n\t on ADIF before parsing JSON 2025-02-08 20:59:58 +01:00
HB9HIL
ee62f45acd init variable 2025-01-20 13:12:30 +01:00
Fabian Berg
9613e39703 Merge pull request #1459 from zone11/dev
Add API Endpoint to retrieve the version of Wavelog running
2025-01-05 12:27:20 +01:00
zone11
e8b1bc9249 Make it JSON in/out 2025-01-05 11:54:50 +01:00