Andreas Kristiansen
4c9f2c1eea
[Timeline] Fix for when mode is selected
2026-02-11 08:11:42 +01:00
Joerg (DJ7NT)
ec7c187a7c
Merge pull request #2916 from int2001/fix_orbit_filter
2026-02-07 12:04:44 +01:00
int2001
4878755933
Remove leftovers from refactor
2026-02-07 04:29:26 +00:00
int2001
c0596051df
Orbit for JSON-Result...
2026-02-06 17:23:21 +00:00
Joerg (DJ7NT)
2a1f1fd7ad
Merge pull request #2917 from int2001/fix_map_pagination
2026-02-06 17:02:24 +01:00
Joerg (DJ7NT)
2f2c11cc8a
Failsafeness
2026-02-06 12:22:15 +01:00
int2001
943635a717
Fix pagination/map
2026-02-06 10:43:37 +00:00
int2001
74edf6778c
Fix / Re-Add orbit at LBA
2026-02-06 08:15:06 +00:00
int2001
0b608f96f9
LBA optimizied
2026-02-05 13:13:44 +00:00
int2001
f2ce52cad5
join sat-table in PHP instead of DB. Huge performance booster
2026-02-05 12:35:27 +00:00
Andreas Kristiansen
1eb7bf7718
Merge pull request #2907 from AndreasK79/rac_speed
...
[Award] RAC speedup
2026-02-04 20:23:15 +01:00
Andreas Kristiansen
f611442a36
Fixed version check (had it flipped for testing purposes)
2026-02-04 16:16:34 +01:00
Andreas Kristiansen
0eab18c03a
[Accumulated Statistics] Changed query to use window functions for speed
2026-02-04 16:13:50 +01:00
Andreas Kristiansen
f6681be47a
Same with WAP and H26
2026-02-04 11:51:42 +01:00
Andreas Kristiansen
79f51cc5dc
[Award] RAC speedup
2026-02-04 11:38:04 +01:00
int2001
d00c1876e5
Combine dailystats with QSLs
2026-02-04 07:32:07 +00:00
int2001
7df15b054e
Combine Country-Breakdown
2026-02-04 07:09:26 +00:00
Joerg (DJ7NT)
6fbcf4aefa
Merge pull request #25 from HB9HIL/optim_qslbreakdown
...
optimizing qsl breakdown.. not much but a bit better
2026-02-04 07:17:26 +01:00
int2001
e2ad5d63da
Optimize VUCC-Queries
2026-02-04 05:53:20 +00:00
int2001
2a2c6d7abe
Optimize Yr/Mon/Day-Stat-SQL
2026-02-04 05:34:33 +00:00
HB9HIL
71f4d38e47
optimizing qsl breakdown.. not much but a bit better
2026-02-03 23:03:44 +01:00
Fabian Berg
980569ff22
Merge branch 'dev' into dxclustercache_fix
2026-02-03 13:24:42 +00:00
int2001
48751e3f2e
Optimize index-usage
2026-02-03 11:51:07 +00:00
HB9HIL
cf27d030b6
Use the same date format so we can benefit from the dxcc lookup cache
2026-02-03 00:25:00 +01:00
HB9HIL
c0c36a50d4
more cameCase to snake_case, defined function types and prefixed private functions with _, removed unused functions from old dxcluster
2026-02-02 23:07:45 +01:00
HB9HIL
4c4d5845e5
some methods were camelCase and some snake_case. made all snake_case as this is usual for our codebase
2026-02-02 22:44:44 +01:00
HB9HIL
c2d5079061
avoid loading the cache driver multiple times
2026-02-02 22:33:31 +01:00
HB9HIL
26d2a46c08
first fixes of dxclustercache since new cache driver handling
2026-02-02 22:07:00 +01:00
HB9HIL
201655524b
garbage collector as lib so we don't collide with the actual cache driver
2026-02-02 20:46:46 +01:00
HB9HIL
fbda15ff5b
cache clean works fine with file adapter. no need to hassle around with file handling
2026-02-02 16:28:44 +01:00
HB9HIL
2e9a2a6d2c
kiss
2026-02-02 14:57:35 +01:00
HB9HIL
3ed51b53e6
check for php extentions before calling the cache driver. this avoids unnecessarry errors
2026-02-02 14:11:51 +01:00
HB9HIL
02eccc6f1a
beta of cache debug view
2026-02-02 13:37:06 +01:00
HB9HIL
3699c63241
removed log_message for memcached stuff
2026-02-02 13:00:43 +01:00
HB9HIL
4d23c75781
alpha version of cache debug information
2026-02-02 11:39:51 +01:00
HB9HIL
0fa30b3962
Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/2888
2026-02-02 10:37:44 +01:00
Fabian Berg
45bb6f758a
Merge branch 'dev' into import_fixes
2026-02-02 07:41:41 +00:00
Andreas Kristiansen
2b46230a42
Avoid a null error
2026-02-02 07:54:24 +01:00
HB9HIL
9e19dec6bf
refactored the cache loader
...
- adjusted formatting to make it easier to read
- added the key prefix from config
- made everything failsafe since users don't have that configured by default
2026-02-01 20:21:14 +01:00
HB9HIL
3a2bce8646
make the cache adapter as config options and use them when calling the cache lib
2026-02-01 19:33:51 +01:00
Joerg (DJ7NT)
5af088306c
Merge pull request #2877 from int2001/create_single_station
...
Accept also single-stations on create_station
2026-02-01 18:43:14 +01:00
int2001
3fe22d6500
check if station_id is empty or null
2026-02-01 17:38:10 +00:00
HB9HIL
724defa2cc
implement config option to directly log into a club
2026-02-01 01:07:47 +01:00
HB9HIL
675c0a229c
@int2001 you know ;-)
2026-01-31 20:15:01 +01:00
HB9HIL
dc29d69e4e
stations model is already loaded at this point and Mh lib only needs to be loaded once in a session
2026-01-31 20:14:30 +01:00
HB9HIL
8ee1537c96
removed unused variable
2026-01-31 20:05:30 +01:00
HB9HIL
e2bcbfc84a
stations model is already loaded at this point
2026-01-31 20:04:39 +01:00
HB9HIL
af8918c3ff
if dxcc is set in the record we complete the array with data we got anyway
2026-01-31 20:00:22 +01:00
HB9HIL
df50101af4
don't load stations model on each iteration of import_bulk()
2026-01-31 19:46:21 +01:00
HB9HIL
4f67e27af6
fix array keys for dxcc data
2026-01-29 23:08:47 +01:00