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.
LDEV-4932 Secure edit in monitor with CSRF Guard* In order to secure /definelater.do path, added definelater() method toAuthoringController to the tools missing it* Remove unnecessary forms from monitor in Vote, NB, QA tools