LDEV-4932 Adding CSRF to AdminAdding it to:- User roles- Create course- Clone lessons- assign roles in courses- global roles- change password for course- change user pass- delete all lessons
LDEV-4932 Add CSRF to monitor and central* Add CSRF protection to:- Change lesson status (incl. remove)- Remove lesson using main.jsp button- Rename lesson* Start using /common/taglibs.jsp in lams_central
LDEV-4932 Secure gradebook calls with CSRF Guard* Secure the following gradebook calls in particular: - Release marks - Any change in marks - Export* Add taglibs.jsp to gradebook project
LDEV-4932 Secure gradebook calls with CSRF Guard* Secure the following gradebook calls in particular: - Release marks - Any change in marks - Export* Add taglibs.jsp to gradebook project
LDEV-4935 Secure lesson chat (presence) websocketsNickname is taken from session, not from incoming parameters. User getschecked if he participates in the given lesson.Simplified code, clean up.