Commit Graph

195 Commits

Author SHA1 Message Date
Szymon Porwolik
a0659bb31e Initial commit of DX Waterfall for Wavelog 2025-10-22 21:52:05 +02:00
Andreas Kristiansen
d916a1b7de Remove experimental text 2025-10-16 09:28:59 +02:00
int2001
189f1797c0 Force User to enter mailadress instead of call 2025-10-07 06:38:09 +00:00
Szymon Porwolik
487d52d105 User solar danel widget at the user dashboard shall be now be hidden by default. 2025-09-24 10:24:57 +02:00
Szymon Porwolik
ad528539b4 New model: HAMqsl data with solar activity and propagation. User can display brief information of the solar activity at the Dashboard. Model can be re-used in various other places. 2025-09-23 00:33:52 +02:00
int2001
5bdc0a8de5 Merge branch 'dev' into dcl_frontend 2025-08-24 16:42:45 +00:00
Fabian Berg
d8eea4edad better wording
@iu2frl suggested to extend this explaination so users will better understand how to add locations to the quickswitch.
2025-08-21 22:18:57 +02:00
int2001
8922b3dc67 Added DCL to Usersettings 2025-08-21 06:29:52 +00:00
Andreas Kristiansen
2fce91899a Added ption to turn-off auto-match on direct requests 2025-08-04 11:47:31 +02:00
Andreas Kristiansen
5d0bf21fa3 Added user option for auto queue 2025-07-30 09:56:05 +02:00
Andreas Kristiansen
06fecbbc7f [Users] Added more info about date format in the dropdown 2025-07-29 11:43:19 +02:00
Andreas Kristiansen
aa87ee1f0d Fix oqrs dropdown options 2025-07-15 07:59:04 +02:00
Andreas Kristiansen
554a98e960 [OQRS] Move from global options to user options 2025-07-15 07:03:30 +02:00
HB9HIL
bdea4ad78e search callsign is the better default option 2025-07-08 18:07:08 +02:00
HB9HIL
4b11ff09bf allow propagation in logbook overview as column 2025-06-04 19:03:50 +02:00
phl0
91a9416239 Align SIG abbreviations 2025-05-07 21:25:51 +02:00
phl0
fd4d55fcee Add grid check to station profiles add/edit as well 2025-05-02 14:10:46 +02:00
Fabian Berg
12e9d4e679 Move Dashboard Settings to the Dashboard Settings tab instead General Tab 2025-04-28 13:32:24 +02:00
Andreas Kristiansen
58373b9f52 [Dashboard] User option for banner 2025-04-28 11:46:28 +02:00
int2001
18f247d5be Don't allow whitespaces in forms for station_calls 2025-03-21 16:16:17 +00:00
Filip Melík
d71af44fbb add qso widget configuration into settings 2025-02-27 22:01:57 +01:00
Filip Melík
85bc1fa265 Fix case when adding new user, make widget url variable in UI conditional to preven php warning 2025-02-23 13:28:41 +01:00
Filip Melík
1005238ccb Add settings UI + logic 2025-02-23 13:28:41 +01:00
Filip Melík
1c1dbff13c Fix comments 2025-02-23 13:28:41 +01:00
int2001
ec40302cef Removed global-option and added map_at_right 2025-02-18 05:58:19 +00:00
int2001
05bc18a2a6 Make dashboard-map user-configurable 2025-02-17 12:22:57 +00:00
Filip Melík
dca5bb58c6 Add QSO setting option, Enable saving the setting value in add/edit user methods 2025-01-30 21:09:20 +01:00
Filip Melík
b710ccd388 Add dashboard QSO count setting into the Edit user page 2025-01-29 19:55:47 +01:00
Joerg (DJ7NT)
0f4fcfd8c6 Revert "Dashboard improvements" 2025-01-28 12:41:00 +01:00
Filip Melík
8c0cab1cf0 Add dashboard QSO count setting into the Edit user page 2025-01-27 19:45:05 +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
HB9HIL
395ce97783 more fancy UI and js code reduction 2024-12-19 10:33:40 +01:00
phl0
531c91911b Optimize wording and translations 2024-12-19 10:15:04 +01:00
int2001
1ddf01aaa5 Adjustments 2024-12-19 08:12:09 +00:00
int2001
fb555ecdef AJAXing (PHP) 2024-12-19 07:49:00 +00:00
phl0
e31bc3828d Fix typo 2024-12-12 18:07:00 +01:00
HB9HIL
dba172f7f1 use darkly as standard theme for new users 2024-11-29 09:39:33 +01:00
HB9HIL
27ec2292f2 show hint about clublog app passwords 2024-11-02 23:20:29 +01:00
HB9HIL
bba4130cd8 check for username aswell 2024-08-22 16:54:02 +02:00
HB9HIL
035628ccff fixed php error
in the first try I did it the wrong way
2024-08-22 15:55:19 +02:00
HB9HIL
f282772c06 fix php error 2024-08-22 12:37:06 +02:00
HB9HIL
dd7bc641ff disable user_name edit on demo 2024-08-16 01:53:20 +02:00
HB9HIL
30156a6144 add flags to user language edit and add 2024-07-22 16:16:03 +02:00
HB9HIL
3b9dccdd73 show translated language names 2024-07-09 16:01:05 +02:00
HB9HIL
feb57a2be4 fix language selection for other users 2024-07-03 17:44:35 +02:00
phl0
60eded80e4 Fix variable assignment 2024-06-14 09:23:52 +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
8629957cee * html syntax fix in view user 2024-06-13 12:07:49 +02:00