Commit Graph

3437 Commits

Author SHA1 Message Date
Andreas Kristiansen
8147fecd04 Merge pull request #2432 from AndreasK79/winkey_fix 2025-10-24 17:55:54 +02:00
Andreas Kristiansen
9e76830455 Fix my_call replacement 2025-10-24 16:15:44 +02:00
phl0
2fda94357e Add QSO end date expiry to dashbaord banner as well 2025-10-24 11:23:58 +02:00
phl0
124b0c7e53 Add warnings about QSO dates to (manual) LoTW sync output 2025-10-24 10:43:42 +02:00
Andreas Kristiansen
63814d05d2 Adding defaults 2025-10-23 18:50:49 +02:00
Andreas Kristiansen
d1aabdd8bf Adding bootstrap multi select to dxcc dropdown 2025-10-22 16:41:20 +02:00
Andreas Kristiansen
f8b68f9075 Fix 6 chars 2025-10-20 16:04:49 +02:00
Andreas Kristiansen
55230aa56d Fix vucc grids 2025-10-20 15:47:55 +02:00
Andreas Kristiansen
30143a3b32 Refactor to fetch grids only one time 2025-10-20 15:36:37 +02:00
Andreas Kristiansen
a4e59fab9a Added CQ/ITU to mapinfo 2025-10-20 09:10:24 +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
e5dab05b02 Added cron job and debug button 2025-10-19 08:00:31 +02:00
Andreas Kristiansen
0ba4c8bd9c [Gridmap] Added country grids 2025-10-18 19:36:17 +02:00
phl0
22cdb2c16b Cover empty user options 2025-10-15 19:35:23 +02:00
Andreas Kristiansen
4d0a9af624 [Winkey] Added 5 more macros 2025-10-15 14:32:48 +02:00
Andreas Kristiansen
d9dd7a8827 Fix band logic 2025-10-14 18:29:01 +02:00
Andreas Kristiansen
e9ec44396a Merge branch 'dev' into wpx_award 2025-10-14 09:37:55 +02:00
Andreas Kristiansen
386d91a6e9 Speed 2025-10-14 08:13:58 +02:00
HB9HIL
31715d0adf make sure we also catch uppercase values in http headers for https check 2025-10-10 21:48:44 +02:00
Joerg (DJ7NT)
5e68d5d342 Merge pull request #2394 from int2001/clubcalypse2
Clubcalypse2
2025-10-09 18:19:43 +02:00
Florian (DF2ET)
62a733ba1f Merge pull request #2347 from agrif/comma-dates
fix QSO panel when using a date format with commas
2025-10-09 08:41:33 +02:00
Joerg (DJ7NT)
3ed9e8d987 Merge pull request #2390 from int2001/dupecheck_calrify
Clarify DupeCheck internally
2025-10-08 22:21:34 +02:00
Joerg (DJ7NT)
c514996ef0 Merge pull request #2384 from int2001/lax_cors4webapps
Lax CORS-Logic for radio-API
2025-10-08 22:21:08 +02:00
int2001
4936633a8d Stop Download immediatly if we're victom of the ban 2025-10-07 17:41:07 +00:00
int2001
189f1797c0 Force User to enter mailadress instead of call 2025-10-07 06:38:09 +00: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
Andreas Kristiansen
d0d9722e4e Merge branch 'dev' into wpx_award 2025-10-05 19:21:08 +02:00
int2001
fd4d83e488 Deprecated at PHP 8.2 2025-10-05 10:16:24 +00:00
Joerg (DJ7NT)
7488870a24 Merge pull request #2376 from int2001/fence_update
Lock-Mechanism for making sure a job runs only once
2025-10-05 11:59:35 +02:00
int2001
bec80d5e68 Add (current) streak to motivation Banner 2025-10-04 05:03:03 +00:00
int2001
a5eb96cf01 HoN 2025-10-03 18:43:37 +00:00
int2001
3b31670482 LOTW-SATs 2025-10-03 18:42:14 +00:00
int2001
84acd82fc3 TLE 2025-10-03 18:40:39 +00:00
int2001
d6d4ab98eb POTA 2025-10-03 18:39:13 +00:00
int2001
70c40317b2 HamQSL 2025-10-03 18:38:02 +00:00
int2001
3a114a08be WWFF 2025-10-03 18:37:10 +00:00
int2001
626175675f SOTA 2025-10-03 18:35:16 +00:00
int2001
7fa03f2035 DOK Updater 2025-10-03 18:33:00 +00:00
int2001
2e59e069ec And for LOTW-Users 2025-10-03 18:30:01 +00:00
int2001
42713e9ad2 Same for Updating SCP from Clublog 2025-10-03 18:26:57 +00:00
int2001
688188fbb9 Implemented lock-mechansism for DXCC-Update 2025-10-03 18:14:59 +00:00
int2001
bbacf9396f make several internal functions private (as they're never called from outside) 2025-10-03 17:51:48 +00:00
Andreas Kristiansen
1b66ef21b6 Merge branch 'dev' into wpx_award 2025-10-03 08:04:03 +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
phl0
fdbd7955e8 Skip calculations for sats without TLE 2025-10-02 15:10:11 +02:00
HB9HIL
a0663ea2a4 remove redundant code 2025-09-30 08:25:15 +02:00
Andreas Kristiansen
a4dc83dde3 Merge branch 'dev' into wpx_award 2025-09-29 12:44:08 +02:00
int2001
e18abd3962 Set custom header (which can be processed by reverse proxy) 2025-09-27 10:41:13 +00:00