Commit Graph

66 Commits

Author SHA1 Message Date
phl0
6e29c0385e Handle disabled qrz upload settings (correctly) 2025-09-08 12:41:58 +02:00
phl0
20290162a3 Link QSO view in download repores 2025-02-13 12:54:47 +01:00
int2001
0d95956b6f Added SAT-Name to QSL-Check, too 2025-02-13 07:55:28 +00:00
int2001
97188ea76a Fix typo at comments 2025-02-12 16:29:45 +00:00
int2001
b6027f8e90 Take care of prop_mode if given by 3rd party 2025-02-12 13:54:12 +00:00
int2001
dff38f33e5 Skip sync 2025-01-15 12:45:59 +00:00
int2001
22bef0d504 Fix QRZ LastQSL-Logic 2025-01-15 12:22:58 +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
int2001
31e9c8c7af file_put needs to be outside the if (tnx fer hint DF2ET) 2024-12-05 07:20:52 +00:00
int2001
0f1396f2a5 Don't save and process empty files 2024-12-05 07:10:48 +00:00
int2001
832f2d301f Exceptionhandling for missing/wrong mode at QRZ 2024-11-29 06:18:29 +00:00
int2001
0168c338c3 Make QRZ-Download threadsafe 2024-11-21 12:30:13 +00:00
int2001
82e52a3619 Added hint for next automatic syncs to eQSL, LoTW and QRZ 2024-10-18 09:36:35 +00:00
phl0
de91e5dd05 Use slash for separating version and correct indent 2024-10-04 09:54:19 +02:00
int2001
8a7e073621 Set curl-Useragent for qrz-requests as recommended 2024-10-04 04:49:11 +00:00
int2001
1e62ab5794 Since QRZ delivers strange ADIFs check at least for existance of mandatory keys before processing them 2024-10-03 13:46:43 +00:00
Joerg (DJ7NT)
463ea956f3 Merge pull request #1029 from int2001/no_empty_call
Added exceptionhandling for QSOs with no Call
2024-10-03 15:41:05 +02:00
int2001
987c8cb60f unset record (safety reasons) 2024-10-02 09:40:12 +00:00
int2001
8356813320 Add empty-call check as well for 3rd party services 2024-10-01 18:47:37 +00:00
int2001
f1d34fde79 Use station_ids for import_check 2024-10-01 16:39:59 +00:00
int2001
9113265411 Mark QSOs without Band (as reported from qrz) as invalid at qrz 2024-09-20 04:34:35 +00:00
phl0
77eb13bf1a Ignore invalid DXCC for qrz.com uploads 2024-09-18 18:26:27 +02:00
phl0
925341e8ea Catch wrong station callsign case also 2024-09-13 09:55:35 +02:00
int2001
288bebf2a2 More failsafe 2024-09-13 07:27:44 +00:00
int2001
54bf62810f Mark QRZ-QSOs as Invalid when specific Error at qrz while uploading 2024-09-13 05:04:00 +00:00
HB9HIL
3054b59891 fix flooding debug messages 2024-09-11 10:09:43 +02:00
HB9HIL
5dee1b9968 You're not allowed to do that! 2024-08-16 10:08:44 +02:00
HB9HIL
0235816412 use primary key for QSO instead searching for it again 2024-06-15 00:09:11 +02:00
HB9HIL
2a5c6538aa page titles 2024-06-08 11:01:59 +02:00
int2001
66eb41452f Take care of QRZ-Com disable-syncer-switch 2024-05-18 16:12:42 +00:00
HB9HIL
e929c62087 added comments 2024-05-03 11:14:52 +02:00
HB9HIL
307f8bbe15 Merge branch 'dev' into cronmanager 2024-05-01 12:59:12 +02:00
int2001
d0cf154dcb Added timeout to the Testfunction 2024-05-01 04:40:26 +00:00
HB9HIL
50789da43b api key test button in station location 2024-04-30 23:35:05 +02:00
int2001
9cc61b5d7e Disable on Auth-Failure 2024-04-30 14:29:03 +00:00
int2001
bac7683a1a Autodisable QRZ-Upload if AUTH-Error // Logic-part 2024-04-30 14:02:51 +00:00
HB9HIL
f2163cb2ba changed last_run function to be more generic 2024-04-26 15:07:54 +02:00
HB9HIL
276eed81c7 set last run 2024-04-22 23:57:29 +02:00
HB9HIL
d9c7f473b7 set last run 2024-04-22 23:32:34 +02:00
HB9HIL
1e86961b92 removed first approach and added constructor 2024-02-29 13:52:54 +01:00
HB9HIL
fbe5411251 added flag to recommend cronjobs 2024-02-27 20:58:02 +01:00
int2001
65db4724c0 Fix qrz-stager at QSOs with station_callsign 2024-02-12 12:52:25 +00:00
int2001
af9168989b Fixed a few null-checks which will fail on fresh accounts 2024-02-04 16:36:56 +00:00
int2001
97293e3061 QRZ Changed their Errormsg on duplicate QSOs. Adjusted that here 2024-01-25 16:43:06 +00:00
int2001
97e87de210 Replace ALL lowercase occurences of cloudlog by wavelog 2024-01-17 14:13:23 +00:00
HB9HIL
27fb96b303 ci loader and fix for ok status if no qso to upload 2023-12-17 11:03:55 +01:00
HB9HIL
e71f782a83 fixed success and error messages 2023-12-16 11:42:56 +01:00
int2001
517d1d7a8a Heal some strange behaviours of qrz-qsls 2023-12-14 06:03:47 +00:00
int2001
0231c58761 Catch empty QRZ.com response when downloading qrz-confirmations 2023-12-11 05:26:09 +00:00
int2001
a2f6b9f09f Removed Call-Filter for QRZ-API (has no Effect) and fixed analysis-View 2023-12-08 09:07:14 +00:00