Commit Graph

523 Commits

Author SHA1 Message Date
wh1te909 94c8ef5bb1 add agent recovery commands (backend) wh1te909/winagent@2a1d2b62ef 2020-08-09 06:04:39 +00:00
wh1te909 cd8e2e8059 start work on salt update 2020-08-09 03:24:16 +00:00
wh1te909 ebbe2c5d16 add random delay between sending emails to prevent thread limit errors when using 3rd party smtp like O365 2020-08-01 22:16:34 +00:00
wh1te909 8d5151bdec make agent install command a one-liner 2020-07-25 08:17:16 +00:00
wh1te909 7b3678ff59
Merge pull request #33 from wh1te909/dependabot/npm_and_yarn/web/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /web
2020-07-25 00:33:43 -07:00
dependabot[bot] 273faf0b44
Bump lodash from 4.17.15 to 4.17.19 in /web
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-25 07:29:42 +00:00
wh1te909 a9d695376e update reqs 2020-07-25 07:27:37 +00:00
wh1te909 ebb200fcac remove un-used queries 2020-07-23 03:14:14 +00:00
wh1te909 7767adfb0a use agent's timezone in last response column 2020-07-21 08:46:18 +00:00
wh1te909 23e2d6a8a4 change salt_id from a property to a model field to handle agents that hostnames change after initial install 2020-07-19 10:45:34 +00:00
wh1te909 1273be1265 agent update improvements 2020-07-18 09:47:49 +00:00
wh1te909 3b123f7521 add live demo 2020-07-18 07:57:22 +00:00
wh1te909 7e4b394fdc ui padding changes 2020-07-17 07:09:19 +00:00
wh1te909 74c69c1714 show interactive user in agent table 2020-07-17 06:19:15 +00:00
wh1te909 08ef1c68fe add backup script 2020-07-17 05:02:25 +00:00
wh1te909 b24d4e7c45 fix refresh bug when editing agent 2020-07-16 00:41:55 +00:00
wh1te909 3e375d825f don't run duplicate update processes 2020-07-15 07:39:17 +00:00
wh1te909 eed62ad0c2 fix needs_reboot 2020-07-15 06:12:23 +00:00
wh1te909 8a842fe4aa improvements and fixes to windows updates 2020-07-15 05:34:02 +00:00
wh1te909 136fc36205 fix text overflow in script manager 2020-07-14 08:33:31 +00:00
wh1te909 43204ba3ab send command improvements 2020-07-13 09:11:50 +00:00
wh1te909 a6784cf58b cpu/disk summary improvements 2020-07-13 07:14:53 +00:00
wh1te909 527a1c5bc6 improve make/model detection 2020-07-13 06:27:57 +00:00
wh1te909 038c5a7eb5 don't show usb in disk summary 2020-07-13 05:44:56 +00:00
wh1te909 9ced651bd4 fix batch minion targeting 2020-07-13 04:46:12 +00:00
wh1te909 38eea195fd add assets tab 2020-07-12 20:11:19 +00:00
wh1te909 13c8d8e735 add option to specify different 'from' email address for alerts 2020-07-12 07:30:19 +00:00
wh1te909 e22a070c17 fix typo 2020-07-12 07:15:21 +00:00
wh1te909 9acb1335db fix ping desc 2020-07-12 07:14:49 +00:00
wh1te909 c8f9db28be format all 2020-07-12 07:11:21 +00:00
wh1te909 323ada60d6
Merge pull request #32 from sadnub/feature-policies-alerts
mesh token changes
2020-07-08 10:06:28 -07:00
Josh Krawczyk 4b284c60d6 mesh token changes 2020-07-06 23:36:15 -04:00
wh1te909 d607e141c6 reflect agent changes 0.9.3 2020-07-06 08:59:44 +00:00
wh1te909 704e54e322 fix tests 2020-07-06 04:15:55 +00:00
wh1te909 f7c129340a update reqs, add django-extensions for easier debugging 2020-07-06 04:07:02 +00:00
wh1te909 353d9b05b5 change agent update to run locally, removing need for extra celery queue 2020-07-05 00:59:55 +00:00
wh1te909 8e5978e33a
Merge pull request #31 from sadnub/feature-policies-alerts
Policy Tasks with fixes and docker changes
2020-07-03 10:54:43 -07:00
Josh Krawczyk 8f591f08de Policy Tasks with fixes and docker changes 2020-07-02 17:33:20 -04:00
wh1te909 4f28340ce2 move db setup after mesh token 2020-07-02 08:02:56 +00:00
wh1te909 4a6da3d53b
Merge pull request #30 from sadnub/feature-policies-alerts
Changed to docker setup and converting to cryptodome for aes/hashing
2020-06-30 19:28:03 -07:00
Josh Krawczyk a234e84de4 Changed to docker setup and converting to cryptodome for aes/hashing 2020-06-30 20:43:26 -04:00
wh1te909 8bb4cabdf4 fix tests 2020-06-30 08:21:44 +00:00
wh1te909 62f8e7acc8 combine mesh views into one and now pulls from db instead of local_settings 2020-06-30 08:05:19 +00:00
wh1te909 22b65ca06d fix crypto import 2020-06-30 08:03:36 +00:00
wh1te909 7c610c1134 black 2020-06-30 08:02:23 +00:00
wh1te909 98ca5e5c55 fix email_user var in docker 2020-06-30 08:00:38 +00:00
wh1te909 fb50d7f0d0
Merge pull request #29 from sadnub/feature-policies-alerts
Finish up MeshCentral integration. Worked out bugs...
2020-06-29 20:44:35 -07:00
Josh Krawczyk b06d2e0be8 Finish up MeshCentral integration. Worked out more bugs and added mesh settings in CoreSettings. Modified docker to work with new configurations 2020-06-29 18:37:11 -04:00
wh1te909 37327940bc fix slow tree loading times when hundreds of agents 2020-06-29 02:57:21 +00:00
wh1te909 fdf90be39b add tree loading, improve render perf for agent table 2020-06-29 02:12:27 +00:00