93 Commits

Author SHA1 Message Date
HB9HIL
19952d988a updated wiki links 2026-02-25 12:01:29 +01:00
HB9HIL
c85fb353e3 set default caching type to apcu to improve UX (fallback is always file) 2026-02-20 16:59:11 +01:00
HB9HIL
359441646b make dxcluster refresh time configurable 2026-02-16 08:38:21 +01:00
HB9HIL
09441452ae typos 2026-02-06 22:50:20 +01:00
HB9HIL
909289360e synced configs 2026-02-06 22:42:11 +01:00
HB9HIL
937f09eae7 Drop support for wincache 2026-02-02 10:38:52 +01:00
HB9HIL
a19a79360e added an important note about cache_path since we may force file based caching for larger files instead using the configured adapter 2026-02-01 20:38:29 +01:00
HB9HIL
a1a6342cb6 added a comment to be more clear about file adapter 2026-02-01 20:32:49 +01:00
HB9HIL
f4427c1fa3 APC is legacy and does not exist anymore. But apcu works awesome so adjusted the config sample 2026-02-01 20:30:22 +01:00
HB9HIL
6299e02e81 added key_prefix to the caching config 2026-02-01 20:17:26 +01:00
HB9HIL
3a2bce8646 make the cache adapter as config options and use them when calling the cache lib 2026-02-01 19:33:51 +01:00
HB9HIL
310dcfabba config sync 2026-01-26 14:07:22 +01:00
HB9HIL
86ffc6dd77 improved wording 2026-01-26 13:41:18 +01:00
HB9HIL
ce4a5e7b9d enforce minimum session expiration time of 43200 seconds for security and create session_token instead of using session id for hash creation 2026-01-26 13:04:28 +01:00
int2001
2ce1636786 Introduce (optional) Ratelimiting on API 2026-01-07 07:35:32 +00:00
Andreas Kristiansen
13e361e72a Added to config sample 2026-01-02 13:33:14 +01:00
phl0
0a1ba3e8de Add headline 2025-12-13 18:13:55 +01:00
phl0
37168a1f09 Some explanations re multi-callbooks in sample config 2025-12-13 18:09:24 +01:00
phl0
973b304a6d Update sample config 2025-12-10 15:43:24 +01:00
Szymon Porwolik
2d972c66ac Cache improved 2025-11-18 19:41:17 +01:00
Szymon Porwolik
33701834fd New config variable 2025-11-18 18:49:11 +01:00
Szymon Porwolik
4f13ebf9c7 Config.php setting for file cache 2025-11-01 19:23:45 +01:00
Szymon Porwolik
7105c4b39b Removed workaround for Yaesu radios 2025-10-27 15:35:22 +01:00
Szymon Porwolik
299640c52f Reverted previous config.sample.php 2025-10-27 15:25:59 +01:00
Szymon Porwolik
1b74602941 Removed config.php option for cat pooling 2025-10-27 15:23:40 +01:00
Szymon Porwolik
4e67b783f5 CAT polling interval into config file 2025-10-23 19:57:06 +02:00
int2001
3e3ffc09d0 sample-config and menu-entry 2025-08-23 14:57:17 +00:00
HB9HIL
2392caadab config switch to disable qso counter in user list 2025-01-30 20:59:20 +01:00
HB9HIL
96e537c730 make the whole subfolder story more bullet proof 2025-01-22 10:43:01 +01:00
Joerg (DJ7NT)
80bd1f01ac Merge pull request #1495 from int2001/brute_force_protection
Brute force protection
2025-01-20 16:33:46 +01: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
62dea3fc2e Make amount of failed logins configurable (defaults to 3) 2025-01-13 15:23:14 +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
phl0
09a6f4c11b Add option to enable eqsl massdownload
Disabled by default bceause not thread safe.
2024-12-17 11:52:30 +01:00
Andreas Kristiansen
1d340ed195 Added qrzcq to the config sample 2024-11-27 20:13:10 +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
HB9HIL
e1773fb26a library for trx-control 2024-11-03 23:23:38 +01:00
HB9HIL
c2e9c2625f better place it in the config.php 2024-10-07 09:31:10 +00:00
HB9HIL
ec2fdd9367 turn version check config around so users don't need to add the config item 2024-09-12 17:55:36 +02:00
HB9HIL
f76db5c58e add to the sample configs 2024-08-21 17:02:52 +02:00
HB9HIL
5d2b8c998e add config switch to disabled impersonate 2024-08-19 21:07:26 +02:00
github-actions
1b69701c00 change description of encryption key in config 2024-08-03 11:25:20 +02:00
HB9HIL
316d010b9b removed deprecated language stuff from configs 2024-07-08 10:28:31 +02:00
HB9HIL
60ec68966f prepared wiki link 2024-06-26 00:49:21 +02:00
HB9HIL
24f11b466d switch to hide user menu 2024-06-26 00:46:25 +02:00
HB9HIL
8b0fc6dcae prepared config 2024-06-25 23:29:54 +02:00
HB9HIL
8da6d4a99c Merge branch 'dev' into alpha 2024-06-13 15:00:16 +02:00
Christoph Kottke
71f6896b69 * [OQRS] config-switch to disable oqrs-feature 2024-06-13 12:08:50 +02:00
phl0
145d32e077 Fix whitespace 2024-06-13 11:55:27 +02:00
HB9HIL
d9ce049df6 marked old config language as deprecated 2024-06-07 00:44:41 +02:00