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
Andreas Kristiansen
27d3e79af5
[Awards] WPX added
2025-09-27 12:09:09 +02:00
phl0
c5c531b11a
Show worked / confirmed grids of active station logbook in hams.at list
2025-09-25 15:57:36 +02:00
Aaron Griffith
62b5fc3e40
fix QSO panel when using a date format with commas
...
Commas are not an allowed URI character, and so they need to be
replaced with a URI-safe stand in before being used. Of the default
URI-safe characters, only '~%:\' are not used yet. I chose to use '%'
as it seems the least likely to be used in any future date formats.
Closes #2343 .
2025-09-24 08:43:58 -04:00
Florian (DF2ET)
c1b8fafb7a
Merge pull request #2339 from szporwolik/dev
...
HAMqsl integration & Solar/Propagation information can be displayed at the dashboard
2025-09-24 13:18:40 +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
int2001
31bb96500f
derive wked/cnfm badge out of DXCC-ID instead of string
2025-09-24 07:10:02 +00:00
phl0
08f8e28e10
Show VUCC_GRIDS in case GRIDSQUARE is empty
2025-09-23 15:03: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
a40d5e46f8
Fix last update for HAMqsl cron job
2025-09-22 20:57:04 +02:00
Szymon Porwolik
06d72c5867
Adds download of HF Propagation and Solar Data from HamQSL
2025-09-22 20:17:17 +02:00
phl0
ace587ac2f
Basics for LoTW confirmations of CNTY
2025-09-16 20:49:11 +02: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