Commit Graph

107 Commits

Author SHA1 Message Date
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
phl0
c44af35850 Filter for file name extensions on various uploads 2026-01-07 18:21:21 +01:00
phl0
88f9513e34 Don't set DCL received when just updating the DOK 2026-01-06 10:00:38 +01:00
phl0
143d1b24c6 Clarify spelling 2025-12-28 10:00:24 +01:00
phl0
d4c9270a88 Remove redundant function to mark QSOs as uploaded to LoTW 2025-12-27 22:17:55 +01:00
int2001
9445db864b No ovverride of wrong station_callsign for Club Member Plus at Upload 2025-11-30 13:55:49 +00:00
int2001
8c6f57ed41 Don't show 3rd-party options to ClubMember Plus 2025-11-30 12:37:07 +00:00
int2001
b04d761070 Suppress showing "Mark exported QSOs as sent to LoTW" for ClubMember 2025-11-30 11:10:10 +00:00
int2001
d1b81f9845 Logic for showing tabs according to club/permission level 2025-11-30 09:13:22 +00:00
DB4SCW
70906a1d21 clarify text 2025-11-24 14:57:19 +00:00
DB4SCW
e40492b195 add trx number handling 2025-11-24 14:45:44 +00:00
phl0
ef2aabf660 Fix wording 2025-10-08 21:58:14 +02:00
phl0
faac75db9b Add hint to example tool 2025-09-13 20:35:28 +02:00
phl0
61eb0c440c Add POTA ref import function 2025-09-04 13:54:49 +02:00
Andreas Kristiansen
e05fb54306 Changed wording a little bit to note that no upload to third party services 2025-08-19 09:49:58 +02:00
Andreas Kristiansen
8b9cbbfc4d Protect people. Button removed. 2025-08-19 09:43:24 +02:00
Andreas Kristiansen
872e6241cc 2 check buttons 2025-08-19 09:31:00 +02:00
Andreas Kristiansen
3513049b19 [Adif import] Added loader on button, and toggle checkboxes 2025-08-19 08:54:14 +02:00
Andreas Kristiansen
adc8f50bce Fix translations 2025-08-18 19:58:27 +02:00
Andreas Kristiansen
cb9574dfce Fixed some text 2025-08-12 13:09:40 +02:00
HB9HIL
4e2017228a extend the hint about the operator in clubstation adif import 2025-06-27 22:59:47 +02:00
phl0
8a70711bf9 Harmonize spelling of QSOs (was QSO's) 2025-03-10 16:41:11 +01:00
Joerg (DJ7NT)
dfdf34ab4d Update application/views/adif/import.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-02-12 15:25:27 +01:00
int2001
e756372e9d Allow freetext for operator 2025-02-12 10:06:15 +00:00
HB9HIL
d5e936a24b fix tab control in adif page 2025-01-22 14:10:32 +01:00
HB9HIL
8d353281bf fix whitespace 2025-01-22 13:28:50 +01:00
phl0
13817c9cc2 Catch undefined club operators 2025-01-22 12:26:07 +01:00
Stefan (DB4SCW)
c4b722e583 Merge branch 'dev' into cbr_import 2025-01-08 14:29:15 +01:00
Andreas Kristiansen
3f11cf7ee0 [Adif Export] Added info that the advanced logbook can be used for export as well 2025-01-08 11:24:58 +01:00
DB4SCW
803f54551c include contest info export while adif importing 2025-01-02 15:05:48 +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
e2d1e65d23 added new adif fields to import logic 2024-12-13 08:55:53 +01:00
DB4SCW
b3989b3b2a add contest select to cbr import 2024-11-27 09:18:29 +00:00
DB4SCW
9737f51e2c better describe serial number switch in UI 2024-11-19 06:46:11 +00:00
DB4SCW
3b2ceb7ee5 fix curly braces and commit suggested changes by HB9HIL 2024-11-19 06:30:11 +00:00
DB4SCW
eccf8ac576 bug fixes 2024-11-18 14:43:08 +00:00
DB4SCW
525f430ea9 initial implementation 2024-11-18 13:27:29 +00:00
HB9HIL
c06c1586f9 better english 2024-09-13 08:05:16 +02:00
int2001
5f0a4c63c3 Be more specific. The OP-Call is meant, not the Name... 2024-09-13 05:55:11 +00:00
HB9HIL
70d599b50f renamed option to all and added label 2024-09-11 10:55:37 +02:00
int2001
38821fe280 Adds eQSL-Checkbox to importer (import as already sent) 2024-08-31 10:45:09 +00:00
HB9HIL
847327d313 Revert "added operator firstname"
This reverts commit abba3fddad.
2024-08-27 20:01:06 +02:00
HB9HIL
671c33d7de Merge remote-tracking branch 'upstream/dev' into dl250cdf_master 2024-08-17 21:25:48 +02:00
HB9HIL
d26df476c2 adjusted strings to remove the html from gettext 2024-08-15 09:04:04 +02:00
github-actions
abba3fddad added operator firstname 2024-08-03 14:29:52 +02:00
HB9HIL
65fe90f425 responsive width and height classes 2024-07-07 15:09:28 +02:00
cats-shadow
40951e3420 Reverted width of the all fields to 50%. 2024-06-27 17:21:45 +03:00
cats-shadow
e81e47ccb8 file selection field width expanded to 50%. Thanks to DF2ET! 2024-06-27 16:32:27 +03:00
cats-shadow
582b799c01 width redused to 50% 2024-06-27 15:57:58 +03:00
cats-shadow
6e1a6bf175 resized contest name droplist 2024-06-27 14:10:10 +03:00