* fix: Tweak URL's regex to avoid XSS.
Thanks to @rgavilan for the feedback!
Closes#1840.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
* chore: Update dependencies.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
* chore: Use `ENT_QUOTES` flag for all `htmlspecialchars` calls.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
* [MOD] Improved in-app notifications displaying. Database update is needed
* [ADD] Added ACL event handler in order to recreate users' ACL when items like user, profile or group are updated/deleted
Signed-off-by: nuxsmin <nuxsmin@syspass.org>