193 Commits

Author SHA1 Message Date
int2001
faa0ae6826 Fixing another Error which throws sat-name undefined 2026-02-03 08:00:38 +00:00
phl0
2ccdfc49fa Show 0km instead of blank (same as QSO view) 2026-01-22 22:26:49 +01:00
phl0
efed6b310f Hide double SAT names if LoTW name not present in logbook view 2026-01-21 17:15:34 +01:00
Florian (DF2ET)
569056f46e Merge pull request #2786 from tallcode/noselect
feat: prevent user select lotw badge when copy
2026-01-07 11:29:55 +01:00
tallcode
47b7a9b6d6 feat: prevent user select lotw badge when copy 2026-01-07 17:50:24 +08:00
phl0
08e4c9c5e8 Check frequency also for != 0 2026-01-07 08:10:15 +01:00
phl0
2f505a7ac7 Align colors for requested 2025-11-27 13:42:28 +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
4c50817c36 Fix null passing error 2025-11-24 08:48:31 +01:00
phl0
ff987696b8 Adjust DCL colors 2025-11-23 22:18:54 +01:00
phl0
79e251183e QRZ QSL stati refactored according to ADIF v3.1.6 2025-11-23 21:59:03 +01:00
phl0
cfb0229c3d Refactor eQSL colors for arrows 2025-11-23 18:33:12 +01:00
int2001
283d441985 Added DCL-Arrows to partial-view 2025-08-21 07:05:41 +00:00
phl0
a9e569c299 Check if ispopup is not empty 2025-07-01 17:13:01 +02:00
phl0
f4a7433810 Separate table ids 2025-07-01 16:35:49 +02:00
HB9HIL
4b11ff09bf allow propagation in logbook overview as column 2025-06-04 19:03:50 +02:00
int2001
e243139871 Added number of results to simplesearch-footer 2025-04-20 07:34:09 +00:00
phl0
b0e78f69ba Replace 0 by Ø in awards table search input 2025-02-03 20:48:04 +01:00
int2001
f79bb43d5c Check if qra is already loaded 2025-01-09 09:25:16 +00:00
phl0
02fbd6d55c Handle VUCC_GRIDS in table column 2025-01-09 09:38:03 +01:00
int2001
dd63729f0b Added Bearing to dashboard and fixed userprefs 2025-01-09 07:09:23 +00: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
2c1d5aa495 [Distance unit] Dashboard and logbook overview shows distance in set unit 2024-12-07 17:05:24 +01:00
phl0
b5c4f62eb8 Merge remote-tracking branch 'upstream/dev' into refactorSat 2024-12-02 15:35:22 +01:00
phl0
c5f2992170 Handle DXCC none separately 2024-12-02 15:29:26 +01:00
phl0
e185802d41 Show SAT displayname also in overview 2024-12-02 13:44:49 +01:00
int2001
3ed7e558ec Fixed clublog-icon 2024-11-28 16:28:43 +00:00
int2001
0febaaf147 Removed dependency for date (as requested) 2024-11-20 13:18:39 +00:00
Joerg (DJ7NT)
03f12a61d2 Update application/views/view_log/partial/log_ajax.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2024-11-20 11:34:18 +01:00
Joerg (DJ7NT)
1ebc866422 Update application/views/view_log/partial/log_ajax.php
tnx

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2024-11-20 11:34:11 +01:00
int2001
cedaf3bd8d Use clublog-class 2024-11-19 07:55:25 +00:00
int2001
5e4ccc90e0 Formatted Code at view for Clublog 2024-11-19 07:52:28 +00:00
int2001
bef584af71 Clublog "M" State at Logbook 2024-11-19 05:19:20 +00:00
HB9HIL
7ddb6d47f7 added "mark requested for bureau" 2024-10-23 19:41:30 +02:00
phl0
8020d042d8 Better make it two gettext calls 2024-10-01 17:18:48 +02:00
phl0
202f44dce7 Show last sent date in case of modified for qrz 2024-10-01 16:58:48 +02:00
HB9HIL
a48ffeaa88 fixed "live" update in logbook overview 2024-09-23 13:39:25 +02:00
phl0
85f21560d2 Add colors for I state to log overview 2024-09-13 09:51:32 +02:00
HB9HIL
e30eb64241 use if 2024-09-08 20:43:14 +02:00
HB9HIL
bcde720839 only show modified if the QSO was uploaded before (upload date != null) 2024-09-08 17:28:13 +02:00
HB9HIL
6f04b547e9 show qrz modified 2024-09-08 17:16:22 +02:00
phl0
ddde003a0e Add gridsquare hint to distance column 2024-09-03 16:14:29 +02:00
int2001
d6042fc98a Catch empty dates 2024-08-29 10:23:05 +00:00
phl0
f08fad1ac4 Fix this vs. ci 2024-08-28 08:05:51 +02:00
phl0
bdc97da52d Better check if lib is not loaded and then load 2024-08-27 20:41:26 +02:00
phl0
c26c6fafc1 Remove double load from logbook view ... 2024-08-27 13:11:41 +02:00
HB9HIL
1534d21eb9 replace old ht_to_mhz function with new qrg_conversion 2024-08-21 13:58:21 +02:00
phl0
9cf3385a2d Add color for LoTW Requested state and remove redundant wording 2024-07-26 14:23:14 +02:00
phl0
17542767b5 Apply LoTW ignore also to RCVD fields 2024-07-12 18:45:25 +02:00