Commit Graph

719 Commits

Author SHA1 Message Date
DJ3CE
273093418c Fix footer quoting in JS 2025-03-04 19:07:11 +01:00
Andreas Kristiansen
c7e841ca36 [UI] Added bootstrap classes to datatable csv export button 2025-02-19 17:44:26 +01:00
MatykoBr
7f3c0f8418 Added support for Markdown in Notes as requested in #936
Added EasyMDE instead of Quill as the editor, because it supports Markdown (requested in #936 ). Made the colors of the editor fit the colors of the selected theme.
2025-02-11 22:19:59 +01:00
Joerg (DJ7NT)
6374005c1d Merge pull request #1622 from int2001/datatable_upgrade
Upgrade DataTable-Lib
2025-02-10 09:55:39 +01:00
phl0
53c1e7e8b0 Fix JS copy functions for API URL and KEY 2025-02-10 08:51:42 +01:00
int2001
9e146e2eaa Crappyzero at Awards 2025-02-05 18:25:39 +00:00
int2001
9da0232118 Fixing Zeros again 2025-02-05 17:34:03 +00:00
int2001
283ce1aecd Fix crappy zero at ALT-L 2025-02-05 17:20:51 +00:00
int2001
37a59ae61f Observe DOM since it mutates during render 2025-02-03 20:22:55 +00:00
phl0
b0e78f69ba Replace 0 by Ø in awards table search input 2025-02-03 20:48:04 +01:00
Filip Melík
f7302c341d Use session value for dashboard last qso count on map, qso list and ux hint 2025-01-29 21:09:05 +01:00
Joerg (DJ7NT)
0f4fcfd8c6 Revert "Dashboard improvements" 2025-01-28 12:41:00 +01:00
Filip Melík
58c865b096 Save last qso count on dashboard setting and honor it in dashboard map and dashboard table 2025-01-27 20:00:18 +01:00
Filip Melík
673ca51886 Use existing 'QSO count' constant in dashboard map too 2025-01-27 19:45:05 +01:00
HB9HIL
859e13840f hide version dialog if first login wizard is displayed 2025-01-07 21:40:28 +01:00
HB9HIL
525151f1f6 Merge remote-tracking branch 'upstream/dev' into firstlogin_wizard 2025-01-05 10:46:04 +01:00
HB9HIL
612ff18489 accidentially pushed my debug output 2025-01-05 10:31:56 +01:00
phl0
b190109dcb Remove test/debug stuff 2025-01-05 09:52:46 +01:00
HB9HIL
a588180063 First Login Wizard 2025-01-03 09:28:07 +01: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
Andreas Kristiansen
252662f3c9 Added replacement for Ø in datatable search in incorrect CQ and ITU 2024-12-31 09:08:42 +01:00
int2001
29931e6be1 Fixes search for calls with 0 at eQSL and QSL Datatable 2024-12-31 07:21:33 +00:00
int2001
37e05649a6 More places where the 0 is annoying 2024-12-30 12:15:28 +00:00
HB9HIL
e5d062e408 share modal implementation 2024-12-26 14:01:00 +01:00
Andreas Kristiansen
0cab72ca14 Merge branch 'dev' into wae_award 2024-12-25 09:53:36 +01:00
Filip Melík
f2f864a218 Fix CAT radio alert UI in case it displays just some part of the optional information 2024-12-24 08:55:11 +01:00
Andreas Kristiansen
0e31de48ef Fixed band/sat hide/show 2024-12-23 10:59:22 +01:00
Andreas Kristiansen
af36d9b87c Framework for WAE 2024-12-19 14:24:15 +01:00
HB9HIL
a0fcb38e5b show deprecated warning for country states 2024-12-13 11:53:40 +01:00
HB9HIL
03e1b7b01f fix[maptile_subdomains]: Fix missing value 2024-12-06 14:33:13 +01:00
HB9HIL
4b8f11deb9 feat[global options]: Add the ability to change the Maptile Settings in Global Options 2024-12-06 14:25:03 +01:00
HB9HIL
bc1b23e913 Revert "feat[global options]: Add the ability to change the Maptile Settings in Global Options"
This reverts commit ac5892cdcb.
2024-12-06 14:19:08 +01:00
HB9HIL
ac5892cdcb feat[global options]: Add the ability to change the Maptile Settings in Global Options 2024-12-06 14:17:49 +01:00
HB9HIL
dbb62cc83c trigger the event 2024-11-23 01:39:19 +01:00
HB9HIL
b56449577c port everything for contesting aswell. qrgunits are now handled in qrg_handler.js 2024-11-12 21:36:20 +01:00
HB9HIL
b56e9ff17b make the qrg input dynamic 2024-11-12 00:46:20 +01:00
phl0
14f651d48f Keep row number on (re-)sorting 2024-11-07 20:09:22 +01:00
phl0
864206392b Make sorting work ... (order of functions is important) 2024-11-07 17:25:04 +01:00
phl0
e13198e3c0 Add unit to table (and keep sorting functionalities) 2024-11-07 15:28:03 +01:00
HB9HIL
74daaafbae replace pretty zeros in searchbar 2024-11-06 22:41:01 +01:00
HB9HIL
9164bb0816 show a waiting message 2024-10-31 20:56:42 +00:00
HB9HIL
8bde4ab7b9 language adjustments 2024-10-31 20:49:24 +00:00
int2001
c24ef73067 Prevents pulling CAT if no radio was chosen 2024-10-18 11:21:52 +00:00
HB9HIL
15757e8c3e stringify 2024-09-14 17:20:06 +00:00
Andreas Kristiansen
d3b10001d2 [ITU Zones] Added a checker 2024-09-10 13:17:08 +02:00
HB9HIL
fdb1f4c7a8 make sure browser uses the most recent version of contesting.js 2024-09-07 19:15:57 +02:00
Andreas Kristiansen
c1fe605e1a [Awards] Added Worked All Continents 2024-09-06 11:24:03 +02:00
phl0
116348b2d8 Remove double date format function 2024-08-30 00:35:02 +02:00
phl0
6044374f1d Add sorting (drop unit of measure) 2024-08-29 17:43:19 +02:00
phl0
bba9193dcb Add dataTable to table 2024-08-29 17:34:00 +02:00