提交图

35 提交

作者 SHA1 备注 提交日期
Peter Goodhall
a2d4e129d4
Merge pull request #1322 from Werzi2001/version_2_logbook_active_on_create
Version 2 set logbook active on create
2021-12-21 17:49:21 +00:00
Thomas Werzmirzowsky
278cf3b016 set logbook active on creation of first logbook
set station profile active on creation of first station profile
disabled deletion of active logbook
disabled deletion of active station profile
2021-12-04 17:14:57 +01:00
Andreas
197eceeb79 [QRZ Logbook] V2 fix for user_id 2021-11-25 20:18:44 +01:00
Thomas Werzmirzowsky
6ab3256439 set user_id on station location create 2021-11-15 19:54:01 +01:00
Thomas Werzmirzowsky
0ff857357c added user checks to previous contacts and qsl management 2021-11-14 17:50:11 +01:00
Andreas
1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Thomas Werzmirzowsky
61b41df1d9 created helper methods to check access 2021-10-31 10:17:14 +01:00
Thomas Werzmirzowsky
9ed56e7211 improvements to multi user support of stations/logbooks
- Set active logbooks checks if logbook belongs to user
- Link station to logbook checks that station and logbook belong to user
- Unlink station from logbook checks that station and logbook belong to user
- Edit of logbook only shows stations of user
- Set active station checks if station belongs to user
- find_active and find_gridsquare of Stations model now check user
2021-10-31 09:56:45 +01:00
Thomas Werzmirzowsky
5f39e99d47 sort logbook and station list by name 2021-10-20 21:26:35 +02:00
Peter Goodhall
2dcd4f3965 Added comments 2021-09-29 22:02:08 +01:00
Peter Goodhall
650c73f4e6 [LoTW] Fixes issue with sync script running 2021-09-29 22:00:42 +01:00
Peter Goodhall
831f249938 Built interface to display station locations when editing Station Logbooks 2021-08-23 17:34:00 +01:00
Peter Goodhall
6cc96d2128 [Station Location] Allow user to claim a location and also only show those of the user or non claimed. 2021-08-23 15:50:19 +01:00
Peter Goodhall
9d4ab310d2 [Maps] Added a view to show all logged QSOs of an active profile on a map /map 2020-12-07 16:32:12 +00:00
Andreas
e149d34ba1 [QRZ Logbook] option for realtime logging added 2020-11-18 11:50:15 +01:00
Daniel Clerc
59af8dd7f1 Add sig/sig_info to function reassign in Stations model 2020-11-11 18:10:33 +01:00
Daniel Clerc
54531b08c5 Add sig and sig_info fields to model 2020-11-11 18:10:32 +01:00
Peter Goodhall
9ce97d1236 [eQSL] Errors if no eQSL Nicknames have been defined with Station Profiles (Fixes #613) 2020-09-15 22:49:05 +01:00
AndreasK79
97440b2161 UI for uploading QSOs to QRZ.com Added 2 css files for dynamic loading button. https://github.com/loadingio/ldButton/tree/master/dist and https://github.com/loadingio/loading.css/tree/master/dist 2020-05-20 19:43:13 +02:00
AndreasK79
f1ad1d1d6e Added pushing of QSOs to QRZ. 2020-05-07 17:35:58 +02:00
Peter Goodhall
48f6ea69bb Added US state to station profile options 2020-04-08 17:00:25 +01:00
AndreasK79
e6c788a131 Added distanceplotting. Fixes #384. 2020-02-18 10:49:27 +01:00
AndreasK79
a4e942af43 Added a button to only delete the log, not the profile. I found this to be valuable when testing out the import, and not having to create a new profile each time. 2020-02-07 14:54:49 +01:00
Peter Goodhall
81e8b51729 Deleting a station profile also deletes all its associated QSOs 2019-12-03 19:16:40 +00:00
Peter Goodhall
1f5317c96a Added xss clean to inputs because interwebs and stupid people 2019-10-05 22:02:28 +01:00
Peter Goodhall
f22b811e79 XSS Clean inputs on Station controller and model 2019-10-05 19:16:05 +01:00
Peter Goodhall
48f07949fb Added function to edit station profiles 2019-10-03 22:18:14 +01:00
Peter Goodhall
76e24b545d Added migration to set the station_id to indexed also created a second station model that returns qso count so that sped things up 2019-09-25 00:38:13 +01:00
Peter Goodhall
ecd7f7f6ac On /station/ next to each profile it gives a QSO count. 2019-09-24 22:19:49 +01:00
Peter Goodhall
142dcb35d8 Removed debug as it should be fixed 2019-09-23 18:36:17 +01:00
Peter Goodhall
8faa8ff84e Fixed typo 2019-09-23 18:35:56 +01:00
Peter Goodhall
55cdbda070 debug check 2019-09-23 18:35:02 +01:00
Peter Goodhall
8c9e50ff85 Extended the Station Profile options these will act as logbooks within Cloudlog 2019-09-23 17:29:22 +01:00
Peter Goodhall
c124a0200c You can now select station profile for ADIF file when importing 2019-08-19 22:25:50 +01:00
Peter Goodhall
df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00