summaryrefslogtreecommitdiff
path: root/web-ui/app/js/helpers/monitored_ajax.js
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-23[#619] Fix the failing testsTulio Casagrande
2016-06-23[#619] Fix some missing translation 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-10-29Redirect user to login if ajax request fails with 302Folker Bernitt
- See project issue 162 - Should solve 'disconnected' problems
2015-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-02-18 #294 - using server error message on ajax if message is providedDuda Dornelles
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-2282 - Adding fadeout to slow actionsNeissi Torres Lima
2014-12-20 #82: adding "loading..." message to sinalize an ajax call has been madeDuda Dornelles
2014-12-19#82 increasing ajax call timeoutDuda Dornelles
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger