TheDevRyan
dd01abc38e
Update login token modal and button behavior ( #7360 )
...
* Update login token modal and button behavior
Removes orange background from username and password fields in the login token modal,
updates modal title to 'Login Token Created', disables the OK button, and changes
the Cancel button text to 'Close'. Also adds a 'return false' statement to
account_createLoginTokenEx to keep the modal open upon token creation.
* Added Close and Login Token Created
Added Close and Login Token Created
* Add translations for 'Login Token Created'
Added multiple language translations for the 'Login Token Created' message in translate.json to improve localization support.
2025-10-20 15:02:04 +01:00
TheDevRyan
64ece1df90
Fix remove login token modal callback ( #7359 )
...
Corrected the callback function for the ‘Remove Login Token’ modal to properly execute the token removal. The previous implementation incorrectly wrapped the callback in an arrow function returning another function, preventing the logic from running.
2025-10-18 10:42:06 +01:00
TheDevRyan
4140656028
Update plugins page Back Button ( #7337 )
...
* Updated plugins page, Back Button + Text
2025-10-15 12:36:34 +01:00
si458
1a37425f6e
hide installation type correctly on linux binary page in agentinvite #7322
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-10-03 14:13:49 +01:00
panreyes
dedae6c495
Add a custom.js support in the same way we have custom.css (as proposed by Melo-Professional) ( #7317 )
...
* Add a custom.js support in the same way we have custom.css (as proposed by Melo-Professional)
* Added empty custom.js to avoid a loading error
2025-10-02 09:51:17 +01:00
si458
7b7c8348c6
fix copy and paste in files for linux devices #7284
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-09-30 10:05:32 +01:00
Habetdin
c7d096a0e5
[Modern UI] Update Remote Desktop Settings dialog style ( #7299 )
2025-09-26 17:29:37 +01:00
si458
003e0ded6a
update fontawesome to 6.7.2
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-09-25 22:42:34 +01:00
Habetdin
d4c4a90395
Update Modern UI button styles ( #7297 )
2025-09-24 20:34:42 +01:00
si458
4295901fc1
fix modern ui missing time dropdown in device action (android)
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-09-22 13:09:51 +01:00
si458
15f6c9d30b
fix logout link and loginkey modern mobile ui #7275
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-09-16 14:28:38 +01:00
si458
d2433cb250
add vnc/rdp/ssh web links to classic mobile ui #7240
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-08-28 13:49:08 +01:00
si458
5c5bcb4152
fix usergroup links not being removed correctly #7198
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-08-01 14:44:53 +01:00
si458
27472852a2
forgot translate for killing process #7197
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-08-01 14:21:53 +01:00
si458
1e534282ac
killing process now shows process name in event logs #7197
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-31 15:39:04 +01:00
si458
f723486fc4
fix run commands dark mode visibity #7191
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-30 14:43:07 +01:00
si458
a50265a2c5
fix modern ui hide parameter bug #7186
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-29 18:28:02 +01:00
si458
a63a1de2f2
fix amt bare-metal checkbox in web ui
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-24 17:59:35 +01:00
si458
ae46993519
fix lastbootuptime not refreshing in list view #7170
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-19 12:40:01 +01:00
bundabrg
a7633d27c5
Add initial support for custom stylesheets ( #7164 )
...
* Add initial support for custom stylesheets
Allow an override file `custom.css` that can partially override the
stylesheet used for the web interface.
# Changes
1. Update default views to use custom stylesheet
2. Update documentation
Related to: https://github.com/Ylianst/MeshCentral/issues/7144
* Add custom style support to more views
Load `custom.css` in the following views:
- agentinvite.handlebars
- invite.handlebars
- login2.handlebars
- message2.handlebars
- messenger.handlebars
- player.handlebars
- sharing.handlebars
2025-07-18 21:06:00 +01:00
Roman
baddb42664
Add backgroundContainer class for modal content in night mode in modern ui ( #7162 )
...
Introduces the .backgroundContainer class to improve styling of modal content in night mode by setting text color. Updates relevant divs in default3.handlebars to use this class for hardware keys and login events sections. Also adjusts the width of login event entries for better display.
2025-07-17 16:37:20 +01:00
si458
045fac4639
forgot close bracket for new gotodeviceip
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-10 15:19:50 +01:00
Rida Abou
cb9bc580d0
Implement ?gotodevicername url option ( #7131 )
...
* update default.handlebars to implement gotodevicername
Adding a new gotodevicername url option to reach the device page
* update default3.handlebars to implement gotodevicername
Adding a new gotodevicername url option to reach the device page
* update mobile.handlebars to implement gotodevicername
Adding a new gotodevicername url option to reach the device page
---------
Co-authored-by: rida.abou <rida.abouechcharaf@pytech.it>
2025-07-02 20:38:03 +01:00
si458
11eee2f5eb
allow fido to not ask for pin (fidopininput) #7115
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-07-02 16:11:36 +01:00
si458
28aa2710fd
few ipv6 fixes in web ui
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-06-19 19:40:57 +01:00
si458
fb7940b2ce
revert getDeviceDetails commits as was external problem
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-06-19 17:17:06 +01:00
si458
809451741e
fix run commands switcher in modern ui #7097
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-06-15 19:03:40 +01:00
Simon Smith
2b4ab2b122
fix getDeviceDetails json stringify problem #7103
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2025-06-12 14:36:05 +01:00
si458
31e4ebe803
undo test line change
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-06-02 16:32:48 +01:00
si458
da3c4ad7f7
fix last seen ordering #7073
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-06-02 13:52:18 +01:00
si458
3d57a25e49
add connectivity filtering #7009
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-22 13:41:16 +01:00
si458
d98f41ad31
fix browser fullscreen context menus #7046
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-22 12:15:11 +01:00
si458
ab17a5858b
remove sweetalert2 as we dont use it #7050
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-22 09:40:57 +01:00
si458
a8ed3464e4
forgot duo and push notifications for force2factor #7045
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-21 00:14:47 +01:00
si458
4afe0fe3f9
fix ~users in active sessions popup #7044
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-20 22:29:04 +01:00
si458
158107d6ae
add sessionrecordings for powershell/user shells #7035
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-20 20:11:34 +01:00
si458
db282b22f0
fix android agentinvite mobile ui #7032
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-15 19:14:12 +01:00
si458
665a78d564
tiny translate fix
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-01 18:19:58 +01:00
si458
0ee73bd98a
fix long usernames in list view #6997
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-05-01 12:55:13 +01:00
si458
11ae3775d3
add user locked key to list view #6985
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-21 17:38:12 +01:00
si458
f029abb1f8
dont log amt wsman events and fix start/end times in recordings
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-16 20:22:21 +01:00
si458
1cd2bb26f0
fix start and end times for recordings
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-16 18:07:50 +01:00
si458
2b1129fb13
fix batch tags dialogue box #6971
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-15 21:12:16 +01:00
si458
1902e5aeeb
change time range to 2 seperate boxes #6947
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-15 18:13:06 +01:00
si458
c249282554
add amt relay events and fixamt recordings #6652
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-13 19:11:18 +01:00
si458
41d9241625
fix messager recordings/events/downloads
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-13 01:03:16 +01:00
si458
def7d737e0
change local recording for amt from 200 to 102 to avoid messenger conflict
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-12 22:53:40 +01:00
Daniel Hammerschmidt
5f68458cc5
Add flags to meshes to prefer agentname when synced and to override synced name temporarily ( #6809 )
...
* Add flags to meshes to prefer agentname when synced and to override synced name temporarily
* automatically enable sub-options
* change caption
* apply changes to bootstrap UI
2025-04-12 10:14:37 +01:00
si458
42d02fdb84
add meshgroup to relay groups for clarification #6949
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-04-12 09:50:05 +01:00
si458
fee02a17ff
fix 2fa modal issues in modern ui #6925
...
Signed-off-by: si458 <simonsmith5521@gmail.com>
2025-03-26 14:54:47 +00:00