Andreas Kristiansen
|
d9dd7a8827
|
Fix band logic
|
2025-10-14 18:29:01 +02:00 |
|
Andreas Kristiansen
|
2253c227a2
|
Show sat name
|
2025-10-14 17:48:03 +02:00 |
|
phl0
|
0f1e4ab518
|
Fix syntax
|
2025-10-14 14:53:17 +02:00 |
|
phl0
|
787c88b6db
|
sats is a string value and not boolean
|
2025-10-14 14:50:47 +02:00 |
|
Andreas Kristiansen
|
7f75156d95
|
Added sat name filter
|
2025-10-14 14:14:55 +02:00 |
|
Andreas Kristiansen
|
27f6fbe4d4
|
Fix band selection
|
2025-10-14 14:09:08 +02:00 |
|
phl0
|
399e2a79c1
|
Add link to QSOs
|
2025-10-14 12:28:15 +02:00 |
|
Andreas Kristiansen
|
c922dd7fa1
|
DB engine fixes
|
2025-10-14 10:58:22 +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 |
|
Joerg (DJ7NT)
|
5e68d5d342
|
Merge pull request #2394 from int2001/clubcalypse2
Clubcalypse2
|
2025-10-09 18:19:43 +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)
|
8ec54d693b
|
Merge pull request #2380 from int2001/sat_catch
Catch empty SAT-Field, if not provided but SAT-Mode engaged
|
2025-10-08 22:20:45 +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 |
|
int2001
|
f91e4a7406
|
Typo (Faied --> Failed) fixed
|
2025-10-08 06:41:49 +00:00 |
|
int2001
|
f722e1cd08
|
Added buildquery for Users who put specialchars in their creds
|
2025-10-08 05:10:05 +00:00 |
|
int2001
|
973a964656
|
Typo2
|
2025-10-08 04:33:13 +00:00 |
|
int2001
|
3736e8c2c9
|
Typo
|
2025-10-08 04:30:31 +00:00 |
|
int2001
|
9e4804c822
|
Typo
|
2025-10-07 17:55:05 +00:00 |
|
int2001
|
4936633a8d
|
Stop Download immediatly if we're victom of the ban
|
2025-10-07 17:41:07 +00:00 |
|
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 |
|
int2001
|
4ccec8ab68
|
Clarify DuperCheck internally
|
2025-10-07 04:11:50 +00:00 |
|
Andreas Kristiansen
|
d0d9722e4e
|
Merge branch 'dev' into wpx_award
|
2025-10-05 19:21:08 +02:00 |
|
int2001
|
ef5a7c119a
|
More stuff, where empty/null SAT-Name fails
|
2025-10-05 10:33:25 +00:00 |
|
int2001
|
12fc64bdb3
|
Catch b4 upload
|
2025-10-05 07:59:17 +00:00 |
|
int2001
|
cdbabf39dc
|
Catch empty SAT-Field, if not provided but SAT-Mode engaged
|
2025-10-05 07:30:29 +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 |
|
Andreas Kristiansen
|
1b66ef21b6
|
Merge branch 'dev' into wpx_award
|
2025-10-03 08:04:03 +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
|
a4dc83dde3
|
Merge branch 'dev' into wpx_award
|
2025-09-29 12:44:08 +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 |
|