267 Commits

Author SHA1 Message Date
phl0
e89a0b7d78 Add text hint 2026-02-19 11:14:34 +01:00
phl0
99eaadfa36 Change to warning 2026-02-18 17:54:59 +01:00
phl0
0d327a4ff8 Add hint to single multi-grid 2026-02-18 17:54:35 +01:00
phl0
1adbc598f6 Deal with (wrong) single grid in VUCC_GRIDS 2026-02-18 17:40:31 +01:00
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
phl0
ef8c684e84 Align logbook and QSO view 2026-01-21 17:17:58 +01:00
int2001
c09ff9f56a Show used Radio at Detail-View 2025-12-23 14:31:29 +00:00
int2001
75655e94d6 Catch error for calling a deleted qso 2025-12-04 06:29:07 +00:00
Szymon Porwolik
55bf57a851 Notes: show/hide icons depending on user settings 2025-10-08 19:37:12 +02:00
Szymon Porwolik
3de79d869b Notes: basic support in the QSO view page 2025-10-07 23:52:13 +02:00
int2001
368ef761b9 Added DCL-Status to QSO-Details-View 2025-08-21 06:48:26 +00:00
phl0
baac48ca8a Show time only if not 00:00 2025-06-23 15:41:44 +02:00
phl0
9f129dcdbf Show more detailed LoTW confirmation in QSO view 2025-06-23 08:43:32 +02:00
phl0
91a9416239 Align SIG abbreviations 2025-05-07 21:25:51 +02:00
phl0
837524d56b Use contest name in QSO view as well (as does LBA) 2025-03-03 07:46:00 +01:00
int2001
6f85830ee7 A bit more safe... 2025-01-16 11:24:35 +00:00
phl0
c997f36ecc Revert sanitize on diplay. Better sanitize right on import 2025-01-16 10:11:22 +01:00
phl0
6f55b9413d Sanitize content 2025-01-16 10:08:48 +01:00
phl0
9dacd53499 Import and show incoming (e)QSL messages 2025-01-16 09:51:30 +01:00
HB9HIL
20fbaa08ed escape quotes in json to prevent the share modal from failing 2025-01-04 17:55:37 +01:00
phl0
5c757546f6 Add #cwfe hashtag to CW mode QSO tweets 2025-01-04 13:29:01 +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
dd323f6c18 [QSO View] Show confirmation info even if date is not set. 2025-01-01 15:16:50 +01:00
HB9HIL
e5d062e408 share modal implementation 2024-12-26 14:01:00 +01:00
Fabian Berg
acaf8efef9 Merge pull request #1385 from ethancedwards8/bluesky-post
views: log: qso: add post to bluesky button
2024-12-26 09:54:47 +01:00
Ethan Carter Edwards
e12b2ff505 views: log: qso: add post to bluesky button
Added post to Bluesky button, hopefully encrouaging more people to use
wavelog. SVG is used because the Unicode Character used by font-awesome
does not render on most modern browsers for some reason. SVG works
pretty universally.

Fixes: https://github.com/wavelog/wavelog/issues/1384

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2024-12-26 01:59:19 -05:00
int2001
3aa1e83e00 Added short of region to detail-view 2024-12-24 12:43:59 +00:00
int2001
9b04c57cbb Resolve abbreviation of region if available for view 2024-12-24 06:45:28 +00:00
int2001
8e482453f5 Added Region to Detail-View 2024-12-24 06:17:11 +00:00
phl0
56eb1d17da Also show correct distance in QSO view. 2024-12-07 21:23:46 +01:00
phl0
80d437ad0c Show SAT display name in QSO view if available 2024-12-02 13:33:50 +01:00
Fabian Berg
f67d3e9bbf Merge pull request #1247 from HB9HIL/distance_lp 2024-11-23 10:31:37 +01:00
HB9HIL
3406ffa63b fix some more places where antenna path matters 2024-11-21 15:26:35 +01:00
phl0
78ccb70fc7 Correct wording 2024-11-21 15:06:35 +01:00
HB9HIL
bf61fee980 fix identical ID's 2024-11-20 16:44:54 +01:00
HB9HIL
83b6af7d7b remove debugging 2024-11-20 15:39:09 +01:00
HB9HIL
f0fed3233f Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/1165 2024-11-17 16:00:55 +01:00
Joerg (DJ7NT)
7dcb3c703a Update application/views/view_log/qso.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2024-11-12 12:01:52 +01:00
int2001
cbc75158c4 Added showmail at QSO-Summary 2024-11-12 10:41:35 +00:00
Fabian Berg
a3ab95bdfa Merge branch 'dev' into ant_path 2024-11-10 13:20:22 +01:00
HB9HIL
e3e8db36b0 use context-linked translations 2024-11-06 11:47:58 +01:00
Fabian Berg
3e74c2a15b Merge branch 'dev' into ant_path 2024-11-06 11:40:53 +01:00
phl0
8a53b27b64 Align spacing 2024-11-06 10:05:55 +01:00
phl0
f7f60e07d2 Add default case 2024-11-06 09:53:00 +01:00
phl0
f82888079b Show prop mode in QSO view 2024-11-05 12:03:56 +01:00
HB9HIL
4e40118d74 show col_distance or recalculate. also show path as badge if not null 2024-11-05 10:40:40 +01:00
phl0
2fefcf73ef Remove lower case for NONE on QSO view 2024-10-23 16:10:06 +02:00
phl0
133becb5ee Remove stray whitespace 2024-09-09 08:27:26 +02:00
phl0
ffcea4af76 Add link to general GMA page 2024-09-09 08:26:41 +02:00
phl0
1e68b3bb31 Hide frequency rows in QSO view as well if zero 2024-09-03 14:49:19 +02:00