Commit Graph

2559 Commits

Author SHA1 Message Date
Andreas Kristiansen
a74369d8df [Advanced Logbook] Fixing empty text field search 2025-01-19 19:06:12 +01:00
phl0
5b1a5d9696 Skip htmlentities on import 2025-01-16 13:04:13 +01:00
phl0
f86196a7d9 Add QSL msg to card download function 2025-01-16 12:16:13 +01:00
phl0
216590aa6d Handle missing/empty QSL msg 2025-01-16 10:13:55 +01:00
phl0
c997f36ecc Revert sanitize on diplay. Better sanitize right on import 2025-01-16 10:11:22 +01:00
phl0
9dacd53499 Import and show incoming (e)QSL messages 2025-01-16 09:51:30 +01:00
Joerg (DJ7NT)
9a1c780b93 Merge pull request #1501 from int2001/qrz_lastqso
Fix for Last-QRZ-QSL
2025-01-15 14:26:28 +01:00
int2001
6f403f893b Typo 2025-01-15 12:32:02 +00:00
int2001
22bef0d504 Fix QRZ LastQSL-Logic 2025-01-15 12:22:58 +00:00
Andreas Kristiansen
3dd4fec912 Merge pull request #1497 from AndreasK79/lba_batchedit_satfix
[Advanced Logbook] Enhance sat edit and fix sat mode
2025-01-15 12:19:02 +01:00
phl0
81d640418d Save a separate table update for distance 2025-01-15 09:55:16 +01:00
phl0
d0677ed660 Adjust binding array 2025-01-15 09:12:26 +01:00
Andreas Kristiansen
e0cc1df358 Need to init variables. Added blank for band for sat. 2025-01-14 11:34:34 +01:00
Andreas Kristiansen
deefb97e39 [Advanced Logbook] Enhance sat edit and fix sat mode 2025-01-14 09:22:08 +01:00
HB9HIL
90dbc21967 fixing LoTW update bug, which was cause by wrong WHERE parameters. Since we have the QSO ID we can skip the other parameters anyway. 2025-01-14 09:21:13 +01:00
Andreas Kristiansen
6e43c3f380 [DXCC Award] Made the contact popup more future safe 2025-01-12 13:58:24 +01:00
Andreas Kristiansen
a257089c8f [QSO Edit] Added Clublog under QSL 2025-01-10 09:26:36 +01:00
Joerg (DJ7NT)
9811d7d565 Merge pull request #1485 from int2001/add_bearing
Add bearing to Dashboard/Overview/Map
2025-01-09 09:50:29 +01:00
phl0
b95fe4d50c Support for VUCC grids 2025-01-09 08:56:10 +01:00
phl0
955ced7a7e Transform fields to upper case on save/edit 2025-01-09 07:38:39 +01:00
int2001
8f7cc409fd Added Bearing to Overview- and Dashboard-Map 2025-01-09 06:33:14 +00:00
Andreas Kristiansen
9b6c44fcef Merge pull request #1476 from AndreasK79/lba_clublog_batch_edit
[Advanced Logbook] Added Clublog status in batch edit
2025-01-08 09:38:24 +01:00
Fabian Berg
e8c85b9d03 Merge branch 'dev' into firstlogin_wizard 2025-01-07 21:34:41 +01:00
HB9HIL
e0e4a027da Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/1473 2025-01-07 21:32:36 +01:00
Andreas Kristiansen
e2653f00fa [Advanced Logbook] Added Clublog status in batch edit 2025-01-07 18:53:38 +01:00
HB9HIL
344848cee6 allow searching for first and lastname at the same time 2025-01-07 07:05:21 +01:00
HB9HIL
5e13f920c6 remove club permissions on conversion 2025-01-07 06:49:32 +01:00
HB9HIL
ef4a48b7fc missing method in user model 2025-01-05 10:43:30 +01:00
Fabian Berg
c2363748d7 Merge branch 'dev' into firstlogin_wizard 2025-01-04 18:07:40 +01:00
int2001
14048c9517 Found an old leftover which was never used 2025-01-04 11:18:14 +00:00
Fabian Berg
3b5ed1be6f Merge pull request #1433 from int2001/optimize_club_users
[WIP] Cluboptimizing
2025-01-03 10:19:25 +01:00
Fabian Berg
da2be53b93 Merge branch 'dev' into firstlogin_wizard 2025-01-03 09:30:52 +01:00
HB9HIL
a588180063 First Login Wizard 2025-01-03 09:28:07 +01:00
Andreas Kristiansen
73a3049a4b [WAC Award] Added a check before unset 2025-01-03 08:23:49 +01:00
Florian (DF2ET)
74b2acd029 Update application/models/Logbook_model.php
Fine

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-01-03 01:13:07 +01:00
phl0
bf871d82e7 Skip importing sig_info if sig is not set 2025-01-03 00:59:14 +01:00
int2001
fe1d11982f Fixes missing API-Key/Radio Bug 2025-01-02 12:53:46 +00:00
HB9HIL
630bb56ea9 show user_name in dropdown 2025-01-02 11:40:14 +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
int2001
1232560ac7 Added Last-Worked to cluster (PHP) 2025-01-01 17:33:50 +00:00
int2001
5409c5502c Cosmetics 2024-12-31 17:28:14 +00:00
int2001
0d71f93e60 Update DXCC coming from LoTW to Log 2024-12-31 17:21:36 +00:00
Andreas Kristiansen
64e77e1146 Filter streak correctly 2024-12-29 16:46:50 +01:00
Andreas Kristiansen
c5f62ee121 [QSO Streak] Fix when the streak is ended and now QSO is logged after that 2024-12-29 16:38:25 +01:00
Andreas Kristiansen
06155e9165 Re-added filter for !sat when doing summary 2024-12-29 08:09:17 +01:00
Andreas Kristiansen
33552f2998 Added a few fences 2024-12-28 20:43:55 +01:00
Andreas Kristiansen
0defe4be7a [WAE] Tweaked model to speedup award 2024-12-28 20:24:56 +01:00
HB9HIL
7caeba2f03 Try to import the QSL Message from the ADIF file, otherwise use the default message from the station profile 2024-12-27 15:48:10 +01:00
int2001
21be61044d Remove AI from WAE (not part of WAE) 2024-12-26 10:03:26 +00:00
Andreas Kristiansen
0cab72ca14 Merge branch 'dev' into wae_award 2024-12-25 09:53:36 +01:00