Commit Graph

5213 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire f8f89119f4
Merge pull request #4109 from nicrame/master
Add missing Polish translations.
2022-06-10 11:00:39 -07:00
Marcin Wilk 70fac16da1 Add missing Polish translations. 2022-06-10 14:50:28 +02:00
Ylian Saint-Hilaire cbc3ab49b6 Added exactports description, #4104 2022-06-09 21:25:11 -07:00
Ylian Saint-Hilaire 3da0a16d74
Merge pull request #4103 from sschoen/Bugfix/docker
[docker] bugfix: run 'node translate.js extractall' only when DISABLE_TRANSLATE is not set
2022-06-09 21:21:20 -07:00
Ylian Saint-Hilaire 70554713da
Merge pull request #4105 from silversword411/master
Syncing sample-config-advanced.json with meshcentral-config-schema.json
2022-06-09 21:17:30 -07:00
silversword411 94e11bc030
docs - moving TOC to right 2022-06-09 19:57:56 -04:00
silversword411 357c96eba4 Syncing same-config-advaned with meshcentral-config-schema.json 2022-06-09 16:35:58 -04:00
Simon Schön cf553d1a0f bugfix: run 'node translate.js extractall' only when DISABLE_TRANSLATE is not set 2022-06-09 21:25:01 +02:00
Ylian Saint-Hilaire d06ca601ff Authenticode.js can now fully decode and reencode a resource section. 2022-06-09 11:37:39 -07:00
Ylian Saint-Hilaire 97a9b2ee00 Workaround for missing readBigUInt64LE() in older NodeJS. 2022-06-09 10:50:27 -07:00
Ylian Saint-Hilaire c9cf7a3d88 Fixed authenticode.js not signing on older NodeJS versions. 2022-06-09 10:40:19 -07:00
Ylian Saint-Hilaire 8008aa9850 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-06-09 10:07:20 -07:00
Ylian Saint-Hilaire 494e9177bc Version 1.0.36 2022-06-09 10:07:12 -07:00
Ylian Saint-Hilaire 9637f0d839
Merge pull request #4101 from silversword411/master
docs - adding Code signing section
2022-06-09 10:00:09 -07:00
Ylian Saint-Hilaire cfd8521381 Fixed server exception on older NodeJS versions, #4102 2022-06-09 09:58:02 -07:00
silversword411 461cf042c1
docs - adding Code signing section 2022-06-09 11:27:10 -04:00
Ylian Saint-Hilaire 69636342fb Version 1.0.34 2022-06-08 14:56:13 -07:00
Ylian Saint-Hilaire 14f4c89ad2
Merge pull request #4096 from silversword411/master
docs - adding new config from https://github.com/Ylianst/MeshCentral/
2022-06-08 14:54:31 -07:00
Ylian Saint-Hilaire 85fc1a4d4c Fixed authenticode PS checksum calculation. 2022-06-08 14:52:50 -07:00
silversword411 3091c0370f docs - adding new config from https://github.com/Ylianst/MeshCentral/issues/4084 2022-06-08 16:13:19 -04:00
Ylian Saint-Hilaire 00a7c37d5a SSH connect button now only shows if SSH is enabled, #4072 2022-06-08 11:12:36 -07:00
Ylian Saint-Hilaire 211eb7407e Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-06-08 10:47:32 -07:00
Ylian Saint-Hilaire ea7e98b3b4 Added BREACH attack mittigation, #4084 2022-06-08 10:47:23 -07:00
Ylian Saint-Hilaire c5a72ace7d
Merge pull request #4093 from sschoen/Feature/docker
added optional build arguments to disable minification/translation
2022-06-08 09:54:55 -07:00
Simon Schön 0ce81a3f54 added docker build script 2022-06-08 17:16:56 +02:00
Simon Schön 18d9e86352 added optional build arguments to docker/readme.md 2022-06-08 14:48:08 +02:00
Simon Schön 5c8f8c611f added build arguments to optionally disable minification/translation of files 2022-06-08 14:21:23 +02:00
Ylian Saint-Hilaire d7400118eb
Merge pull request #4090 from sschoen/Bugfix/docker
removed .git folder from docker image (significant size improvement)
2022-06-08 02:07:53 -07:00
Ylian Saint-Hilaire b3da1416df
Merge pull request #4088 from silversword411/master
docs - adding configuration options to docs for indexing
2022-06-08 02:07:22 -07:00
Ylian Saint-Hilaire f5f4305841 authenticode.js new computes the new checksum on sign/unsign. 2022-06-08 00:27:32 -07:00
Ylian Saint-Hilaire 86429258dd Authenticode.js can now computer PE header checksum. 2022-06-07 23:31:18 -07:00
Ylian Saint-Hilaire 9b06a8dc56 authenticode.js can now break and re-create a Windows resource region. 2022-06-07 22:09:54 -07:00
Simon Schön dc1b4f5ce2 optimized Dockerfile for ci/cd pipelines 2022-06-08 02:46:40 +02:00
Simon Schön 5e76d07c10 added .git-folder to .dockerignore 2022-06-08 02:45:52 +02:00
silversword411 a9dc9b41d8 docs - adding configuration options to docs for indexing 2022-06-07 17:28:21 -04:00
Ylian Saint-Hilaire b0189d20b9 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-06-07 11:55:15 -07:00
Ylian Saint-Hilaire 8a2def4297 Authenticode.js full header parsing. 2022-06-07 11:55:09 -07:00
Ylian Saint-Hilaire ca6288dae9
Merge pull request #4086 from sschoen/Feature/docker
changed baseimage to current-alpine and optional installation of mongodb-tools
2022-06-07 10:05:58 -07:00
Ylian Saint-Hilaire 99d977a39e Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-06-07 10:02:46 -07:00
Ylian Saint-Hilaire fa136c489c Fixed server exception on backup restore, #4085 2022-06-07 10:02:38 -07:00
Simon Schön 0b11aa9392 changed installation of mongodb-tools to optional 2022-06-07 14:56:02 +02:00
Simon Schön 908059a6f5 changed baseimage to alpine; exposed intel amt port (4433) 2022-06-07 14:53:16 +02:00
Ylian Saint-Hilaire 16dd0fba11
Merge pull request #4083 from sschoen/Feature/docker
Updated docker environment
2022-06-06 19:53:13 -07:00
Simon Schön e17e181d5b added mongodb-service to docker-compose.yml (readme.md) 2022-06-06 19:44:13 +02:00
Simon Schön 11c3484c97 added volumes for advanced site customization and backups 2022-06-06 19:40:49 +02:00
Simon Schön bdb244b8d3 added mongodb-tools (mongodump) for autoBackup-option 2022-06-06 19:40:16 +02:00
Simon Schön 118044bcf3 use meshcentral files from local repository instead of the npm module 2022-06-06 19:39:36 +02:00
Ylian Saint-Hilaire 47fe130039 Version 1.0.33 2022-06-06 08:26:52 -07:00
Ylian Saint-Hilaire b982a277b8 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2022-06-06 08:06:39 -07:00
Ylian Saint-Hilaire a3dc3d7b5d Fixed server exception when remembering SFTP credentials, #4080 2022-06-06 08:06:32 -07:00