Commit Graph

274 Commits

Author SHA1 Message Date
HB9HIL
19952d988a updated wiki links 2026-02-25 12:01:29 +01:00
int2001
c2f4181e4f Multidownload with taking care of empty logs 2026-02-17 15:37:11 +00:00
int2001
2d48240d39 Don't stop upload because End of QSO-Date was reached 2026-02-17 09:33:39 +00:00
phl0
ed2a465f90 Remove unneeded LoTW stuff from the code 2026-01-07 22:40:01 +01:00
phl0
0794e51659 Add hints to LoTW FAQ page in Wiki 2026-01-04 20:40:36 +01:00
Florian (DF2ET)
c642046da2 Merge pull request #2766 from phl0/lotwRateLimit
Catch LoTW download rate limit and log accordingly
2026-01-04 08:41:53 +01:00
phl0
f3dc790f92 Put limit to string extraction 2026-01-04 08:29:21 +01:00
Florian (DF2ET)
081b9e4df6 Update application/controllers/Lotw.php
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-01-04 08:07:50 +01:00
phl0
3cac324d99 Catch LoTW download rate limit and log accordingly 2026-01-03 22:03:41 +01:00
phl0
e468197e72 Reworked the error detection on LoTW cert upload 2026-01-03 21:48:44 +01:00
phl0
2ecca4e782 Remove totally useless code fragment 2026-01-03 13:28:16 +01:00
phl0
4ab79af72c Restore core formatting 2026-01-02 13:13:39 +01:00
Florian (DF2ET)
206e11ba2a Update application/controllers/Lotw.php
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2026-01-02 13:12:47 +01:00
phl0
0f80247002 Fix syntax error and handle previously removed case where $content may
be empty
2026-01-02 10:39:11 +01:00
phl0
82872bf098 Less low level info to the user and more to the log 2026-01-01 19:39:02 +01:00
phl0
d205aa1297 Make LoTW login test code more bullet-proof 2026-01-01 16:49:24 +01:00
phl0
d0152d5963 Prevent uploads with superseded cert 2025-11-21 07:22:59 +01:00
phl0
e1de6b18aa Make code more bullet proof 2025-11-20 21:39:48 +01:00
phl0
53035c6c6e Only update if cert has a serial 2025-11-20 13:11:28 +01:00
phl0
64d80ef4e5 Check certs for superseded status 2025-11-20 13:00:25 +01:00
phl0
6589fd69c1 Fix PHP error for invalid cert files 2025-11-19 14:17:53 +01:00
phl0
6b35bd48bd LoTW CRL check function 2025-11-19 14:07:58 +01:00
phl0
15475a62a3 Import LoTW cert serial into db 2025-11-19 12:53:41 +01:00
phl0
7bf8943b34 Remove invalid LoTW credentials on failed login 2025-11-02 17:24:19 +01:00
phl0
852c2b4ca8 Fix error message 2025-11-02 16:23:33 +01:00
phl0
1999231ebc Drop LoTW login errors to error log and simplify code 2025-11-02 15:48:55 +01:00
phl0
99741c2bb2 Make LoTW cert details query more verbose 2025-10-26 11:43:40 +01:00
phl0
124b0c7e53 Add warnings about QSO dates to (manual) LoTW sync output 2025-10-24 10:43:42 +02:00
phl0
08f8e28e10 Show VUCC_GRIDS in case GRIDSQUARE is empty 2025-09-23 15:03:22 +02:00
phl0
ace587ac2f Basics for LoTW confirmations of CNTY 2025-09-16 20:49:11 +02:00
int2001
68312198e5 Takee Grid from confirmation also if length is the same 2025-07-28 03:44:01 +00:00
Fabian Berg
7cd1b9fba7 adjust regex
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
2025-07-20 11:29:13 +02:00
HB9HIL
6c8ebf4a0e use regex... just in case 2025-07-18 19:56:32 +02:00
phl0
008da087c7 Fix LoTW upload check 2025-07-17 17:20:18 +02:00
phl0
b9cc46b5ee Add newlines 2025-07-17 17:00:30 +02:00
phl0
9150a36d92 Show LoTW confirmed gridsquare even if not updated in DB 2025-05-12 12:26:32 +02:00
phl0
f09b84d0df Slash station callsign as well 2025-05-12 10:32:58 +02:00
phl0
014d1c8fc0 Replace 0 by slahed version in LoTW report 2025-05-12 10:28:48 +02:00
int2001
69cdbe6a4f When updating DXCC out of LoTW-cfm update country as well 2025-03-07 06:36:56 +00: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
44e77cc9fa Skip LoTW-Input for records without a station_callsign 2025-01-06 07:04: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
5409c5502c Cosmetics 2024-12-31 17:28:14 +00:00
int2001
0d71f93e60 Update DXCC coming from LoTW to Log 2024-12-31 17:21:36 +00:00
HB9HIL
42a5e29a94 also translated OK messages 2024-12-19 10:25:07 +01:00
HB9HIL
8818eb68a3 use sprintf to build gettext phrase 2024-12-19 10:19:17 +01:00
phl0
531c91911b Optimize wording and translations 2024-12-19 10:15:04 +01:00