Commit Graph

345 Commits

Author SHA1 Message Date
Szymon Porwolik
3f16e594d5 Merge branch 'wavelog:master' into dev_sticky_note 2025-10-26 10:31:44 +01:00
Szymon Porwolik
314889e991 Notes: layout change 2025-10-08 23:33:55 +02:00
Andreas Kristiansen
27d3e79af5 [Awards] WPX added 2025-09-27 12:09:09 +02:00
int2001
3e3ffc09d0 sample-config and menu-entry 2025-08-23 14:57:17 +00:00
int2001
cae240920c Reduce code and captions to UPLOAD only (1st iteration) 2025-08-21 14:22:51 +00:00
int2001
08d24d1b3b Added to menue 2025-08-21 10:46:39 +00:00
tallcode
1fb485c69c Add WAPC Award 2025-07-23 10:01:17 +08:00
Andreas Kristiansen
c2155e01ee Merge pull request #2103 from AndreasK79/dxcluster_mode 2025-07-10 15:07:43 +02:00
int2001
c891c3d38b Mobe confirmations overview to new controller 2025-07-09 06:08:09 +00:00
Andreas Kristiansen
947e6155ee Merge branch 'dev' into dxcluster_mode 2025-07-07 14:14:09 +02:00
Andreas Kristiansen
e0ac1f46e8 [QSO Confirmations] Added a new view for QSO confirmations 2025-07-05 13:11:03 +02:00
Andreas Kristiansen
48a8833342 Added gui for viewing bandedges 2025-07-05 07:56:31 +02:00
int2001
f4b8950bfe Added Usermode to menue 2025-06-25 05:33:32 +00:00
Andreas Kristiansen
d27cea5b5d [EME Initials] Created link and view 2025-05-26 12:36:40 +02:00
Alexander
43981ebe51 Add Dutch VRZA WAP Worked All Provinces award 2025-05-21 23:47:57 +02:00
Fabian Berg
3c76701209 fix[cq waz award] Adjusted wordings for CQ Worked All Zones Award 2025-04-09 09:36:53 +02:00
int2001
38c7d64ca4 RaAdded colon 2025-03-28 08:40:44 +00:00
int2001
b203440243 Added tooltip for missing locations at qeuickswitcher 2025-03-28 08:39:30 +00:00
phl0
6c2b109ea6 Add 73on73 SAT award 2025-02-27 09:25:58 +01:00
MatykoBr
da431b1717 Adding back previously removed code and fixing dropdowns
Noticed my mistake and added back the code. Modified it. Now the dropdowns work fine on mobile.
2025-02-13 20:40:10 +01:00
MatykoBr
be554d7457 Removing unneccessary code from header.php
Removing unnecessary code from header.php that prevents the dropdown-menus in the nav-bar from closing after another one is opened.
2025-02-13 20:02:00 +01:00
MatykoBr
7f3c0f8418 Added support for Markdown in Notes as requested in #936
Added EasyMDE instead of Quill as the editor, because it supports Markdown (requested in #936 ). Made the colors of the editor fit the colors of the selected theme.
2025-02-11 22:19:59 +01:00
Andreas Kristiansen
01685450f3 Merge pull request #1558 from AndreasK79/clublog_gui
Clublog gui
2025-01-31 09:30:09 +01:00
Filip Melík
f409d4266d Use the value from settings in the UI 2025-01-30 21:09:45 +01:00
Andreas Kristiansen
1804671451 Merge branch 'dev' into clublog_gui 2025-01-29 19:56:39 +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
Andreas Kristiansen
9ea04dbc0e Merge branch 'dev' into clublog_gui 2025-01-25 08:14:24 +01:00
Andreas Kristiansen
8b3547934f Merge branch 'dev' into clublog_gui 2025-01-19 19:29:30 +01:00
Andreas Kristiansen
facb0cfa69 [Callsign Statistics] Made a view to see how many times you worked a callsign 2025-01-19 15:33:26 +01:00
Andreas Kristiansen
0e21df3ced [Clublog] Started making GUI for syncing Clublog 2025-01-17 14:02:20 +01:00
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