Commit Graph

1523 Commits

Author SHA1 Message Date
HB9HIL
8461016148 last_seen api key use 2024-01-13 18:17:35 +01:00
int2001
ef5ea4498d Removed Bug at clublog-model where OR wasn't grouped 2024-01-13 11:30:53 +00:00
Joerg
74813d2702 Merge pull request #86 from int2001/otf_adif
OTF Zipping at ADIF-Upload
2024-01-12 17:13:00 +01:00
int2001
d9502f312f Added session_write_close() to uploader, so it won't block other activities any longer 2024-01-12 15:51:16 +00:00
Joerg
082103878b Merge pull request #85 from int2001/fixContestRace
Fix contest Raceconditions
2024-01-12 11:25:29 +01:00
Joerg
c02fa700fe Merge pull request #83 from int2001/prevent_sql_inject
Prevent sql injects
2024-01-12 09:35:53 +01:00
HB9HIL
3f9f86b3a9 removed comment from deleted function 2024-01-12 09:26:20 +01:00
int2001
445ecf411b Fix various Contest-Race-Conditions 2024-01-11 07:27:52 +00:00
int2001
7ba5b7c258 Set Activatorscount to 0 (instead of null) when no QSO was made yet 2024-01-11 05:28:23 +00:00
int2001
f6ddbe1a69 Fill array with at least one fake value if there's no relation found 2024-01-11 05:25:52 +00:00
int2001
833fd68b2a Removed never used (dangerous!) functions, where one can inject SQL to 2024-01-10 20:16:22 +00:00
int2001
237eb0c204 Literal to Bind at get_entity 2024-01-10 20:09:42 +00:00
HB9HIL
4d49d9a352 admin last qso in user list 2024-01-08 18:16:07 +01:00
HB9HIL
c5b4ff21da Merge pull request #74 from AndreasK79/rac_award 2024-01-08 13:33:46 +01:00
Andreas
f49869fccd Added translation to menu and fixed insert into bandxuser on new users 2024-01-08 12:23:32 +01:00
HB9HIL
be205604c0 replaced set last_seen 2024-01-08 12:11:22 +01:00
Andreas
706243aeaf Merge branch 'active_development' into rac_award 2024-01-08 10:43:56 +01:00
Andreas
f9dbaad0ea [Awards] Added RAC 2024-01-08 10:17:53 +01:00
HB9HIL
d1fa61cacf change last_login to last_seen 2024-01-08 09:17:09 +01:00
HB9HIL
31a87800c1 added user info in admin user list 2024-01-07 23:44:17 +01:00
Andreas
1e31f6e6bb Fix for WAJA in the bands, activated POTA link 2024-01-06 14:12:54 +01:00
HB9HIL
ba4744b786 revert 2024-01-04 21:48:06 +01:00
Hugo Silva
b8b1993b0d Retry QRZ.com for compound callsigns 2024-01-03 14:46:33 +00:00
HB9HIL
7096a8a665 Merge remote-tracking branch 'upstream/dev' into more_admin_info 2024-01-01 14:15:04 +01:00
int2001
f1a7644c9b Fix PHP-Error at DXCC-Summary (Add QSO, bottom) if logbook is empty 2024-01-01 09:50:29 +00:00
HB9HIL
b5ebad2db8 Merge remote-tracking branch 'upstream/dev' into more_admin_info 2024-01-01 02:44:39 +01:00
HB9HIL
1697e9863f set last login timestamp when login 2024-01-01 02:08:12 +01:00
phl0
eee64ee8e8 Fix details for grids with DXCC none 2024-01-01 01:06:04 +01:00
int2001
48838c4365 Added absolute Time of last-qso to "worked before" banner 2023-12-31 06:55:25 +00:00
int2001
70db88b521 Added time of "Worked before" in Contest-Section 2023-12-30 20:17:24 +00:00
int2001
f102e7efd4 Not only check structure, check validity of Grid also 2023-12-30 14:03:51 +00:00
int2001
c49b8e2163 Check VUCC_GRIDs and gridsquare for structual integrity at import 2023-12-30 06:15:20 +00:00
int2001
314fe3a948 reformatted 2023-12-29 08:28:34 +00:00
int2001
4089e6e3e8 Take care of LINKED-Profiles when counting last QSOs 2023-12-29 08:23:36 +00:00
int2001
748274e711 Show times worked on "bare-call" in previous section 2023-12-29 06:41:45 +00:00
abarrau
fb21c33a1a remove /map (not used) 2023-12-27 20:10:45 +01:00
abarrau
d8f007fb74 Merge remote-tracking branch 'upstream/dev' into map-simplify-centralize-json-call 2023-12-21 08:50:58 +01:00
abarrau
30fd69d805 fix for confirm QSL 2023-12-21 08:37:29 +01:00
int2001
b96d1a7498 Add missing space 2023-12-20 07:45:30 +00:00
abarrau
348dcbb0f9 Merge remote-tracking branch 'upstream/dev' into map-simplify-centralize-json-call 2023-12-19 22:52:33 +01:00
phl0
628c08b2dd Sometimes JA prefs are one digit only... 2023-12-18 23:43:03 +01:00
abarrau
617279f32b Merge remote-tracking branch 'upstream/dev' into map-simplify-centralize-json-call 2023-12-18 18:55:41 +01:00
int2001
d5dda2ef99 Reordered processing of incoming QSOs here. 1st check for dupes afterwards other logic 2023-12-18 08:51:47 +00:00
int2001
3c44382f23 TuneUp Import by creating INDEX on DXCC-Tables and altering logic 2023-12-17 10:24:13 +00:00
int2001
412e74f027 2nd try to speed up importer 2023-12-17 09:01:09 +00:00
int2001
7c9b678b8a Catch "invalid token" 2023-12-16 12:53:14 +00:00
HB9HIL
09bdac5428 Merge remote-tracking branch 'upstream/dev' into fix_hrdlog_upload 2023-12-16 08:14:57 +01:00
HB9HIL
1fd5b75076 add check if username is not empty 2023-12-16 07:48:19 +01:00
HB9HIL
fc793a1160 added hrdlog_username 2023-12-15 23:04:34 +01:00
phl0
d1a652b972 Fix empty QRZ QSL stats on fresh install 2023-12-15 21:17:17 +01:00