提交图

2732 提交

作者 SHA1 备注 提交日期
Andreas
b72ba539cf [Bands] Fixed typos in the migration script 2022-09-04 20:36:45 +02:00
Andreas
f133f1b6af [Bands] Added migration script 2022-09-04 20:16:12 +02:00
Andreas
a7375c0bdc [Bands] Added logic to fetch bands from database 2022-09-04 18:26:21 +02:00
Andreas
fdd6140b00 [Bands] Added menu entry 2022-09-04 18:25:30 +02:00
Andreas
c55ea49675 [Bands] Added a controller and a view to display bands with options 2022-09-04 08:49:58 +02:00
Andreas
ff7fed6dfb [Accumulated Statistics] Updated queries for WAS, WAZ and IOTA for speedup. 2022-09-03 21:00:54 +02:00
Andreas
1328533948 [Accumulated DXCC] Rewrote query for accumulated dxcc. Major speedup for monthly stats 2022-09-03 18:01:36 +02:00
phl0
5f922fe5b9
Darn copy and paste mistakes ... 2022-09-03 07:27:58 +02:00
phl0
95e2fb1ab1
Also export QSOs with LotW QSL SENT date of NULL 2022-09-02 14:11:13 +02:00
Andreas
0681975c45 [Mode editor] Tweaked column filtering 2022-08-28 20:02:07 +02:00
Andreas
ba1b1402e4 [Mode editor] Added column filtering 2022-08-28 19:27:24 +02:00
Andreas
11468187ee [Custom Map] Datetimes are set after submitting form 2022-08-28 09:38:03 +02:00
Andreas
4e1b398d64 [Custom Map] Fixed filtering query with group. All QSOs would load without 2022-08-28 09:30:09 +02:00
Andreas
724971d1e7 [Custom map] Made the date selectors the same size as the other dropdowns. 2022-08-27 20:15:40 +02:00
Andreas
f9045d0427 [Custom map] Added mode and propagation selection 2022-08-27 19:24:22 +02:00
Peter Goodhall
67cd4ca37f
Merge pull request #1580 from phl0/addQsoDatesToLotwCerts
Add QSO dates to LotW certs
2022-08-27 13:54:37 +01:00
phl0
edd30a6bba
Fix typo 2022-08-26 16:24:28 +02:00
Peter Goodhall
2907640628
[Tweet] Only show distance if gridsquare is provided 2022-08-24 17:18:11 +01:00
Alessio Caiazza
8be01e52d8 Fix join type for stations with eQSL QTH nickname but no QSO 2022-08-24 17:44:05 +02:00
phl0
05765d1dc4
Update migration script due to recent changes in
upstream target branch
2022-08-24 17:20:25 +02:00
phl0
133239df7f
Merge remote-tracking branch 'upstream/station_logbooks' into addQsoDatesToLotwCerts 2022-08-24 17:18:55 +02:00
Peter Goodhall
f7f940d0eb
Merge pull request #1553 from dg9vh/twitter
Add distance to tweet
2022-08-24 16:08:22 +01:00
Peter Goodhall
97c0e622cc
Merge pull request #1570 from phl0/hideLinkedStationProfiles
Hide already linked station profiles
2022-08-24 16:01:37 +01:00
Peter Goodhall
613696b57d
Merge pull request #1572 from phl0/optionalCity
Make specification of city name optional
2022-08-24 16:01:21 +01:00
Peter Goodhall
59803766d0
Merge pull request #1569 from phl0/refactorWWFF
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
phl0
1e32fbed3f
Implement check if LotW cert itself is valid to
use for signing. If not skip.
2022-08-24 16:04:26 +02:00
phl0
a0d551d3c3
Catch exeption when start/end dates are not (yet) set 2022-08-24 14:48:26 +02:00
phl0
05ac1ff55e
Extract and store QSO start/end date and store separately 2022-08-24 14:34:44 +02:00
phl0
c83d031cdd
Check QSO start and end date rather than cert validity 2022-08-24 13:13:55 +02:00
phl0
82321c791d
Import QSO start and end date from LotW certs 2022-08-24 12:16:41 +02:00
phl0
b888d44289
Add QSO start/end dates to LotW certs 2022-08-24 10:40:11 +02:00
Alessio Caiazza
ab14b85065 Fix eQSL upload for linked account
When uploading QSOs for a linked account the username must match the
station callsign. i.e. when operating portable it should be callsign/p
2022-08-19 08:44:15 +02:00
Peter Goodhall
9fb1b1a96c
Merge pull request #1573 from phl0/addAircraftScatter
Add Aicraft Scatter prop mode
2022-08-17 22:20:21 +01:00
phl0
1d0f0e3da2
Add Aicraft Scatter prop mode 2022-08-17 22:19:51 +02:00
Alessio Caiazza
4cbe4b3a11 Extract a SOTA library from QSO controller
SOTA functions are implemented inside the QSO controller, moving this
implementation into a dedicated library will simplify code reuse.
2022-08-17 22:15:06 +02:00
phl0
c90f65eb49
Make specification of city name optional 2022-08-17 22:07:58 +02:00
phl0
566be098a6
Hide already linked station profiles 2022-08-17 20:38:08 +02:00
phl0
418b725aba
Implement update function for WWFF directory 2022-08-17 16:54:04 +02:00
phl0
cc621bebd7
Add MY_WWFF_REF to station profile 2022-08-17 14:33:15 +02:00
phl0
f450392440
Add WWFF_REF to ADIF export 2022-08-17 13:31:25 +02:00
phl0
cbcda6c18d
Add WWFF column to tables 2022-08-17 13:10:15 +02:00
phl0
055af5b822
Move WWFF info from COL_SIG_INFO to new column 2022-08-17 11:54:21 +02:00
Alessio Caiazza
e61baa195d Add station copy
When doing portable activations, often times you need a new station location that is identical to another one with just a few changes like the grid square, SIG, and/or SOTA.

This commit implements a copy function for station locations.
2022-08-17 08:49:58 +02:00
Alessio Caiazza
2b87f7e9a9 Add link to Mountain QRP Club references
When SIG id MQC link the SIG_INFO value to the proper reference page
from Mountain QRP Club's website.
2022-08-16 13:49:06 +02:00
phl0
59a3df06b6
Add DB column and edit/view functiions 2022-08-15 16:57:37 +02:00
phl0
66f70af2c4
Add separate input field for WWFF info 2022-08-15 16:04:33 +02:00
phl0
7d9f349a45
Merge remote-tracking branch 'upstream/station_logbooks' into HEAD 2022-08-15 07:38:02 +02:00
Peter Goodhall
1a0de3a4b0
Merge pull request #1554 from phl0/POTAlink
Add link to POTA details
2022-08-14 21:34:16 +01:00
phl0
d6b367e296
Also remove icon from QSO details 2022-08-11 12:41:59 +02:00
phl0
58f160f0cb
Remove icon and link SAT name itself 2022-08-11 11:50:28 +02:00
phl0
a472b851d0
Merge remote-tracking branch 'upstream/station_logbooks' into HEAD 2022-08-11 08:50:34 +02:00
Hugo Silva
68fb680c41
Fix rogue echos on json QSL status code 2022-08-10 18:37:35 +01:00
phl0
215e8eec0f
Add link to POTA details 2022-08-10 18:11:13 +02:00
Kim Huebel
c846dd178a Add distance to tweet
if QRA-locator is set, distance is calculated and added with value to tweet
2022-08-09 19:20:36 +00:00
phl0
316e4518bc
Add link to SatNOGS SAT info 2022-08-05 08:52:04 +02:00
Peter Goodhall
c33c8e7153 [CAT] Always set the timestamp data from PHP so its UTC 2022-08-03 16:50:09 +01:00
Peter Goodhall
f473c15182 Update Radio.php 2022-08-01 11:58:44 +01:00
Peter Goodhall
7f94c951ec Update Radio.php 2022-08-01 11:50:14 +01:00
Peter Goodhall
e177148bdd Update Cat.php 2022-08-01 11:39:37 +01:00
Peter Goodhall
6f0a02ab6e Update Radio.php 2022-08-01 11:31:36 +01:00
Peter Goodhall
0f9ac6a621 Update Cat.php 2022-08-01 11:30:41 +01:00
Peter Goodhall
858756e6b8 Update Cat.php 2022-08-01 11:19:37 +01:00
Peter Goodhall
8b333ca691 Update Cat.php 2022-08-01 11:18:19 +01:00
Peter Goodhall
c9047ae0e2 [CAT} force timestamp to be utc 2022-08-01 11:12:01 +01:00
Peter Goodhall
ed56211e93 [Visitors] Correctly map callsigns without gridsquares 2022-07-29 09:05:52 +01:00
Peter Goodhall
da29103430
Merge pull request #1542 from dg9vh/adif_3.13
MIgrate modes to Adif 3.13
2022-07-29 08:45:05 +01:00
Peter Goodhall
216c64fba1 [Visitor] Fixes issue with pins not showing on dashboard map 2022-07-29 08:41:10 +01:00
Peter Goodhall
b34ef59538
Merge pull request #1547 from dg9vh/twitter_with_submode
Tweeting with submode
2022-07-29 08:13:08 +01:00
Peter Goodhall
09bc6099ff
Merge pull request #1545 from netjordan/fix-timezone-cat
Fix issue where warning is displayed that CAT data from radio is out of date
2022-07-29 08:07:38 +01:00
Peter Goodhall
ee61aa3d2d
Merge pull request #1534 from dg9vh/show-submodes
Showing Submode
2022-07-29 08:05:33 +01:00
Peter Goodhall
6c5cb038b3
Merge pull request #1528 from onovy/ssb
Keep LSB/USB mode from radio (and save as submode)
2022-07-29 08:02:57 +01:00
Peter Goodhall
b03515f2af
Merge pull request #1492 from Werzi2001/dxcc_vs_country
DXCC vs. Country
2022-07-29 08:02:28 +01:00
Kim Huebel
9ce34c72ea Tweeting with submode
If a mode is logged with submode, this submode is used for the tweet instead of the mode, so FT4 is used instead of MFSK, if we worked in FT4.
2022-07-26 20:58:12 +00:00
Jordan Cook
2cbb2522ba Fix issue where warning is displayed that CAT data from radio is out of date due to using default timezone 2022-07-23 17:27:45 +01:00
Kim - DG9VH
a3b0732af8 Added more modes 2022-07-21 18:36:39 +02:00
Kim - DG9VH
ecb7f8bae8 Update 094_update_modes_adif313.php 2022-07-21 17:57:40 +02:00
Kim - DG9VH
04bfcfbb20 MIgrate Modes to ADIF V3.13
Inserting new modes, deactivating some modes and reordering them.
2022-07-21 17:55:13 +02:00
Kim - DG9VH
cff045d5b8 Show it also in Dashboard
Also show submodes in Dashboard
2022-07-17 23:23:35 +02:00
Kim - DG9VH
ffbc5a9f5b Showing Submode
Showing submode if existing in map-leaflet-bubble
2022-07-17 23:12:54 +02:00
Peter Goodhall
7315ae23db [Third Party Logins] Created Model with functions and the controller which needs code 2022-07-10 21:28:21 +01:00
Peter Goodhall
0fd2894193 [Visitor] Hopefully fixes incorrect logs loading
Maybe Fixes #1530
2022-07-10 11:27:08 +01:00
Peter Goodhall
bf5201e317 [visitor] bug where logbook_id wasn't stored
hopefully step closer to fixing #1530
2022-07-10 11:24:16 +01:00
Peter Goodhall
96721ea71d Only run migration when both IFs are met 2022-07-10 11:14:47 +01:00
Ondřej Nový
e3ceb8ba62 Fix convent_band -> convert_band typo 2022-07-09 20:15:57 +02:00
Ondřej Nový
9604bf4a2f Keep LSB/USB mode from radio (and save as submode) 2022-07-09 20:14:55 +02:00
phl0
56b2833920
Link to WWFF/GMA details in QSO view 2022-07-08 12:18:25 +02:00
Peter Goodhall
823cd51ed1
Merge pull request #1522 from AndreasK79/custom_map_pin_improvement
[Custom map] Using already logged dxcc to set position when gridsquare is not present
2022-07-07 16:20:47 +01:00
Peter Goodhall
eed8fe91c9
Merge pull request #1521 from AndreasK79/dashboard_map_fix
[Dashboard map] Fix lookup for dashboard QSOs plotted on the map
2022-07-07 16:20:36 +01:00
Peter Goodhall
3c5b0548c2
Merge pull request #1520 from AndreasK79/qso_dialog_map_fix
[QSO dialog] Map fix
2022-07-07 16:20:23 +01:00
Peter Goodhall
bffca13e5b
Merge pull request #1516 from phl0/picLookupHamQth
Add profile pictures for HamQTH users
2022-07-07 16:19:11 +01:00
Andreas
dfce53073d [eQSL] Mark QSOs. Refined the update instead of updating everything without filter. 2022-07-04 20:12:39 +02:00
Andreas
79cc55075c [eQSL] Use update instead of replace when marking all as sent. Didn't work with replace for me. 2022-07-04 19:29:25 +02:00
Peter Goodhall
2e8955e18a
Merge pull request #1523 from phl0/fixLotwUploadMarkers
Also upload QSOs where QSL_SENT is NULL
2022-07-04 16:41:03 +01:00
phl0
3653c62850
Also upload QSOs where QSL_SENT is NULL 2022-07-04 17:34:23 +02:00
Andreas
ed23846db9 [Dashboard map] Fix lookup for dashboard QSOs plotted on the map 2022-07-04 12:32:25 +02:00
Andreas
ca8c8108cd [Custom map] Using already logged dxcc to set position when gridsquare is not present 2022-07-04 11:20:57 +02:00
Andreas
31e4f146a5 [QSO dialog] Map fix 2022-07-04 08:46:33 +02:00
Peter Goodhall
1b44705137
Fixed typo 2022-07-03 17:47:57 +01:00
Peter Goodhall
fdf32bfa5c
Fixes issue with submode causing errors with eQSL display if not present 2022-07-03 17:11:58 +01:00
Peter Goodhall
bdb94a22f3
Fixes error when submode isn't present when displaying the table 2022-07-03 17:08:34 +01:00