Skip to content

Commit

Permalink
Security improvement batch (nightscout#6622)
Browse files Browse the repository at this point in the history
* Adds a new method for the server to push notifies to the client, which require administration privileges from the user. If there are messages in queue but user is not privileged, she is notified of pending messages

* Fix unit tests

* Increase timeouts on tests

* Add translations

* * Aggregate admin messages
* Send admin message on auth fail
* Sending messages over bus
* XSS filtering of objects sent over the REST API

* Warn users if their instance is world readable

* Fix adminnotifies init()

* Fix couple issues from Codacy
  • Loading branch information
sulkaharo authored and lpsuerj committed Apr 17, 2021
1 parent cdc2b3d commit e90b67d
Show file tree
Hide file tree
Showing 34 changed files with 12,059 additions and 117 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ npm-debug.log
/cgm-remote-monitor.njsproj
/cgm-remote-monitor.sln
/obj/Debug
/bin
/*.bat
Loading

0 comments on commit e90b67d

Please sign in to comment.