Commit Graph

3836 Commits

Author SHA1 Message Date
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
HB9HIL
ec1dd936e3 invalidate dxcc cache on dxcc update 2026-02-17 14:13:49 +01:00
HB9HIL
de02672ab8 build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching 2026-02-17 14:11:11 +01:00
int2001
2d48240d39 Don't stop upload because End of QSO-Date was reached 2026-02-17 09:33:39 +00:00
Fabian Berg
4f99ca860f Merge pull request #2954 from kc9uhi/api2-add-list_clubmembers 2026-02-17 06:45:27 +01:00
761ea241f7 reduce list_clubmembers data output, move key from request URI to POST data 2026-02-16 16:42:56 -07:00
HB9HIL
f2215ef479 bandmap/index does not exist anymore 2026-02-16 08:43:10 +01:00
HB9HIL
359441646b make dxcluster refresh time configurable 2026-02-16 08:38:21 +01:00
132be04c09 remove ?> at end of file 2026-02-15 13:37:46 -07:00
kc9uhi
43e9088001 Merge branch 'dev' into api2-add-list_clubmembers 2026-02-15 12:01:16 -07:00
kc9uhi
ac973e16d8 remove extra model load
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2026-02-15 12:01:03 -07:00
Fabian Berg
18529529ab typo
thx @int2001

Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-02-15 19:20:33 +01:00
HB9HIL
f892787c8b adjusted translations 2026-02-15 19:05:53 +01:00
HB9HIL
ab196adfdc catch edgecase if an operator directly logs into a clubstation 2026-02-15 19:00:43 +01:00
0291803862 unnecessary variable definition 2026-02-15 10:50:52 -07:00
HB9HIL
22f7d0b78a allow clubstation operators to set websocket as default radio 2026-02-15 18:47:58 +01:00
7fe649b47b add list_clubmembers api endpoint 2026-02-15 10:38:22 -07:00
HB9HIL
0f1be21ba5 use more efficient way for post data xss cleaning 2026-02-15 17:28:39 +01:00
Andreas Kristiansen
2fed8c9a43 [Advanced Logbook] Fetch all modes for edit 2026-02-15 11:01:03 +01:00
HB9HIL
8437324556 last typo from early days 2026-02-14 12:36:46 +01:00
HB9HIL
a7c26e883b found old typo 2026-02-14 12:24:05 +01:00
HB9HIL
333ad951f5 fixed old typo 2026-02-14 12:12:08 +01:00
HB9HIL
82cc0cf99d remove filemtime from single js loads and load it global in the footerdata script by using the cache_buster 2026-02-13 16:58:57 +01:00
Andreas Kristiansen
938f650c91 Merge pull request #2928 from AndreasK79/dbtools_location
[DBTools] Added a location dropdown
2026-02-13 09:13:28 +01:00
Andreas Kristiansen
a8ee4a0fa5 Merge pull request #2929 from AndreasK79/searc_remove_cq_itu
[Search] Removed incorrect CQ and ITU zones. Use DBtools instead
2026-02-08 19:45:07 +01:00
Andreas Kristiansen
4ea3e0ff13 [Search] Removed incorrect CQ and ITU zones. Use DBtools instead 2026-02-08 18:41:21 +01:00
Andreas Kristiansen
5c6b531efd [DBTools] Added a location dropdown 2026-02-08 18:32:38 +01:00
Joerg (DJ7NT)
85accb60a8 Update SQL bindings for wildcard matching
Accidently removed them during refactor. Sri!
2026-02-08 11:48:06 +01:00
int2001
4878755933 Remove leftovers from refactor 2026-02-07 04:29:26 +00:00
int2001
e317aec1ec Do for map, too 2026-02-06 08:24:57 +00:00
int2001
181d5c9191 Protect whole controller, not only index 2026-02-06 05:20:52 +00:00
int2001
768f7db5c0 rm debug/profiler 2026-02-05 12:54:48 +00:00
int2001
7a7f63bcfc Refactor partial to real-SQL and php-join the SATs 2026-02-05 12:54:20 +00:00
int2001
f2ce52cad5 join sat-table in PHP instead of DB. Huge performance booster 2026-02-05 12:35:27 +00:00
int2001
6a51ab5a39 Remove profiler. Ready to review 2026-02-04 08:33:31 +00: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
int2001
2a2c6d7abe Optimize Yr/Mon/Day-Stat-SQL 2026-02-04 05:34:33 +00:00
HB9HIL
83a6677431 fix dxwaterfall since I broke it due to the 404 in the return. It's now working again 2026-02-03 21:13:56 +01:00
Fabian Berg
980569ff22 Merge branch 'dev' into dxclustercache_fix 2026-02-03 13:24:42 +00: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
c2d5079061 avoid loading the cache driver multiple times 2026-02-02 22:33:31 +01:00
HB9HIL
5a653ec269 php8.5 friendlyness 2026-02-02 22:11:59 +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
7c16f76a7d simple garbage collector for file cache 2026-02-02 17:07:52 +01:00
HB9HIL
a2189d6952 removed redundant code. validate session already in the constructor 2026-02-02 16:27:26 +01:00
HB9HIL
2af5180aa7 case sensitive 2026-02-02 13:58:20 +01:00
HB9HIL
02eccc6f1a beta of cache debug view 2026-02-02 13:37:06 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00