Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | Backend 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-03 | Redirect to / if ajax request returns 401 status | Folker Bernitt | |
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js | |||
2015-10-29 | Redirect user to login if ajax request fails with 302 | Folker Bernitt | |
- See project issue 162 - Should solve 'disconnected' problems | |||
2015-10-05 | Removed "loading..." from the UI | Bruno 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 provided | Duda Dornelles | |
2015-01-12 | Improve jshint configuration | Alexandre Pretto Nunes | |
2015-01-06 | Separate 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-22 | 82 - Adding fadeout to slow actions | Neissi Torres Lima | |
2014-12-20 | #82: adding "loading..." message to sinalize an ajax call has been made | Duda Dornelles | |
2014-12-19 | #82 increasing ajax call timeout | Duda Dornelles | |
2014-12-09 | issue #172 fixed jshint. | Lisa Junger | |
2014-12-09 | issue #172 added timeout monitoring to ajax calls. | Lisa Junger | |