Commit Graph

1918 Commits

Author SHA1 Message Date
int2001
2d040f7f3d Fixed disabling, since we have to deal with multiple station_locations here 2024-06-06 09:06:54 +00:00
int2001
5fa8c29798 Whitepacing at that section 2024-06-04 04:43:27 +00:00
int2001
944ec0d12d Lock Account also at download 2024-06-04 04:39:13 +00:00
Joerg (DJ7NT)
96d0eb73f2 Merge pull request #444 from int2001/deactivate_cl_on_error
Deactivate Clublog-Upload on Reject to prevent being blacklisted at CL
2024-06-03 16:45:06 +02:00
int2001
be23c02930 Added rejection-case for wrong-credentials 2024-06-03 14:28:10 +00:00
HB9HIL
e672f1d72a comment 2024-06-03 08:43:38 +02:00
HB9HIL
8769858da6 $CI to $this 2024-06-03 08:13:56 +02:00
HB9HIL
fabb8d825c format code 2024-06-03 07:46:00 +02:00
HB9HIL
6cf405e0bd move the first functions 2024-06-03 07:45:22 +02:00
int2001
66dea839ba Reformat so files fits into rest of project-structure 2024-06-02 10:21:45 +00:00
int2001
8090d97dac Deactivate Clublog-Upload for station if it is rejected (prevent blacklisting) 2024-06-02 10:20:22 +00:00
int2001
3511969c40 Recheck QSOs in Logbook was broken / this fixes it (+ little tuning) 2024-05-30 06:18:11 +00:00
phl0
7592744620 We should use 1970 here (Unix time stimp 0) 2024-05-29 13:24:35 +02:00
HB9HIL
2f63da67ab Merge branch 'fix_cia' into date_comparison 2024-05-29 07:14:10 +02:00
HB9HIL
0fad103825 better comparison 2024-05-29 07:12:04 +02:00
int2001
9ab2d196a2 Fix last_seen (Compare Timestamp instead of seconds after full minute) 2024-05-29 04:22:19 +00:00
Joerg (DJ7NT)
2a3404ca44 Update Logbook_model.php
Removed accidently replaced columns with `*`
2024-05-28 07:12:38 +02:00
HB9HIL
980b53e061 Merge branch 'dev' into clublog 2024-05-27 20:25:52 +02:00
Joerg (DJ7NT)
dc2b09d7d4 Merge branch 'dev' into import_speed 2024-05-27 16:22:45 +02:00
HB9HIL
6962b1ad5f Merge branch 'dev' into hide_time 2024-05-27 09:54:58 +02:00
HB9HIL
e2d338fa59 Merge branch 'dev' into clublog 2024-05-27 09:54:46 +02:00
Joerg (DJ7NT)
843501c4e1 Merge branch 'dev' into import_speed 2024-05-27 07:18:29 +02:00
phl0
2ff173f659 Show time category only if time is actually shown
Also use default date format from config
2024-05-27 07:00:30 +02:00
phl0
8603c1f2b5 Hide time based on config 2024-05-27 06:59:38 +02:00
phl0
55093f52de Show time as H:i as in all other places 2024-05-27 06:57:54 +02:00
phl0
7a9af010dc Fix code formatting 2024-05-27 06:57:03 +02:00
HB9HIL
efa53522d4 Merge remote-tracking branch 'upstream/dev' into clublog 2024-05-26 18:10:15 +02:00
HB9HIL
1eed1f17ec Merge remote-tracking branch 'upstream/dev' into activators 2024-05-26 18:09:50 +02:00
int2001
090c62fece BugFix (Take 1st Element of Mode-Array) 2024-05-26 11:41:53 +00:00
int2001
310362e96c Reduced more queries (DXCC Speedup) 2024-05-26 10:52:05 +00:00
Andreas Kristiansen
52c54ae210 Merge branch 'import_speed' into import_speed 2024-05-26 08:45:22 +02:00
int2001
c26beab69c More reduction. Instead of querying DXCC in a loop, fetch them via like 2024-05-26 06:38:19 +00:00
int2001
57bdafe2c0 Reduce load produced by the "CIA"-Function 2024-05-26 06:02:51 +00:00
int2001
3e9318b88a Cache more results (reduces 400 Calls on 400 QSOs) 2024-05-26 05:37:46 +00:00
int2001
5be9caa2c5 Refactored MODES to use ONE SQL in Constructor (reduces SQLs) 2024-05-26 05:13:11 +00:00
Andreas Kristiansen
2ff5775a84 Remove one db call for each page load 2024-05-25 21:24:35 +02:00
HB9HIL
3929e11710 Merge remote-tracking branch 'upstream/dev' into hide_time 2024-05-25 19:57:24 +02:00
HB9HIL
6d1338f429 hide time in public view and show in user dateformat in dashboard 2024-05-25 19:57:00 +02:00
Andreas Kristiansen
ee63c90d62 Tweaking db calls for speed 2024-05-25 10:00:23 +02:00
HB9HIL
1feac9389e moved upload and download to clublog model 2024-05-25 09:41:27 +02:00
Andreas Kristiansen
2088db7ba2 LBA QSO coordinate fix added 2024-05-25 08:23:26 +02:00
HB9HIL
6d25a7bc44 pretty sql 2024-05-24 22:17:12 +02:00
HB9HIL
fc78ac132d we can call qso_details_ajax instead 2024-05-24 22:01:38 +02:00
HB9HIL
c9a3e1d9e2 $CI to $this 2024-05-24 20:50:17 +02:00
HB9HIL
dc94d47106 formatted code 2024-05-24 20:49:18 +02:00
Andreas Kristiansen
6b985915a4 VUCC band speedup 2024-05-24 12:23:59 +02:00
Andreas Kristiansen
0381d00031 Reduced number of queries in LBA 2024-05-24 11:25:44 +02:00
Andreas Kristiansen
8acccc4a82 Decrease db queries for dashboard rendering 2024-05-24 10:40:48 +02:00
int2001
2841054772 Strip LAT/LON - HamQTH provides longer values sometimes 2024-05-23 06:54:21 +00:00
Andreas Kristiansen
076f1132f1 Added contest name 2024-05-22 20:26:33 +02:00