Commit Graph

98 Commits

Author SHA1 Message Date
phl0
2fbfcfbba7 Revert "Remove stray whitespaces from translation strings"
This reverts commit faf4565631.
2025-11-07 09:06:59 +01:00
phl0
faf4565631 Remove stray whitespaces from translation strings 2025-11-06 12:50:41 +01: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
cats-shadow
74789bd64e Resized droplist for station location name and contest name to full width on pages Import/Export ADIF and eQSL Import. 2024-06-27 14:04:06 +03:00
HB9HIL
22d47b6523 typo 2024-06-08 11:25:09 +02:00
HB9HIL
9076b787fd little css fix 2024-06-08 11:24:13 +02:00
HB9HIL
2ea07d610a added multilang support to more strings 2024-06-07 02:35:59 +02:00
HB9HIL
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
Andreas Kristiansen
a4330da95a Active id is already fetched, no need for db call in foreach 2024-05-26 20:43:28 +02:00
int2001
075f2d2794 Added Option to add ADIF-Contest to Contest 2024-03-20 07:47:34 +00:00
int2001
15e25719aa Enable Uploading Files, where a space occures in ADIF-Filename (PHP-Part) 2024-02-14 05:36:09 +00:00