Commit Graph

315 Commits

Author SHA1 Message Date
phl0
75ee27c512 Unbeta sat flightpath 2025-01-17 13:59:40 +01:00
HB9HIL
ac746a51de show no clubs available only for admin 2025-01-07 05:57:36 +01:00
HB9HIL
1219e7a232 please WAE award in cat. 'international' 2025-01-03 09:53:26 +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
fb96a06138 [Menu] Satellite pass is now available for all 2024-12-31 19:50:39 +01:00
Andreas Kristiansen
af36d9b87c Framework for WAE 2024-12-19 14:24:15 +01:00
Andreas Kristiansen
26bf9cd2d1 Remove beta and need to be admin for sat pass (for now) 2024-12-09 11:05:52 +01:00
HB9HIL
6682e49aca fix typo 2024-11-25 00:05:28 +01:00
Andreas Kristiansen
0dc10ac172 Merge branch 'dev' into azelstats 2024-09-08 18:23:33 +02:00
Andreas Kristiansen
c1fe605e1a [Awards] Added Worked All Continents 2024-09-06 11:24:03 +02:00
phl0
dcdfc586e8 Show open and total number of OQRS requests 2024-09-04 18:03:32 +02:00
phl0
07d326fb8d Rename menu entry 2024-09-02 10:18:22 +02:00
phl0
6be5ce0f72 Add page with distance records per SAT 2024-08-29 17:14:45 +02:00
DB4SCW
0ad36660e2 change menu text in main layout 2024-08-23 13:17:14 +02:00
DB4SCW
3c2e0ce898 initial implementation of REG1TEST EDI Format Export 2024-08-22 20:20:42 +02:00
Andreas Kristiansen
bac0a39750 Merge branch 'dev' into azelstats 2024-08-10 08:38:28 +02:00
Andreas Kristiansen
2c769b88a8 Merge pull request #716 from AndreasK79/sat_stuff 2024-08-08 16:50:01 +02:00
int2001
45f8bfc906 Fix issue, where station_power is null 2024-08-08 07:54:28 +00:00
Andreas Kristiansen
8c7e7aaaaa Moved menu items to sat 2024-08-08 09:38:25 +02:00
Andreas Kristiansen
ccd10f3c71 Hide menu items if dev mode is not active 2024-08-08 09:28:13 +02:00
Andreas Kristiansen
3486519f6a Merge branch 'dev' into sat_stuff 2024-08-08 09:12:28 +02:00
Andreas Kristiansen
c18be54226 Early start on table and chart for elevation stats 2024-08-05 18:13:49 +02:00
Andreas Kristiansen
3671c1a376 Added a page for QSL statistics, just numbers 2024-07-29 19:39:49 +02:00
Andreas Kristiansen
49bb096126 [Sat planner] First version of sat planner added 2024-07-21 13:32:11 +02:00
Andreas Kristiansen
f4b1ca66ce Merge branch 'dev' into sat_stuff 2024-07-18 18:01:00 +02:00
int2001
08505cd204 Hotfix OQRS-Disable disabled labels as well 2024-07-11 18:30:46 +00:00
int2001
2ca4c40a30 Renamed print QSL to QSL Queue in Menue 2024-07-11 12:19:46 +00:00
Florian (DF2ET)
46e26b74f9 Merge pull request #499 from phl0/slashZeros
Slash zeros
2024-07-06 06:56:43 +02:00
Andreas Kristiansen
299171596f Fix menu, translation and mig script 2024-07-02 11:46:16 +02:00
Andreas Kristiansen
08d9e4ba13 Merge branch 'dev' into sat_stuff 2024-07-02 11:41:42 +02:00
Andreas Kristiansen
51539688a9 [Advanced Logbook] Multi select is now available in the location dropdown 2024-06-28 13:29:52 +02:00
phl0
09a3bdaaaa Slash some more zeros 2024-06-26 12:17:48 +02:00
HB9HIL
24f11b466d switch to hide user menu 2024-06-26 00:46:25 +02:00
phl0
c7519f0e5f Fix merge conflicts 2024-06-14 09:20:38 +02:00
HB9HIL
8da6d4a99c Merge branch 'dev' into alpha 2024-06-13 15:00:16 +02:00
Christoph Kottke
ed28899a1b * [OQRS] hide menu entry only if the feature is disabled 2024-06-13 14:40:54 +02:00
Christoph Kottke
200f6d965f * [OQRS] show menu entry only if requests occur 2024-06-13 12:08:50 +02:00
HB9HIL
99e56a876b stringify 2024-06-07 14:58:23 +02:00
HB9HIL
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
HB9HIL
4678990403 Merge branch 'dev' into gettext_pr1 2024-06-06 12:47:17 +02:00
HB9HIL
02f7471d75 html language definitions 2024-06-06 10:47:55 +02:00
int2001
f0a73c9177 config-switch to disable qsl-image-feature 2024-06-06 05:29:15 +00:00
HB9HIL
f5c191de84 Merge branch 'dev' into loose_weight 2024-05-28 12:57:47 +02:00
Andreas Kristiansen
ff25d804aa Reduces same db calls 2024-05-28 10:04:01 +02:00
HB9HIL
1d79742805 Merge remote-tracking branch 'upstream/dev' into loose_weight 2024-05-24 12:40:34 +02:00
Andreas Kristiansen
8acccc4a82 Decrease db queries for dashboard rendering 2024-05-24 10:40:48 +02:00
HB9HIL
0b7f6545d2 strip fontawesome 2024-05-23 11:04:23 +02:00
HB9HIL
09beb6468f utc time should have the same color as the rest of the menu 2024-05-08 10:11:23 +02:00
HB9HIL
fad182e3f8 fix utc header time 2024-05-05 17:22:22 +02:00