Commit Graph

6707 Commits

Author SHA1 Message Date
si458
c41eb72a2c fix win7+server2008r2 powershell/wmi
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-30 13:50:02 +00:00
si458
ef4d764ab4 Revert "swap powershell write to command instead" to fix win7/server2008r2
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-30 00:21:44 +00:00
Ylian Saint-Hilaire
c16ff89902 Version 1.1.34 2024-11-27 12:24:37 -08:00
Ylian Saint-Hilaire
041e8021d1 Added test Windows x86-32, x86-64, ARM-64 agents. 2024-11-27 12:08:36 -08:00
Kaiwalya Koparkar
6e31562ecb
feat: Added Elestio as one-click deploy option (#6453) 2024-11-26 10:53:02 -08:00
dependabot[bot]
874ef23c40
Bump cross-spawn from 7.0.3 to 7.0.6 (#6562)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 10:48:48 -08:00
Ylian Saint-Hilaire
7bd5b66ebc Disabled Firebase support on NodeJS 23 for now, added warning. 2024-11-26 10:37:27 -08:00
Simon Smith
975e49a190
use @seald-io/nedb for node23 support (#6561)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-26 10:01:12 -08:00
si458
462c383b77 update openid-client to 5.7.1
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-26 17:52:59 +00:00
si458
dbb5b4ba11 add webrelay to websocket and meshctrl #6484
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-26 16:46:14 +00:00
si458
545bf58e8d fix pwa orientation #6554
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-25 10:16:13 +00:00
si458
30b390bdbf increase usernames to 128 for oidc identifiers #6447
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-19 19:08:10 +00:00
si458
d0a51e90e9 fix mobile ui file upload #6543 #6460
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-18 16:04:56 +00:00
PTR
c773857b17
Add forgotten space in query GetNodeEventsWithLimit (#6541) 2024-11-17 23:12:57 +00:00
Ylian Saint-Hilaire
cae1f7ea14 Switched to BlueSky 2024-11-17 11:50:55 -08:00
si458
b398cb7fa9 bootstrap: more fixes and icon changes part 2
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-16 02:25:25 +00:00
PTR
5a1a97ca7e
Fix quoting of string literals from double to single (#6530)
See: https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted
2024-11-15 22:14:58 +00:00
PTR
dd21f14f4e
Mariadb/mysql: Fix ssl option on autobackup cmdline and deprecated warnings (#6537)
Fix: error: 2026: "TLS/SSL error: Server certificate validation failed. The certificate's CN name does not match the passed value. Error 0x800B010F(CERT_E_CN_NO_MATCH)"
by adding '--ssl-verify-server-cert=false'
and updating the modules.
2024-11-15 22:04:19 +00:00
ijustw0rkhere
3da60b43ac
fix adding meshes and user groups in a peering environment (#6534) 2024-11-15 21:54:28 +00:00
si458
727080ab68 bootstrap: more fixes and icon changes
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-15 16:04:08 +00:00
si458
54170c44a0 bootstrap: fix files edit file feature
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-14 15:51:46 +00:00
ijustw0rkhere
8a5ad1563d
adjust removemeshuser to allow for shorter user ids (#6520) 2024-11-11 10:58:25 +00:00
si458
911d987a84 fix actions modal popup and icon changes
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-10 22:27:57 +00:00
si458
9a8f4e8ebe bootstrap: fix edit node and duplicate lastbootuptime
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-10 20:23:54 +00:00
si458
badee98b71 fix badlogins naming #6516
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-10 17:50:45 +00:00
si458
d44faed29e fix filter input #6498 #6507
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-10 17:41:22 +00:00
Josiah Baldwin
01c585f7f1
Added the ability to fetch timestamp for codesigning through https (#6510) 2024-11-10 14:39:12 +00:00
PTR
777eb53476
Add sqlite config options (#6517) 2024-11-10 14:04:17 +00:00
PTR
b71c69e81d
Fix autobackup defaults and zip level for performance (#6518)
* Fix autobackup defaults and zip level for performance

* Add zipcompression configuration option
2024-11-10 13:49:11 +00:00
si458
7d59210d05 swap powershell write to command instead
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-06 15:37:26 +00:00
si458
fc387ca417 set backup vars on object for acess and fix nedb backup #6481
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-05 16:05:15 +00:00
si458
fc83211e90 open note urls in new tab #4091
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-05 15:58:51 +00:00
si458
9ebd23a518 restore login screen enter button use #6494
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-05 15:41:37 +00:00
PTR
3f8301e9d7
Put dbdumpfile back in root of zip instead of meshcentral-data subfolder and normalize some more (#6500) 2024-11-05 13:26:05 +00:00
si458
b39235643e more wmic replacements
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-04 15:09:38 +00:00
si458
0ec8b061c8 Revert "require package version from correct folder"
This reverts commit cfe9345b53.
2024-11-04 13:59:50 +00:00
PTR
e58d659fa9
Fix archiver error, add backup options and SQLite maintenance (#6487) 2024-11-03 18:44:15 +00:00
Ylian Saint-Hilaire
45169b2cfd Version 1.1.33 2024-11-03 09:40:52 -08:00
Ylian Saint-Hilaire
c09d2fad3e Can now switch to the bootstrap ui at runtime with ?sitestyle=3 in the url. 2024-11-03 09:34:26 -08:00
si458
7928f7fb30 fix ntfy missing user-agent #6488
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-11-01 11:23:45 +00:00
si458
438289b2ed few more bootstrap fixes
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-31 13:31:33 +00:00
Marc Laporte
561fc67f33
Adding LinkedIn and a few fixes (#6486) 2024-10-31 12:44:28 +00:00
si458
aa7767f37c fix menu bar and swap icons in bootstrap
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-28 13:35:43 +00:00
si458
f23792881e more general web fixes and updates
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-28 11:26:30 +00:00
si458
c920b28acc more bootstrap fixes
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-28 11:17:09 +00:00
Josiah Baldwin
36f1b4d5be
Added global ws error handler (#6475) 2024-10-25 11:02:53 +01:00
si458
141bec559f AddLocalDevice and AddAmtDevice to meshctrl.js #6473
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-25 10:34:16 +01:00
si458
0d885e6fa0 fix some modals not working in bootstrap
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-24 18:31:55 +01:00
si458
e10f5277e9 improve bootstrap icons and formatting
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-24 15:56:02 +01:00
si458
f33768fe32 1st bootstrap 5 cosmetic fixes
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-10-21 18:15:05 +01:00