si458
e120ae0ee7
make sure azure auth uses lowercase email #7449
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-26 18:25:56 +00:00
TheDevRyan
f57bd3b80c
Updated Permissions Checks ( #7451 )
...
This Fixes a small bug, when switching from Fixed Width/Top Bar back to LeftBar that these 3 was failing the Auth Check and not showing.
2025-11-26 18:08:08 +00:00
Ylian Saint-Hilaire
4db7499491
Version 1.1.54
1.1.54
2025-11-25 20:56:50 -08:00
si458
839fe095c1
add linux network speed using /sys/class/net/*/speed #7354
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-24 21:14:05 +00:00
stephannn
5ab4d70e10
Allow specific group to create Login tokens ( #7424 )
2025-11-24 19:39:13 +00:00
si458
fa96d666cc
set GoTo Button with current folder #7443
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-24 19:12:22 +00:00
si458
12949df2e1
fix modern ui add users to meshgroups #7447
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-24 18:54:20 +00:00
si458
8a10de47c7
fix filter for all languages (use utf8 ideally) #7446
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-24 18:18:44 +00:00
Melo at Github
db3e3b0273
Description of log values at schema ( #7445 )
...
Providing a clear description of the available values for "log" property.
2025-11-24 08:39:42 +00:00
si458
6a0e7b8ec5
add all.min.js back for FA backwards compatibility
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-21 21:41:20 +00:00
DaanSelen
a8c3c8f977
feat: add debian-based docker image ( #7414 )
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
Signed-off-by: si458 <simonsmith5521@gmail.com >
Co-authored-by: Daan Selen <dselen@systemec.nl >
Co-authored-by: Simon Smith <simonsmith5521@gmail.com >
Co-authored-by: TheDevRyan <175502913+The-Dev-Ryan@users.noreply.github.com >
2025-11-20 12:28:59 +00:00
TheDevRyan
53f108fe7b
Refactor: Rebuilt Masthead User Dropdown for Cleaner Structure and Modern Behavior ( #7398 )
...
* Update default3.handlebars
* Update default3.handlebars
* Update style-bootstrap.css
* Update translate.json
* Improve user dropdown menu visibility and control
Refactored user dropdown menu items in default3.handlebars to add unique IDs and a new 'mobile-menu-item' class for better visibility control. Added logic to conditionally show/hide menu items based on UI mode and feature flags, including forced Modern UI and night mode. Updated CSS to remove unnecessary border styling. updated webserver.js to set a feature flag when Modern UI is forced.
* Adjust desktop breakpoint and submenu animation logic
Changed desktop breakpoint from 1025px to 769px in both CSS and JS to better align with responsive design. Submenu animation now respects the user's reduced motion preference, disabling transitions when 'prefers-reduced-motion' is enabled.
* Improve masthead layout and text overflow handling
* Refine mobile menu item visibility logic
Updated the logic for showing/hiding mobile menu items based on uiMode. Now, only menu items without 'users-menu-item', 'files-menu-item', or 'server-menu-item' classes are shown when uiMode is not 2 or 3.
* Update style-bootstrap.css
* Comment out toggleModernUIMenuItem line
Comment out the toggleModernUIMenuItem visibility check.
* Update translate.json
2025-11-17 11:46:46 +00:00
Simon Smith
6103d94e2c
Delete translate/mytranslate.js
2025-11-17 11:37:14 +00:00
TheDevRyan
208ddddf53
Add modal support to plugin add dialog ( #7432 )
...
Enhanced the addPluginDlg function to use showModal when available, improving compatibility with different UI templates. Falls back to setDialogMode for environments without showModal.
2025-11-17 10:34:15 +00:00
TheDevRyan
dd010f03e5
Fix deviceViewPanel to properly initialize panel entries ( #7433 )
...
Corrects the logic in deviceViewPanel to ensure that each plugin's panel entry is initialized as an object with header and content properties, and checks for the existence of both on_device_header and on_device_page functions before invoking them.
2025-11-17 10:33:48 +00:00
TheDevRyan
afe0aed976
Improve plugin file handling and cleanup logic ( #7434 )
...
* Improve plugin file handling and cleanup logic
Adds checks and fallbacks for temporary directory write access when creating plugin zip files, and enhances error handling when creating write streams. Updates plugin removal to use fs.rmSync with force and recursive options, and adds error handling for directory removal.
* Update pluginHandler.js
2025-11-17 10:33:09 +00:00
si458
a1f182426e
add first agent connection to the details page and attribute firstconnect #7408
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-16 18:53:30 +00:00
si458
9545bec218
replace av and chassistype with wmi instead of powershell
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-16 16:18:40 +00:00
si458
da73bff99e
fix defender and add defender to console command
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-16 16:09:50 +00:00
si458
312e2ea228
add windows defender signature version
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-15 22:03:00 +00:00
DaanSelen
3faace86d6
chore: df alternate to exclude memory ( #7428 )
2025-11-14 14:16:16 +00:00
Simon Smith
7319b20892
i really cant type at times and so close too!
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-11-06 16:48:52 +00:00
Simon Smith
858113b1ac
use 24.04 arm runners and node 22
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-11-06 16:33:49 +00:00
Simon Smith
ce4b298deb
fix domain sitestyle forcing a style and not allowing switching
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-11-06 15:51:31 +00:00
DaanSelen
433a0ef3c2
chore: improve formatting of video tutorial links ( #7412 )
...
Updated video tutorial section with line breaks for better formatting.
2025-11-04 22:10:49 +00:00
Fausto Gutierrez
55b840ad7c
Update translate.json (Spanish) ( #7410 )
...
Fix "Agent online/offline" translation to Spanish and improve other "connected" related translations
2025-11-04 19:05:13 +00:00
Bruno Kambere
cc305aa9e1
Remove "Try the new MeshCentral UI" and fix footer in modern UI ( #7395 )
...
* remove new UI prompt from the default3 template
* enhance footer styles and update visibility in default3 template
2025-11-02 13:01:07 +00:00
si458
3ab7e0a375
fixed files/my files rename bug #7321
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-11-02 12:48:34 +00:00
si458
6df2c7b76b
remove loading=lazy and fix messaging icon/text #7328
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-31 21:52:54 +00:00
si458
0a9d718b1d
remove armv6/v7 from docker for the moment
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-31 20:15:05 +00:00
si458
ad8b2e366b
fix minify with flasherrors and pin passport modules versions #7386
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-31 20:09:37 +00:00
silversword411
3922d7b4d0
fix(schema): correct formatting and add patternProperties for disabled settings ( #7402 )
2025-10-31 10:39:04 +00:00
silversword411
b6302e3c15
fix(docs): update links to ODT files and change image formats from PNG to JPG and other misc fixes ( #7401 )
2025-10-31 10:38:05 +00:00
stephannn
49da5da9dd
autoAcceptIfLocked and more! ( #7319 )
2025-10-28 17:20:49 +00:00
si458
1bd06ccded
finally add http/s_proxy support for oidc and more in future #6616
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-28 16:42:32 +00:00
si458
7681f52ee6
fix modern ui menu opening multiple windows with shift key #7343
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-27 17:18:35 +00:00
TheDevRyan
3bcfd031ca
Update to customFiles - Object instead of array ( #7384 )
...
* Updated to use Object instead of array, still supports old array
2025-10-27 16:09:10 +00:00
si458
b50d07c183
add interface speed for networking (windows for now) #7354
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-27 16:05:35 +00:00
Simon Smith
a051cb5548
try ubuntu-22.04 docker
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-10-27 10:27:10 +00:00
Simon Smith
d0e352c6c8
remove package-lock for docker fixes
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-10-27 10:09:29 +00:00
Simon Smith
d7efb1f3b1
add DISABLE_EXTRACT to dockerfile and max-parallel to fix docker workflows
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-10-27 09:50:15 +00:00
Simon Smith
4137132701
fix dockerfile and improved docker workflow
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-10-27 09:29:57 +00:00
si458
c899ee2404
fix proxmox and nodered websocket web relay issue (no cookies being passed) #7269
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2025-10-25 18:49:59 +01:00
DaanSelen
6e2f9aad37
feat: add docker healthcheck and expand documentation ( #7375 )
2025-10-25 16:31:44 +01:00
TheDevRyan
f58217280a
Update dropdown styling (Light/DarkMode) ( #7382 )
2025-10-25 16:25:32 +01:00
TheDevRyan
29858c65e7
Added loginkey check for server maintenance mode ( #7383 )
2025-10-25 13:42:09 +01:00
TheDevRyan
d31a7e54dc
Add permission checks to user dropdown menu ( #7381 )
...
Menu items are now conditionally rendered based on user rights and server features.
2025-10-25 11:59:55 +01:00
TechWorkz
f9bb7315cc
Update logout redirection logic with key parameter on logoutonidlesessiontimeout ( #7379 )
2025-10-25 10:32:06 +01:00
Simon Smith
751f6a80e5
update docs script windows
...
Added installation commands for mkdocs-print-site-plugin and pymdown-extensions.
2025-10-24 23:25:10 +01:00
Simon Smith
d386f02a2e
Add mkdocs-print-site-plugin to docs dependencies
2025-10-24 23:21:11 +01:00