wh1te909
3decce1d5c
auto generate the postgres username/passwd during install
2020-08-21 19:19:29 +00:00
wh1te909
63ee434c63
don't error out when uninstalling agent if agent's user model doesn't exist
2020-08-21 04:47:27 +00:00
wh1te909
098960009d
Merge pull request #56 from sadnub/feature-policies-alerts
...
User Management addition
2020-08-20 21:22:17 -07:00
wh1te909
905d443c7d
finish up user management
2020-08-21 04:19:34 +00:00
wh1te909
74c1d40dae
catch duplicate users
2020-08-20 22:32:02 +00:00
wh1te909
a0dff89842
more improvements
2020-08-20 22:27:55 +00:00
wh1te909
edb3998c69
fix lan ips
2020-08-20 21:23:49 +00:00
wh1te909
70d18b88bf
add email validation, hide password
2020-08-20 21:04:28 +00:00
wh1te909
01ed13b05b
fix edit user
2020-08-20 20:41:56 +00:00
wh1te909
a5cabba631
fix delete user
2020-08-20 20:29:45 +00:00
wh1te909
5f73861684
Merge branch 'feature-policies-alerts' of https://github.com/sadnub/tacticalrmm into sadnub-feature-policies-alerts
2020-08-20 20:05:01 +00:00
wh1te909
622eb23fe0
small fixes, highlight row when selected
2020-08-20 20:04:41 +00:00
sadnub
c316652128
Update views.py
...
Added 404 replies if User doesn't exist
2020-08-20 09:08:41 -06:00
wh1te909
68c9a31f46
filter out agents from user management
2020-08-20 04:18:13 +00:00
Josh Krawczyk
2e2e2073fb
bump app version
2020-08-19 18:26:00 -04:00
Josh Krawczyk
0c71dc29b3
user management addition
2020-08-19 18:25:01 -04:00
Josh Krawczyk
98dba0dece
alerts work
2020-08-19 18:25:01 -04:00
wh1te909
d4a25cda3b
add vscode formatting settings
2020-08-19 21:49:23 +00:00
wh1te909
7ed22368f5
bump version
2020-08-19 20:16:39 +00:00
wh1te909
84c1b531bf
don't run update.sh as root
2020-08-19 20:15:17 +00:00
wh1te909
a77d0dfa74
make instructions clearer for new nginx config
2020-08-19 08:44:26 +00:00
wh1te909
666e85adc0
add builtin scripts support
2020-08-19 05:46:18 +00:00
wh1te909
f661912257
make smtp user/password optional (allows for smtp relay)
2020-08-18 21:59:24 +00:00
wh1te909
5244064805
don't delete tokens generated by installer during update
2020-08-18 21:54:21 +00:00
wh1te909
8cf26c8ed0
add client and site to the email subject for failing check alerts
2020-08-17 17:42:03 +00:00
wh1te909
f8b86073ca
update setuptools/wheel to fix uwsgi failing to build wheels and falling back to setup.py
2020-08-16 21:08:32 +00:00
wh1te909
5025faebbd
Merge pull request #46 from sadnub/feature-policies-alerts
...
Fix Related Policies
2020-08-16 12:06:16 -07:00
Josh Krawczyk
d5acca5ba8
Added relation tests and added to policy view tests
2020-08-16 14:23:41 -04:00
Josh Krawczyk
1e8456a268
Add Tests for policy relations
2020-08-16 12:32:44 -04:00
Josh Krawczyk
3129d34500
Related policy fix
2020-08-16 11:43:47 -04:00
wh1te909
81c9527dc1
bump frontend ver
2020-08-16 05:14:11 +00:00
wh1te909
7814deab5f
add optional cli args to installer
2020-08-16 05:09:38 +00:00
wh1te909
45cf776c00
check if meshcentral is ready first before trying to generate the login key, instead of just waiting 30 seconds and hoping it will be finished installing it's plugins by then
2020-08-16 00:50:17 +00:00
wh1te909
977c89bc73
bump frontend ver
2020-08-15 20:24:49 +00:00
wh1te909
f02fc950d2
Merge pull request #45 from sadnub/feature-policies-alerts
...
WIP Alerts functionality (Stopped Error messages). Fix for policy checks/tasks
2020-08-15 12:40:15 -07:00
Josh Krawczyk
8ebcfd3322
Fix tests
2020-08-15 14:54:34 -04:00
Josh Krawczyk
78a3992eb1
More policy fixes. Should make policy changes to location work now
2020-08-15 14:48:14 -04:00
Josh Krawczyk
4b366ad53a
Added frontrend and backend for alerts to stop error messages. Still WIP. Fixed related_agents function to help with policy check bugs.
2020-08-15 14:13:24 -04:00
wh1te909
111ccad70d
fix install script when running behind NAT
2020-08-15 04:25:42 +00:00
wh1te909
ae96dba2aa
fixes wh1te909/tacticalrmm#40
2020-08-13 02:35:14 +00:00
wh1te909
84d17e306f
check for duplicate agent update processes before running self-update
2020-08-13 01:53:24 +00:00
wh1te909
c292ae7efe
Merge pull request #37 from matstocks/develop
...
Change the front end example from app to rmm
2020-08-12 09:23:32 -07:00
matstocks
3269d047f0
Change the front end example from app to rmm
...
The readme instructions state that you should create rmm.example.com as an A record, but the installer uses app.example.com as an example, which is just a bit confusing during the install process.
2020-08-12 11:52:42 +01:00
wh1te909
04ce0f9668
detect and notify when newer version of update.sh script
2020-08-12 09:00:40 +00:00
wh1te909
c7d6557995
add discord link
2020-08-12 03:36:34 +00:00
wh1te909
932cd8f3d3
don't force smtp username to be an email address
2020-08-12 02:29:50 +00:00
wh1te909
d5c9d2acc7
collect static files during upgrade
2020-08-10 20:29:42 +00:00
wh1te909
e5a15c6fef
Django 3.1
2020-08-10 05:47:13 +00:00
wh1te909
bc008b917a
update reqs
2020-08-10 05:35:12 +00:00
wh1te909
745fd71225
optional install args wh1te909/winagent@9cb8d5ba39
2020-08-10 04:47:46 +00:00