Commit Graph

104 Commits

Author SHA1 Message Date
Andreas Kristiansen
01827381f7 [Advanced Logbook] Added !empty search parameter 2025-04-26 11:00:09 +02:00
phl0
a159f9f81c Remove debug statement
Signed-off-by: phl0 <github@florian-wolters.de>
2025-03-29 14:11:27 +01:00
phl0
f22ee65a84 (Re-)calculate distance upon updating QSOs from callbook within LBA 2025-03-29 14:08:48 +01:00
Andreas Kristiansen
0e9f3c5b74 [Advanced Logbook] Added comment filer 2025-01-28 09:08:47 +01:00
Andreas Kristiansen
7c25462647 [Advanced Logbook] Query fix for getting band/mode/sat to the dropdowns 2025-01-24 15:55:20 +01:00
phl0
d8f23de627 Add QSL msg rcvd to LBA 2025-01-16 10:35:01 +01:00
Andreas Kristiansen
deefb97e39 [Advanced Logbook] Enhance sat edit and fix sat mode 2025-01-14 09:22:08 +01:00
Andreas Kristiansen
8b233e89c5 [Advanced Logbook] Added flag and clickable callsign in map popup 2025-01-12 15:27:07 +01:00
Andreas Kristiansen
18c873b96d [Advanced Logbook] Added antenna azimuth and elevation columns 2025-01-06 11:52:55 +01:00
Fabian Berg
c70c2ec5cd Clubstations for Wavelog (#1334)
* feat[clubstations]: New DB structure

* feat[clubstations]: Add clubstationstable in user managment

* feat[clubstations]: Show last operator

* feat[clubstations]: Better solution for last operator. tnx for the hint @int2001

* feat[clubstations]: New Club Model and Controller

* feat[clubstations]: Add "Add User" and "Edit User" functionality

* docs[clubstations]: move comment

* feat[clubstations]: Add "Delete Member" functionality

* feat[clubstations]: some enhancements and javascript

* fix[clubstations]: Wrong message class for flashmessages

* feat[clubstations]: Added Switch in the Header menu (not functional yet)

* feat[clubstations]: clubswitch modal

* fix[clubstations]: Load encryption library if not already loaded

* fix[clubstations]: Prevent direct login attempts to clubstations and enhance impersonation authorization

* fix[clubstations]: Typo

* feat[clubstations]: Only show the operator dialog if there is something fishy

* fix[user]: little UI bug

* feat[impersonate]: Add source uid to session data

* fix[impersonate]: logic adjustment

* feat[clubstations]: Add manage button in header menu for club officers

* fix[clubstations]: typo in permission level check

* fix[clubstations]: Full rights for the admin

* feat[impersonate]: Custom sessiondata

* feat[impersonate]: Implement stop impersonation feature with modal confirmation; "the way back"

* fix(modal): Fix bug where modal was hidden when mouse leaved the browser content

* docs(config): Adjust config description for special callsigns and clubstations

* feat(club): Add club access check helper

* typo

* fix[impersonation]: Better text

* feat(club): Selectize for a efficient user search

* feat(clubstations): Restrict clubstations based on users permission level part 1/x

* adjustments for dev merge

* Adjusted club right for the advanced logbook

* feat[user]: Refactoring of the Action Buttons in the user table

* fix[club_permissions]: normal button instead small one for club permissions

* remove unnecessary line break in modal body

* feat[clubstations]: Add Club Mode badge to the header

* fix[clubstations]: fix maintenance mode

* allow switch back on http

* feat(simplefle): display operator input based on club_access

* small UI adjustments

* small UI adjustments

* moved api page to a index.php file and added support for clubstations

* removed unused stuff

* typo

* radios and api keys

* missed one binding

* fix qso view, even officers do just see their own radios in QSO logging

* omit the need for a relogin to see the changes as an admin

* Omit the need for relogin after club changes in general. It's a question of UX. It's better to accept a little higher DB load (if clubstations are enabled) then the need of an user to relogin. There is some room for improvement by changing user_model->get_by_id() and adding a join there. This can be done later if we see that the load is too high

* If the user is not the creator of the API key, it's likely a clubstation. In this case the callsign of the clubstation can not be the same as the callsign of the user (operator call provided by the user). If this is the case, we need to use the callsign of the creator of the API key

* remove debug messages

* better UI in header

* found a typo

* full access in clubstations for admins (if accessed via admin usertable)

* adjusted text

* adjusted text

* adjust text

* reduce required chars

* bugfix: missing the correct authentication in case the admin was not member of the club. he wasn't able to switch back

* reduce debug messages

* fixed UI bug related to tooltips

* load js in controller

* upps..

* some UI adjustments

* corrected permissions

* if user gets delete we need to remove data in club_permissions and also api keys which were created by this user

* Notify members about new memberships or changes in permission level

* add spinner to save button

* make login/logout process more bulletproof

* remove the relogin cookie after the attempt

* better strategy

* bug where switch back failed if user is no admin

* make api keys more secure

* mask not owned api keys

* removed annoying link

* if a user gets removed from a club we also should delete the corresponding api keys and cat radios

* adjusted wiki link

* Auto creation of logbook and location when new user is created

* store and display locator in uppercase

* same for callsign

* fixed a bug in user/club creation

* Revert "Auto creation of logbook and location when new user is created"
We found another solution to which will be addressed in a second PR
This reverts commit f05f4b7bf0.

* Optimized SQL for stats at userlist

* Source query for lastop "out", because mysql<9.0 can't handle Windowed functions

* adjust migration

* add new columns to users table to get created_at and modified_at

* added a partial down function

* add operator dropdown for clubstations

* fix mig version

* Add some backend restrictions in case a user wants to try something funny with the club

---------

Co-authored-by: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: int2001 <joerg@dj7nt.de>
2025-01-02 10:22:23 +01:00
Andreas Kristiansen
afe4dcfc8b [Advanced Logbook] Added region to columns 2024-12-23 11:15:24 +01:00
Andreas Kristiansen
54d7e900b6 [Advanced Logbook] Fix map for selected QSOs after empty search 2024-11-24 18:24:43 +01:00
HB9HIL
3406ffa63b fix some more places where antenna path matters 2024-11-21 15:26:35 +01:00
Andreas Kristiansen
35a0694753 [Advanced Logbook] Fix for dxcc name when updating from Callbook 2024-11-20 16:16:45 +01:00
phl0
29050ddf0a Adjust regex to accept VUCC grids again 2024-11-06 21:20:30 +01:00
Andreas Kristiansen
ead7ac922f Refactored to set measurement_base in constructor instead 2024-11-04 14:20:00 +01:00
Andreas Kristiansen
cc963634d9 [Advanced Logbook] Added distance column 2024-11-04 12:42:09 +01:00
Andreas Kristiansen
ecfed5a38e [Advanced Logbook] Added tx power to column and edit 2024-11-01 20:44:40 +01:00
Andreas Kristiansen
d052ca94f2 [Advanced Logbook] Map now accepts up to 10 char grid 2024-10-27 22:19:11 +01:00
Andreas Kristiansen
cb6232ef41 Renamed to profile name 2024-10-12 08:40:24 +02:00
Andreas Kristiansen
098d42ff04 [Advanced Logbook] Added station name 2024-10-11 20:27:10 +02:00
Andreas Kristiansen
7a6aeffec2 [Advanced Logbook] Add some validation to station grid when mapping 2024-10-10 19:24:59 +02:00
Andreas Kristiansen
1e352225ce [Advanced Logbook] Added qrz.com status 2024-09-14 19:26:16 +02:00
Andreas Kristiansen
dc5962af03 [Advanced Logbook] Fix mapping for selected QSOs. 2024-09-08 19:45:41 +02:00
Andreas Kristiansen
3e5db7e35d [Advanced Logbook] Added continent to columns 2024-09-05 10:17:32 +02:00
Andreas Kristiansen
9878dc201e [Logbookadvanced] Added button to find "invalid" QSOs 2024-08-29 12:49:14 +02:00
HB9HIL
5dee1b9968 You're not allowed to do that! 2024-08-16 10:08:44 +02:00
Andreas Kristiansen
321a2c468d Fix for WWFF option not saving 2024-07-15 11:28:21 +02:00
HB9HIL
c9db79e4d9 only load Qra Lib if it isn't already, flooding log 2024-07-15 05:59:47 +02:00
HB9HIL
c4043535b1 Merge remote-tracking branch 'upstream/dev' into pr/derFogel/512 2024-07-13 22:05:39 +02:00
Andreas Kristiansen
fccf2cd569 Update Logbookadvanced.php
Fixed map when marking qsos to plot.
2024-07-11 16:51:53 +02:00
Lieven Hey
c6101a6dee Change contest batch edit to dropdown 2024-07-06 01:58:49 +02:00
Lieven Hey
66b432216c Add filter for contests 2024-07-06 01:18:36 +02:00
int2001
d2b378e614 Clublog for LBA 2024-07-02 17:46:06 +00:00
HB9HIL
cdd61846b4 made one from two 2024-06-28 23:02:01 +02:00
Andreas Kristiansen
0e6c4c8ffe Fixed adif export for multiple locations 2024-06-28 15:18:34 +02:00
Andreas Kristiansen
bb016c3ac9 Fixes for multiselect 2024-06-28 14:55:52 +02:00
HB9HIL
2a5c6538aa page titles 2024-06-08 11:01:59 +02:00
HB9HIL
22a730d934 user_map_custom for LBA 2024-05-31 15:52:38 +02:00
Andreas Kristiansen
4416373797 Needed for big adif file exports 2024-05-27 19:11:53 +02:00
int2001
2b80782dc4 Skip calculating distance if lat/lon is missing 2024-05-25 05:53:27 +00:00
Andreas Kristiansen
0381d00031 Reduced number of queries in LBA 2024-05-24 11:25:44 +02:00
Andreas Kristiansen
d32f621e87 Split up dxrefs into it's own columns 2024-05-22 19:16:33 +02:00
Andreas Kristiansen
90e9016ea7 Added contest column 2024-05-20 11:22:11 +02:00
Andreas Kristiansen
3d6244ad0e Added propagation in the table columns 2024-05-19 09:43:43 +02:00
Andreas Kristiansen
3225de0661 Now exports ALL qsos with the given filters 2024-05-08 10:49:13 +02:00
Andreas Kristiansen
93c31e53b2 Adif export can now use filter for adif export 2024-05-07 18:22:52 +02:00
Andreas Kristiansen
66a3feca89 Added ITU support in LBA 2024-04-28 09:23:21 +02:00
Andreas Kristiansen
ceb5bd5d37 [LBA] Now uses profiles home grid 2024-04-25 20:16:36 +02:00
phl0
c914084676 Add orbit type to LBA 2024-04-10 01:06:47 +02:00