summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/helpers/monitored_ajax_call.spec.js
AgeCommit message (Collapse)Author
2016-06-28Added remaining translations stringsTulio Casagrande
2016-02-25Backend and frontend protection against csrf attacks:NavaL
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612
2015-11-03Redirect to / if ajax request returns 401 statusFolker Bernitt
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js
2015-02-18 #294 - using server error message on ajax if message is providedDuda Dornelles