Commit Graph

59 Commits

Author SHA1 Message Date
Andreas Kristiansen
8341c1acc6 Fix if no locations have OQRS enabled 2025-08-10 08:03:33 +02:00
Andreas Kristiansen
8c29032023 Add qso match implemented 2025-08-06 12:49:29 +02:00
Andreas Kristiansen
07d924f258 Only show match qso if oqrs qso match is not set 2025-08-06 12:29:17 +02:00
Andreas Kristiansen
1a959f88ce Can now remove QSO match 2025-08-06 11:34:29 +02:00
Andreas Kristiansen
da066fa4ea Fix checklog functions 2025-08-05 08:58:00 +02:00
Andreas Kristiansen
5da702b6c4 Added status information dialog 2025-07-30 17:32:47 +02:00
Andreas Kristiansen
9edcee24fa Added fence in case email is enabled and not configured 2025-07-29 21:45:27 +02:00
Andreas Kristiansen
b0ac679261 Add to qsl queue functionality 2025-07-29 21:26:15 +02:00
Andreas Kristiansen
fd24d64fcc Added functionality for rejecting an OQRS 2025-07-29 19:05:05 +02:00
Andreas Kristiansen
e181471d1e Using custom date format in requests table 2025-07-22 08:11:46 +02:00
Andreas Kristiansen
2979c1e7b9 Fix the widget. Slug needs to be mandatory 2025-07-18 20:27:18 +02:00
int2001
fbfa05441e result was doubled (at data and at view agn result) 2025-07-18 16:15:47 +00:00
Andreas Kristiansen
ee87141f58 Fixed controller 2025-07-18 16:57:38 +02:00
Andreas Kristiansen
09bb91eaf8 Fix if slug does not exist 2025-07-18 16:53:50 +02:00
Andreas Kristiansen
8005891277 Update application/controllers/Oqrs.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-07-18 15:33:56 +02:00
Andreas Kristiansen
ba2d489b50 Update application/controllers/Oqrs.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-07-18 15:33:44 +02:00
Andreas Kristiansen
e468d8f954 Only show locations for correct user and slug 2025-07-18 09:38:07 +02:00
int2001
0adade20ef Catch empty OQRS-Text 2025-07-16 19:34:23 +00:00
Andreas Kristiansen
3a198f25fb Fix last option 2025-07-15 09:43:41 +02:00
Andreas Kristiansen
5d6b944124 Added slug for grouped search and widget 2025-07-15 09:41:13 +02:00
Andreas Kristiansen
84166bd2f2 Fetch options from user insteead of global options 2025-07-15 08:27:09 +02: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
89ce91aa00 json for the other mails 2024-10-28 13:01:59 +01:00
HB9HIL
d22b3fda13 oqrs mail controller 2024-10-28 11:32:16 +01:00
HB9HIL
208a8b9e6f fixes in OQRS 2024-10-12 07:07:37 +00:00
HB9HIL
761f01ab3f xss_clean ($this->input->post(key, TRUE)) 2024-09-06 00:13:04 +02:00
Andreas Kristiansen
e3dc98ddb7 Made the mapping function dynamic 2024-09-04 19:35:23 +02:00
phl0
8a81dfc32f Remap functions so we do not need to call index explicitely 2024-09-04 17:43:19 +02:00
phl0
1654c11678 Remove stray whitespace 2024-09-04 15:15:23 +02:00
phl0
7f4c16543c Remove double loading of variables 2024-09-04 13:02:38 +02:00
phl0
a7654f76cf Make controllers assign variables and remove CI calls from views 2024-09-04 09:49:36 +02:00
phl0
9a61209127 Make OQRS page be able to link back to public slug page 2024-09-04 08:10:26 +02:00
HB9HIL
5dee1b9968 You're not allowed to do that! 2024-08-16 10:08:44 +02:00
HB9HIL
a8c6f5c7a6 basic oqrs widget 2024-07-23 13:38:33 +02:00
phl0
55d83a669e Remove lang loads 2024-06-14 09:26:09 +02:00
phl0
c7519f0e5f Fix merge conflicts 2024-06-14 09:20:38 +02:00
HB9HIL
8da6d4a99c Merge branch 'dev' into alpha 2024-06-13 15:00:16 +02:00
Christoph Kottke
b03872324b * [OQRS] disable the entire controller 2024-06-13 12:08:50 +02:00
Christoph Kottke
71f6896b69 * [OQRS] config-switch to disable oqrs-feature 2024-06-13 12:08:50 +02:00
HB9HIL
2a5c6538aa page titles 2024-06-08 11:01:59 +02:00
HB9HIL
2bbab02696 Merge remote-tracking branch 'upstream/dev' into alpha 2024-06-07 13:02:30 +02:00
HB9HIL
8ae5723d14 get rid of unnessesary lang loads 2024-06-06 10:47:30 +02:00
HB9HIL
3318c1e14b fixed some $CI to $this 2024-06-03 16:04:14 +02:00
int2001
c74a5475f2 All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog 2024-01-17 14:20:10 +00:00
HB9HIL
61d4c15ec0 crlf and newline bugfix 2023-11-22 14:51:45 +01:00
HB9HIL
14ed03fa02 removed crlf and newline (not needed) 2023-11-21 12:33:06 +01:00
HB9HIL
9d020aca84 email fix 2023-11-21 10:22:14 +01:00
Andreas
694f9fbd80 [OQRS] Fixed error 500 with OQRS notification email 2023-11-21 10:07:59 +01:00
Andreas
020fd96ef9 [Email] Added email sender name 2023-06-17 09:03:00 +02:00
Andreas
bfcfad780b [Email] Added email address option 2023-06-16 10:56:06 +02:00