提交图

39 提交

作者 SHA1 备注 提交日期
Peter Goodhall
5ff5e12890 Add public radio status option to logbooks
Introduces a new 'public_radio_status' field to station logbooks, allowing users to enable or disable the display of radio status on public logbook pages. Updates migration, controllers, model, views, and language files to support this feature and provide UI controls for toggling the option.
2025-08-22 14:52:07 +01:00
Peter Goodhall
31ac64ae65 Add offset parameter to visitor map view
Introduces an offset parameter to the Visitor controller and updates the footer view to include the offset in the map URL. This enables paginated or segmented access to QSOs for public logbook pages.

Fixes #3317
2025-08-19 17:38:45 +01:00
copilot-swe-agent[bot]
499e752dbd Fix form visibility and mode handling for visitor gridmap
Co-authored-by: magicbug <84308+magicbug@users.noreply.github.com>
2025-08-19 16:17:02 +00:00
copilot-swe-agent[bot]
251fe3cc35 Add filtering support to public gridsquare maps
Co-authored-by: magicbug <84308+magicbug@users.noreply.github.com>
2025-08-19 16:14:47 +00:00
Peter Goodhall
c3f8b7be72 [Visitor] Fixed issue where grid map wasnt functional 2024-05-03 16:00:51 +01:00
Patrick Burns
5dcebe82a6 fix visitor pagination links 2024-04-08 19:47:37 -05:00
Patrick Burns
83ad320e02 fix comment 2024-04-04 07:40:27 -05:00
Patrick Burns
b0a7eef25e remove search_enabled config requirement 2024-04-04 07:39:00 -05:00
Patrick Burns
6330d5df77 added pagination to visitor page only if the public search option is enabled 2024-04-02 09:51:10 -05:00
abarrau
d4e5a6ab88 simplify visitor map function 2023-12-12 14:58:55 +01:00
int2001
e2e806c930
Supressing Time at visitor-view (at the table there's date only too) 2023-12-02 15:55:53 +00:00
phl0
476a50706d
Fix various errors in gridmap (in context of removal of old maps) 2023-11-30 10:37:57 +01:00
phl0
aebf53e35b
First part of converting visitor map to gridmap 2023-11-28 00:20:47 +01:00
phl0
318fc29449
Use LoTW as official abbreviation 2023-07-27 09:16:55 +02:00
phl0
53f2d60287
Trim input before searching 2023-07-14 11:28:31 +02:00
phl0
96dd127843
Prevent search for empty call (resulting in SQL error messages) 2023-07-14 08:02:25 +02:00
phl0
7399e7755f
Add page title and make search less specific 2023-07-14 07:53:16 +02:00
phl0
5d787c0360
Refactor and secure public search. Table now sortable 2023-07-13 16:43:17 +02:00
phl0
98e83ee511
Reformat result table and also handle empty results 2023-07-10 19:14:08 +02:00
phl0
d5f98da321
Use separate view for public search 2023-07-10 18:15:36 +02:00
phl0
e2ef6c2b20
Add logbook setting for public search 2023-07-10 17:11:40 +02:00
phl0
41239df4c4
PoC for public search 2023-07-10 13:57:16 +02:00
phl0
f3ad81fef8
Basics for public search via slug 2023-06-28 23:43:34 +02: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
phl0
bac26df67d
Show public OQRS link if at least one callsign has OQRS activated 2022-12-28 23:37:14 +01:00
phl0
951be84c97
Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
Peter Goodhall
ed56211e93 [Visitors] Correctly map callsigns without gridsquares 2022-07-29 09:05:52 +01:00
Peter Goodhall
216c64fba1 [Visitor] Fixes issue with pins not showing on dashboard map 2022-07-29 08:41:10 +01: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
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
ea829cb1f3 [Visitor] Adds improved code for multigrid markers 2022-04-04 15:24:47 +01:00
Peter Goodhall
2dc9365a9a [Visitor] Added Gridsquare to menu 2022-03-24 18:36:31 +00:00
Peter Goodhall
be55278ce3 [Visitor] Adds ability to see worked satellite squares
/visitor/satellites/<slug>
2022-03-24 18:31:14 +00:00
Peter Goodhall
f7427f59de [Visitor] Allows setting a public URL for viewing a basic dashboard 2022-03-24 14:26:03 +00:00
Peter Goodhall
88e90d7e50 [Visitor] Started the basic code structure of the controller
The visitor controller will handle allowing the public to see a logbook and some of its data.
2022-02-16 16:56:28 +00:00