Commit Graph

154 Commits

Author SHA1 Message Date
HB9HIL
feefd7ac84 dead code 2026-03-16 01:07:41 +01:00
int2001
3eae1c71db Add option to disable Map at QSO-Window 2026-02-22 09:02:23 +00:00
Fabian Berg
d4e4e37f77 upps
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-01-25 09:08:12 +01:00
HB9HIL
f740b188c8 return qso_id and adif data from create_qso() in an array so it can reused in other places aswell 2026-01-24 22:06:41 +01:00
HB9HIL
91fcbafbd1 radical cleanup 2026-01-24 20:53:32 +01:00
int2001
5ddff1f787 Emit ADIF to Websocket (if in qso) on logging 2026-01-05 08:46:33 +00:00
int2001
35b0cf80f4 Make Station_Location optionally move to 1st tab 2025-12-10 21:05:26 +00:00
Szymon Porwolik
0d11587bd1 cqz is not required - it's handled at model anyway 2025-11-23 00:38:53 +01:00
HB9HIL
08626fe094 use global options for dxwaterfall 2025-11-11 15:43:24 +01:00
Szymon Porwolik
d90e982e3a Merge branch 'dev' into dev_dx_widget 2025-10-26 12:36:40 +01:00
Andreas Kristiansen
9e76830455 Fix my_call replacement 2025-10-24 16:15:44 +02:00
Andreas Kristiansen
63814d05d2 Adding defaults 2025-10-23 18:50:49 +02:00
Szymon Porwolik
a0659bb31e Initial commit of DX Waterfall for Wavelog 2025-10-22 21:52:05 +02:00
phl0
22cdb2c16b Cover empty user options 2025-10-15 19:35:23 +02:00
Andreas Kristiansen
4d0a9af624 [Winkey] Added 5 more macros 2025-10-15 14:32:48 +02:00
int2001
1061d94595 Use Usermodes for QSO-Edit 2025-06-23 10:40:32 +00:00
phl0
fa273a50d3 Use existing JS 2025-06-03 07:55:35 +02:00
Joerg (DJ7NT)
2dec053ddb Merge pull request #1804 from int2001/autofill_az_ele_qso
Autofill az ele qso
2025-03-28 09:10:33 +01:00
int2001
923328388a Take care of lat/lng of QTH (depends on station_location) 2025-03-26 14:36:34 +00:00
Andreas Kristiansen
a313d261a7 [QSO Entry] Add summary for more awards 2025-03-24 10:01:41 +01:00
int2001
ed3c1d301c Raise validation_errors to frontend 2025-02-16 11:36:57 +00:00
int2001
aeca52bfe8 Added return-values with details on failed save-attempt 2025-02-15 07:51:05 +00:00
int2001
ebe56b23cd try/catch around edit-saver 2025-02-14 07:52:24 +00:00
int2001
22676139ed evaluate output from editing 2025-02-14 07:00:07 +00:00
int2001
24582c9126 Tried to tidy up the intention-mess 2025-02-13 14:44:53 +00:00
int2001
1a52776f3e Prevent mysql error if no date is given at edit 2025-02-13 14:44:12 +00:00
Filip Melík
f409d4266d Use the value from settings in the UI 2025-01-30 21:09:45 +01:00
Florian (DF2ET)
a9454e95d0 Last QSO count to session to fix last of specific callsign (#3) 2025-01-29 12:29:37 +01:00
phl0
d5892e47a3 Value of constant should also be used in text message 2025-01-29 09:25:28 +01:00
Filip Melík
79b3eaaa5e Fix codestyle 2025-01-28 18:38:12 +01:00
Filip Melík
809b65247a Extract recent QSO count in QSO page to a constant 2025-01-28 18:35:52 +01:00
Joerg (DJ7NT)
0f4fcfd8c6 Revert "Dashboard improvements" 2025-01-28 12:41:00 +01:00
Filip Melík
be0f98239a Fix codestyle 2025-01-27 19:45:05 +01:00
Filip Melík
e6fcd611b4 Extract recent QSO count in QSO page to a constant 2025-01-27 19:45:05 +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
e5d062e408 share modal implementation 2024-12-26 14:01:00 +01:00
int2001
d458465af6 Added ability to log mail at qso 2024-11-12 10:24:27 +00:00
HB9HIL
f91fffc6ca user_options_model is already part of the autoloader 2024-10-21 15:21:11 +00:00
HB9HIL
ffdeaf8812 initial proof of concept 2024-09-19 18:13:56 +02:00
HB9HIL
b069db1d7c ?? '' for station power 2024-09-12 12:54:30 +00:00
phl0
f2039965a2 Add input/edit boxes and corresponding functions 2024-09-02 12:27:57 +02:00
phl0
88e006ef2d Prevent QRA lib being loaded over and over again (and spilling debug
log)
2024-08-27 12:36:50 +02:00
Andreas Kristiansen
531e973810 [Winkey] Did a little touch up of the code here 2024-08-19 10:10:20 +02:00
HB9HIL
5dee1b9968 You're not allowed to do that! 2024-08-16 10:08:44 +02:00
HB9HIL
4aef2c8008 removed doubled xss clean 2024-08-13 21:54:35 +02:00
HB9HIL
6a5309621c xss cleaning in qso controller 2024-08-13 11:04:36 +02:00
HB9HIL
98f1677144 Merge branch 'dev' into default_radio 2024-08-06 17:18:44 +02:00
github-actions
fc25037cfb xss_cleaned some more GET inputs 2024-08-06 13:16:20 +02:00
github-actions
acab506dcb more hard test for the get parameter 2024-08-06 13:04:55 +02:00
github-actions
c6bd33d16a show which radio was last updated 2024-08-06 00:04:59 +02:00