提交图

3414 提交

作者 SHA1 备注 提交日期
Andreas
d56f4474dc [QSL Labels] Now prints specified number of QSOs on label 2023-06-05 16:53:06 +02:00
Andreas
bb22812a89 [QSL Labels] Fixed link for qslprint 2023-06-03 19:05:59 +02:00
Andreas
e7d359f047 [QSL Labels] Added messages 2023-06-03 18:22:11 +02:00
Andreas
946159b5d2 [QSL Labels] Changed button 2023-06-03 09:09:47 +02:00
Andreas
7be18941da [QSL Labels] Fixed font size and qsos on edit 2023-06-03 08:59:00 +02:00
Andreas
f47717bbc1 [QSL Labels] Added label editing 2023-06-03 08:46:52 +02:00
Andreas
e8eaab8cff [QSL Labels] Custom label and print 2023-06-02 18:50:27 +02:00
Andreas
f87997f223 [Adif backup] Fetches all locations for user instead of from active logbook 2023-05-30 21:03:39 +02:00
Peter Goodhall
95b9ca27f5 Update config.sample.php 2023-05-29 17:36:46 +01:00
Peter Goodhall
4f91857cc1 Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev 2023-05-29 15:36:41 +01:00
Peter Goodhall
d39f0cd8b4 removed as it doesn't appear to be used 2023-05-29 15:36:38 +01:00
Peter Goodhall
c89e192c2e
Merge pull request #2173 from phl0/eQslLink
Link QSOs in eQSL card view
2023-05-28 15:50:14 +01:00
Peter Goodhall
c5678e546f
Merge pull request #2172 from AndreasK79/lotw_information
Lotw information
2023-05-28 15:49:54 +01:00
Peter Goodhall
8aa45acc04 fixed bugs 2023-05-28 15:21:13 +01:00
Peter Goodhall
a51edb4873 Update Visitor.php 2023-05-28 15:15:41 +01:00
Peter Goodhall
33edeb7d72 Show radio info updated every 5mins on public display 2023-05-28 15:13:39 +01:00
Peter Goodhall
857f8b2485 Update index.php 2023-05-28 15:06:28 +01:00
Peter Goodhall
82ab5ac29d [Dashboard] Load the radio table on page load 2023-05-28 15:05:16 +01:00
Peter Goodhall
e8c62a26cf [Dashboard] Update radio frequency display every 5 seconds 2023-05-28 15:02:15 +01:00
phl0
0ec8e49b16
Link QSOs in eQSL card view 2023-05-28 08:43:46 +02:00
Peter Goodhall
8354bf609f [LoTW] Makes the cert table fill the card box rather than have a border 2023-05-27 22:12:12 +01:00
Peter Goodhall
c5c7e79955 [LoTW] use Ajax for manual sync
When you click the LoTW manual sync button it now loads the contents into the page using ajax get request using htmx.
2023-05-27 22:09:44 +01:00
Andreas
fc9358933a [Advanced Logbook] Fixed sorting for custom date format 2023-05-27 19:05:11 +02:00
phl0
0a64fae50f
Add some space before search box 2023-05-27 15:29:20 +02:00
Andreas
93c5937da4 [QSO Display] Added Lotw info in popup 2023-05-27 10:06:30 +02:00
phl0
4a60b69154
Use datetime for db column and fix typos 2023-05-26 15:22:31 +02:00
Andreas
397a60d083 [LoTW] Added table with users. Query to find unconfirmed QSOs and L marking in advanced logbook 2023-05-26 10:38:31 +02:00
phl0
0f47f0e73a
Fix confirmed activated grids function 2023-05-25 23:17:41 +02:00
phl0
2839c6725f
Add German 2023-05-25 23:01:04 +02:00
phl0
d0c2f7eb9c
Fix some typos and naming for activated grids 2023-05-25 23:00:09 +02:00
phl0
d4ad7412f3
Fix missing span and remove not needed SQL column 2023-05-25 18:25:49 +02:00
Peter Goodhall
b048671c5e
Merge pull request #2160 from abarrau/dev
Update Distances_model : change "round" to "ceil"
2023-05-23 21:49:28 +01:00
Peter Goodhall
f3f50b45ad Revert "Merge pull request #2147 from cats-shadow/view-decoration"
This reverts commit 596480f029, reversing
changes made to a8f93191c2.
2023-05-23 21:45:32 +01:00
Andreas
ea70ee94b5 [Contesting] Fixed sorting when adding qsos to table 2023-05-23 12:12:21 +02:00
abarrau
07c710194e
Update Distances_model : change "round" to "ceil"
I propose change "round" to "ceil" (Round fractions up).

Because I work on an export plugin in EDI file (IARU REGTEST1), the rounding is systematically higher:
"For the amateur bands up to 10 GHz inclusive, points will be scored on the basis of one point per
kilometer, i.e. the calculated distance in kilometers will be truncated to an integer value and 1 km
will be added. " (excerpt from VHF_Handbook_V9.01)
2023-05-22 20:35:21 +02:00
phl0
791d359787
Make eQSL buld download fucntion backwards compatible 2023-05-22 12:58:03 +02:00
Andreas Kristiansen
a59802923d
Merge pull request #2158 from phl0/eQslBulkDownloadFunction
eQSL bulk download function
2023-05-22 10:38:23 +02:00
phl0
c139b5b7d2
Re-add accidentially deleted lib 2023-05-22 10:34:13 +02:00
phl0
6690a6553b
Revert "Accidentially removed needed lib"
This reverts commit 8d3a404a91.
2023-05-22 10:32:58 +02:00
phl0
08a814f629
Only show download function if result is not empty 2023-05-22 10:26:45 +02:00
phl0
34e7afbc91
Correct typo and add timeout info 2023-05-22 08:07:30 +02:00
phl0
b02c9c3411
Nicely format result table showing errors 2023-05-22 00:10:56 +02:00
Peter Goodhall
52b22b679a
Merge pull request #2156 from m0urs/147-add-one-more-digit-to-frequency-display-in-cat-banner
Add one more digit to frequency display in CAT Banner
2023-05-21 22:00:56 +01:00
phl0
bda839b0b2
Show big banner re eQSL rate limit 2023-05-21 22:50:30 +02:00
Andreas Kristiansen
c5feb99aac
Merge pull request #2155 from phl0/germanTranslations 2023-05-21 22:15:32 +02:00
phl0
0316611e47
Add missing lang tags 2023-05-21 21:36:04 +02:00
phl0
97f9da515a
Add German translations for lately added lang stuff 2023-05-21 21:24:45 +02:00
m0urs
803d19f33b Fix https://github.com/m0urs/Cloudlog/issues/147 2023-05-21 20:45:40 +02:00
Andreas Kristiansen
f0d8bb4de2
Merge pull request #2153 from phl0/fixLotwCertUpdateFunction
[LotW] We need to update QSO dates on cert update as well
2023-05-21 20:14:42 +02:00
phl0
20db38ba4a
Fix typos 2023-05-21 18:34:54 +02:00