Commit Graph

3053 Commits

Author SHA1 Message Date
int2001
28f2c7ddbc Logging improved 2025-10-07 17:01:34 +00:00
int2001
8d47e58ebb Duper Handling at singlepush 2025-10-07 16:45:21 +00:00
int2001
a42c2e5864 More Errormessages / Better logging 2025-10-07 16:32:14 +00:00
int2001
644080e4fb More strange/uncatched errors 2025-10-07 16:14:33 +00:00
int2001
8da0a0055b Typo 2025-10-07 15:59:32 +00:00
int2001
e3ce20b245 Mark Sent 2025-10-07 15:51:31 +00:00
int2001
63a326375a More new errormessages from Clublog 2025-10-07 15:42:36 +00:00
Andreas Kristiansen
f5eaaa131b [OQRS] Fix an error if you selected all for results in OQRS view 2025-10-04 17:41:04 +02:00
HB9HIL
cc6b86d4fd removed old code not used anywhere 2025-10-02 20:41:39 +02:00
Szymon Porwolik
b349755031 Notes overhaul: updated view of the notes, added "Contacts" category with required logic, first step for callsign sticky notes (#2362)
* feat(notes): initial overhaul of notes with improved view, contact category, and better forms/validation

* Notes: changes after draft PR review

- improved security, avoided writing to $_POST
- removing redundant $data variable passing
- cleanup of xss_clean usage
- changed to use existing callbook library instead new helper
- migrated to plain SQL
- changed name of the cat variable to category to avoid confusion
- fixed translation (multiple places)

* Translation of notes.js

* Deleted not needed line.

* Notes: Multiple fixes for after PR code review

* Update application/views/notes/add.php

Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>

* Layout improvmen of the error box suggested by phl0

* Add checking of note ownership during duplication.

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: improved translation of one of the strings

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix translation shall be using double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Note: translation shall use double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using sprintf

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Note: update -> translations shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: missing translation of the error message.

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix translation shall be using double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: translation of the error message

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: moved loading of the library out of the constructor

---------

Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-10-02 20:20:35 +02:00
int2001
023ff0d269 Made a mistake during last PR. Have to check BAND not record['band'] 2025-10-02 16:45:55 +00: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
41c9f281d2 SQL should check for empty TLEs indeed 2025-10-02 15:42:47 +02:00
phl0
3b00722177 Use tle column for decision wether TLEs exist 2025-10-02 15:39:20 +02:00
phl0
f971220685 Merge remote-tracking branch 'upstream/dev' into reenteredBirds 2025-10-02 15:15:20 +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
70c9cbbfbc ... 2025-10-01 17:46:41 +00:00
int2001
ed08ca0468 relocate fence after fre2band 2025-10-01 16:20:36 +00:00
int2001
8cdf3219d8 Fence // Don't import QSOs without a band 2025-10-01 16:05:59 +00:00
HB9HIL
a0663ea2a4 remove redundant code 2025-09-30 08:25:15 +02:00
Andreas Kristiansen
d2b5e80ede Merge pull request #2359 from AndreasK79/dxcc_filter_box
[DXCC Award] Added new filter style
2025-09-29 12:43:54 +02:00
Andreas Kristiansen
c4be7367f5 [DXCC Award] Added new filter style 2025-09-28 12:07:41 +02:00
Andreas Kristiansen
c1fc9ea2d6 Added column to adif import/export 2025-09-28 11:09:10 +02:00
int2001
907eab78a8 Set last_run properly 2025-09-27 05:00:25 +00:00
phl0
c4b29de6e9 Fix wrong logic on solar data session value 2025-09-26 17:04:51 +02:00
phl0
c5c531b11a Show worked / confirmed grids of active station logbook in hams.at list 2025-09-25 15:57:36 +02:00
Szymon Porwolik
a518eb8f55 Merge branch 'dev' into dev 2025-09-24 10:44:54 +02:00
Szymon Porwolik
487d52d105 User solar danel widget at the user dashboard shall be now be hidden by default. 2025-09-24 10:24:57 +02: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
phl0
d732afcad0 Allow the LBA edit functions to also modify QSL sent/rcvd 2025-09-23 10:18:22 +02:00
Szymon Porwolik
ad528539b4 New model: HAMqsl data with solar activity and propagation. User can display brief information of the solar activity at the Dashboard. Model can be re-used in various other places. 2025-09-23 00:33:52 +02:00
Szymon Porwolik
06d72c5867 Adds download of HF Propagation and Solar Data from HamQSL 2025-09-22 20:17:17 +02:00
Andreas Kristiansen
dbc1585e60 [Timeline] Fix missing submode in queries 2025-09-21 19:17:49 +02:00
Joerg (DJ7NT)
705fb5bc8a Merge pull request #2314 from iu2frl/dev 2025-09-15 14:41:08 +02:00
phl0
55fddf9c08 Display bands and freqs for SAT QSOs correctly 2025-09-15 08:48:55 +02:00
Luca
25df9c0490 Adding support for optional cat_url argument in api/radio endpoint 2025-09-14 20:25:25 +02:00
Florian (DF2ET)
bb9505363d Merge pull request #2307 from int2001/dcl_cnfms
Mark DCL-Confirmed QSOs as RCVD regardless of DOK
2025-09-13 21:50:34 +02:00
int2001
9597a02217 Mark DCL-Confirmed QSOs as RCVD regardless of DOK 2025-09-13 04:39:57 +00:00
DB4SCW
d6ff837163 add switch for band/freq 2025-09-12 11:36:49 +00:00
int2001
2a1cd6da4e Get Rid of CI-Syntax and implement timerange for DCL 2025-09-10 12:04:06 +00:00
phl0
6d36e4aba8 Set DCL RCVD in case of DOK import 2025-09-10 09:15:30 +02:00
DB4SCW
86a1e40d45 revert additional checks to not break compatibility. 2025-09-09 10:13:53 +00:00
DB4SCW
25f4edbff3 revert additional checks to not break compatibility. 2025-09-09 10:13:13 +00:00
DB4SCW
4f2afb98f5 change backend 2025-09-09 09:59:15 +00:00
phl0
1739b31831 Add DCL to QSL filters 2025-09-08 09:24:04 +02:00
Joerg (DJ7NT)
b6bcf3bba8 Merge pull request #2252 from int2001/dcl_frontend
DCL Connector
2025-09-06 12:34:28 +02:00
phl0
61eb0c440c Add POTA ref import function 2025-09-04 13:54:49 +02:00
int2001
afd09460aa Final-URL (still not 100% working // todos at DARC) 2025-09-04 05:29:30 +00:00
Joerg (DJ7NT)
df68d5d7c7 Merge branch 'dev' into dcl_frontend 2025-09-03 14:15:30 +02:00