835 Commits

Author SHA1 Message Date
Fabian Berg
a3229f5c5b Translated using Weblate (German)
Currently translated at 100.0% (163 of 163 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/de/
2025-01-15 21:42:07 +00:00
github-actions
cdbe93caef po/mo updates 2025-01-15 21:40:47 +00:00
HB9HIL
505e6ba4a9 show hint about qrz.com login credentials. QRZ.com needs your callsign as username. Email causes issues 2025-01-15 22:33:55 +01:00
int2001
c4e7d3dd85 Also for installation-config 2025-01-13 15:24:54 +00:00
github-actions
2db8867f2a po/mo updates 2025-01-03 08:33:00 +00:00
Weblate
ee93cca39b Merge remote-tracking branch 'origin/dev' into dev 2025-01-03 01:47:34 +00:00
Maciej SP2FE
75acf30199 Translated using Weblate (Polish)
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/pl/
2025-01-03 01:47:34 +00:00
Patrick Burns
e1d03b842a fix copy paste error 2025-01-02 19:45:38 -06:00
Patrick Burns
2143540d45 changed the migrate and dxcc urls in the installer to point to the same host that the user navigated to 2025-01-02 19:01:58 -06:00
Michael Skolsky
aa1a831643 Translated using Weblate (Russian)
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/ru/
2025-01-02 21:41:33 +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
github-actions
f78220ba7b po/mo updates 2025-01-01 08:26:44 +00:00
HB9HIL
789b9af523 use explicit writing in sql commands 2024-12-29 16:27:44 +01:00
github-actions
0e3d0f5113 po/mo updates 2024-12-27 14:49:23 +00:00
hellofinch
f6eec6e2e5 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/zh_Hans/
2024-12-27 12:21:06 +00:00
Francisco (F4VSE)
11c11ec533 Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/pt_PT/
2024-12-27 06:50:42 +00:00
Ethan Edwards
f69f24c80b Translated using Weblate (Spanish)
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/es/
2024-12-27 06:50:42 +00:00
Fabian Berg
0f2ab8e8bf Translated using Weblate (German)
Currently translated at 100.0% (161 of 161 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/de/
2024-12-26 08:44:22 +00:00
github-actions
17c8b42cf8 po/mo updates 2024-12-26 07:39:08 +00:00
Weblate
cadc72a3e8 Merge remote-tracking branch 'origin/dev' into dev 2024-12-26 07:34:44 +00:00
int2001
3e05018ef7 Altered Flag to show right one 2024-12-26 07:33:36 +00:00
Fabian Berg
5e02346d56 Added translation using Weblate (Armenian) 2024-12-26 07:33:22 +00:00
github-actions
81643022e1 po/mo updates 2024-12-26 07:19:10 +00:00
int2001
9f11f0ce1b Forgot the other files 2024-12-26 07:14:56 +00:00
phl0
6728ca6a1d Add to install template as well 2024-12-17 15:34:10 +01:00
HB9HIL
eb18294ec2 allow passwordless db setup 2024-12-13 10:05:28 +01:00
github-actions
e06652986d po/mo updates 2024-12-11 18:00:09 +00:00
Dragan Đorđević
59db694aa0 Translated using Weblate (Serbian)
Currently translated at 100.0% (160 of 160 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/sr/
2024-12-09 11:01:10 +00:00
github-actions
4b85ebb988 po/mo updates 2024-12-04 21:58:37 +00:00
HB9HIL
0d6579bb34 don't translate log messages. 2024-12-04 22:58:09 +01:00
github-actions
bec813bdaa po/mo updates 2024-12-04 16:45:31 +00:00
Fabian Berg
8aab1f1ccc Merge pull request #1307 from HB9HIL/installer_better_debug
[Installer] better debugging
2024-12-04 17:45:06 +01:00
github-actions
dff448fc3e po/mo updates 2024-12-04 16:06:31 +00:00
HB9HIL
a0aa67a81f fix[installer]: Remove migration lockfile if existent from a previous attempt to avoid unnecessary delay 2024-12-04 16:23:15 +01:00
Michael Skolsky
5f470e88a0 Translated using Weblate (Russian)
Currently translated at 100.0% (164 of 164 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/ru/
2024-12-04 13:15:18 +00:00
Fabian Berg
c6eed62bec Translated using Weblate (Dutch)
Currently translated at 16.4% (27 of 164 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/nl/
2024-12-04 07:53:00 +00:00
HB9HIL
bfd1a540dd fix[installer]: improve database version retrieval to avoid incorrect information 2024-12-03 12:17:26 +01:00
HB9HIL
3460318e85 feat[update]: add a hint for dxcc update failure 2024-12-03 11:11:04 +01:00
HB9HIL
b95cd1afd6 fix[installer]: database version check was hard fence. should be soft fence 2024-12-03 11:02:50 +01:00
HB9HIL
029c53e65b feat[installer]: enhance database error logging 2024-12-03 10:52:07 +01:00
HB9HIL
c13f1b2af3 feat[installer]: enhance error logging for AJAX operations with status details 2024-12-03 10:42:02 +01:00
HB9HIL
e904a0d8df feat[installer]: improve logging messages for config file operations 2024-12-03 10:22:22 +01:00
HB9HIL
6e7f852c26 feat[installer]: enhance database configuration process with detailed logging 2024-12-03 10:15:14 +01:00
HB9HIL
79c9559f4f fix[installer]: remove potential security issue with chmod 2024-12-03 10:05:53 +01:00
HB9HIL
14a52539c9 feat[installer]: added error logging to data validation 2024-12-03 10:04:48 +01:00
github-actions
f4e8bfa3d7 po/mo updates 2024-11-28 07:17:59 +00:00
HB9HIL
40028805ab add qrzcq to the installer 2024-11-27 22:31:02 +01:00
HB9HIL
95c7bd61b1 added hint in trx control config that nothing is implemented yet. just to avoid confusion 2024-11-23 10:16:19 +01:00
github-actions
e55f4c4c34 po/mo updates 2024-11-23 00:22:37 +00:00
Fabian Berg
39bcf19b03 Translated using Weblate (Italian)
Currently translated at 100.0% (164 of 164 strings)

Translation: Wavelog/Installer
Translate-URL: https://translate.wavelog.org/projects/wavelog/installer/it/
2024-11-23 00:21:42 +00:00