Commit Graph

123 Commits

Author SHA1 Message Date
Andreas Kristiansen
af1684d662 CQ and ITU zone fixes 2026-01-05 19:55:07 +01:00
phl0
d6197fe6d2 Restore previsous (incompliant) stati for QRZ and Clublog 2025-11-27 13:32:01 +01:00
phl0
b2d4c3559b Adjust clublog QSL colors 2025-11-24 09:14:34 +01:00
phl0
79e251183e QRZ QSL stati refactored according to ADIF v3.1.6 2025-11-23 21:59:03 +01:00
Szymon Porwolik
9d30e1ffcd Fix for CAT changing the edit form 2025-11-20 18:50:04 +01:00
int2001
233f807c6f Edit QSO // DCL-Fields 2025-08-21 14:44:21 +00:00
Alexey Khromov
5f0fa05f69 Initial CNTY support in QSO for non-US countries as in ADIF v3.1.5 2025-05-17 08:28:00 +03:00
phl0
91a9416239 Align SIG abbreviations 2025-05-07 21:25:51 +02:00
Andreas Kristiansen
66108e2b2e Added tag and code to append errors when saving 2025-02-15 09:54:02 +01:00
int2001
6f511b2c81 Show details on failure to user (WIP) 2025-02-15 08:24:03 +00:00
Andreas Kristiansen
4085871a1f Moved callbook button over besides callbook button 2025-02-12 09:48:03 +01:00
Joerg (DJ7NT)
6a8e16771f Update edit_ajax.php
Fixes bug/warning where QSL_Message is empty
2025-01-24 12:00:48 +01:00
HB9HIL
d21fb9dee1 fix bad html id's 2025-01-24 11:38:38 +01:00
phl0
cc13d49d09 Harmonize headings 2025-01-17 14:09:51 +01:00
phl0
5e30298d44 Show incoming QSL msg in QSL tab of QSO 2025-01-16 13:24:33 +01:00
Andreas Kristiansen
a257089c8f [QSO Edit] Added Clublog under QSL 2025-01-10 09:26:36 +01:00
phl0
befdb03c51 Fix typo 2025-01-09 07:39:48 +01:00
phl0
464ed76bc2 Make other refs upper case as well 2025-01-09 07:30:16 +01:00
phl0
dec7e62a3b Make DARC DOK selectize input uppercase 2025-01-08 17:28:02 +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
e9bfee0a93 Put some dropdowns side by side 2024-12-27 09:18:10 +01:00
int2001
77489217d8 Rearranged order 2024-12-23 19:38:06 +00:00
int2001
39c9960c30 Views 2024-12-23 18:27:41 +00:00
phl0
90b867808f Restore uppercase transformation for inputs 2024-12-02 08:05:19 +01:00
HB9HIL
f00db0710f fix qsl tab in edit ajax when called in qso view 2024-11-27 16:30:17 +01:00
phl0
78ccb70fc7 Correct wording 2024-11-21 15:06:35 +01:00
HB9HIL
a636385ddc fix stateinputLabel 2024-11-21 00:32:49 +01:00
HB9HIL
0e526d8101 also fix us counties 2024-11-21 00:18:38 +01:00
HB9HIL
96ba26d045 fix the most of bad identical id's 2024-11-21 00:06:38 +01:00
HB9HIL
bf61fee980 fix identical ID's 2024-11-20 16:44:54 +01:00
int2001
8476668ec4 Added Edit for Mail-Field 2024-11-12 10:37:56 +00:00
HB9HIL
cae9d6b578 added ability to edit antenna path (#987) 2024-11-04 22:54:41 +01:00
HB9HIL
c66397e256 fixed inconsistent html and aligned elements 2024-11-04 22:43:06 +01:00
phl0
b54effc0f6 No lower case for NONE as DXCC in QSO edit 2024-10-23 14:42:57 +02:00
HB9HIL
43c77631b8 fixed whitespace 2024-10-15 15:28:49 +00:00
int2001
0b47bd7393 Added QRZ-Tab to Edit-QSO/QSLs 2024-10-14 14:06:58 +00:00
int2001
f5acf6ecca Add None to DXCCs 2024-10-09 07:51:49 +00:00
HB9HIL
7ea346b17d in qso edit 2024-09-27 13:46:40 +02:00
HB9HIL
994bfcca58 changed hints for qso notes and qsl msg 2024-09-12 17:02:37 +02:00
phl0
f2039965a2 Add input/edit boxes and corresponding functions 2024-09-02 12:27:57 +02:00
phl0
65f617c4a2 Also not required 2024-08-26 23:12:50 +02:00
phl0
9d9605ef2b Handle ITU zone on QSO edit 2024-08-26 23:07:03 +02:00
phl0
e7f303d4ab Add empty option for ITU zone in QSO edit 2024-08-26 23:00:43 +02:00
HB9HIL
1aac480485 added ITU Zone to QSO logging and QSO edit 2024-08-26 18:12:32 +02:00
phl0
9e027cfdce Aligned wording and added hint to LoTW QSL tab 2024-07-14 11:25:52 +02:00
phl0
5c1b210b1b Align wording 2024-07-13 14:00:32 +02:00
phl0
17542767b5 Apply LoTW ignore also to RCVD fields 2024-07-12 18:45:25 +02:00
phl0
7510503b24 Disable LoTW sent field if prop_mode is unsupported 2024-07-12 14:23:20 +02:00
phl0
e8125f6b17 Add hint to QSO edit form 2024-07-12 14:17:28 +02:00
HB9HIL
bbaaa190d3 id adjustment 2024-07-06 15:01:59 +02:00