Commit graph

418 commits

Author SHA1 Message Date
HB9HIL
505e6ba4a9 show hint about qrz.com login credentials. QRZ.com needs your callsign as username. Email causes issues 2025-01-15 22:33: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
HB9HIL
f1f0a6e4ee release 1.9.1 2025-01-01 18:07:24 +01:00
int2001
3e05018ef7
Altered Flag to show right one 2024-12-26 07:33:36 +00:00
int2001
9f11f0ce1b
Forgot the other files 2024-12-26 07:14:56 +00:00
int2001
f4ac0afbbd
Added Armenian 2024-12-26 07:06:57 +00:00
Fabian Berg
0f243a1297
Merge pull request #1313 from HB9HIL/adif315
ADIF Standard Version 3.1.5
2024-12-19 11:53:47 +01:00
phl0
ae5096df57
Oooopps 2024-12-18 11:58:52 +01:00
phl0
c82cb317c2
Fix some whitespace 2024-12-18 11:29:24 +01:00
phl0
09a6f4c11b
Add option to enable eqsl massdownload
Disabled by default bceause not thread safe.
2024-12-17 11:52:30 +01:00
HB9HIL
87791396eb adjust migration version in config 2024-12-14 09:35:51 +01:00
Andreas Kristiansen
899eb67a1f Added cron job and button under debug for update TLE 2024-12-07 20:04:28 +01:00
HB9HIL
b28229b34e release mig 1.9 2024-12-05 21:07:42 +01:00
phl0
d7ec43b7b1
Merge remote-tracking branch 'upstream/dev' into refactorSat 2024-12-01 14:26:14 +01:00
Andreas Kristiansen
1d340ed195 Added qrzcq to the config sample 2024-11-27 20:13:10 +01:00
HB9HIL
95c7bd61b1 added hint in trx control config that nothing is implemented yet. just to avoid confusion 2024-11-23 10:16:19 +01:00
phl0
0cd44a5b93
Merge remote-tracking branch 'upstream/dev' into refactorSat 2024-11-11 16:16:13 +01:00
int2001
d79f6187c8
Extend SIG-Cols in Database 2024-11-11 08:14:02 +00:00
int2001
106d27575f
Add cat_url (for spot to TRX) to cat-table 2024-11-08 13:32:40 +00:00
HB9HIL
e1773fb26a library for trx-control 2024-11-03 23:23:38 +01:00
phl0
e1e316f074
Update/add MESAT and SONATE-2 and reset LoTW upload for those 2024-10-24 14:08:29 +02:00
HB9HIL
c3a2b9d4be mig 224 for version 1.8.8 2024-10-22 17:07:17 +00:00
HB9HIL
fbe1d16804
Merge pull request #1086 from HB9HIL/estonian
Added Baltic Languages
2024-10-17 16:22:18 +02:00
phl0
2c29a60ac2
Increase migration 2024-10-17 14:34:18 +02:00
HB9HIL
aabcc55e1f added baltics 2024-10-17 08:10:11 +02:00
int2001
0c8e75cac4
Added Migration to Add the None-DXCC 2024-10-10 06:31:41 +00:00
HB9HIL
a4a5074277
Merge branch 'dev' into session 2024-10-07 11:36:32 +02:00
HB9HIL
c2e9c2625f better place it in the config.php 2024-10-07 09:31:10 +00:00
HB9HIL
44e592b128 version 1.8.6 mig 2024-10-07 06:35:53 +00:00
phl0
675e54807e
Use LoTW names where assigned 2024-09-24 16:00:16 +02:00
HB9HIL
8573eae1ba fix mig number 2024-09-13 08:27:23 +02:00
HB9HIL
ec2fdd9367 turn version check config around so users don't need to add the config item 2024-09-12 17:55:36 +02:00
phl0
13bb263bfe
Add version check to cron manager 2024-09-12 16:23:58 +02:00
phl0
a51094f22e
Only if enabled in config 2024-09-12 16:13:01 +02:00
Joerg
c018ded912
Prepare 1.8.5 Hotfix 2024-09-06 18:30:04 +02:00
Joerg
35730c4353
Preparing release of v1.8.4 2024-09-05 19:12:11 +02:00
phl0
81b38996ee
Preparing release of v1.8.3 2024-08-30 09:27:00 +02:00
HB9HIL
a09855f69f created new settings column in contest_session 2024-08-27 10:56:26 +02:00
HB9HIL
f76db5c58e add to the sample configs 2024-08-21 17:02:52 +02:00
HB9HIL
5d2b8c998e add config switch to disabled impersonate 2024-08-19 21:07:26 +02:00
HB9HIL
2a2fcc280a also added albanian 2024-08-12 11:40:16 +02:00
HB9HIL
1700e273d4 adjusted country codes 2024-08-12 10:44:23 +02:00
HB9HIL
1310d52e97 added 4 new languages 2024-08-11 21:42:01 +02:00
Andreas Kristiansen
3486519f6a Merge branch 'dev' into sat_stuff 2024-08-08 09:12:28 +02:00
HB9HIL
b1dbfca596 version tag 2024-08-07 15:07:46 +02:00
HB9HIL
df07b81e77
Merge branch 'dev' into tag_1_8_1 2024-08-06 21:01:30 +02:00
github-actions
016470b543 mig 212 2024-08-05 21:56:54 +02:00
HB9HIL
ed1ecafd84
Merge branch 'dev' into miglock 2024-08-05 21:36:01 +02:00
github-actions
1b69701c00 change description of encryption key in config 2024-08-03 11:25:20 +02:00
github-actions
d538aaf7d5 set the lifetime higher 2024-08-02 12:02:47 +02:00