Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-04 | Issue #738: Bypass cookie validation for sandbox | Felix Hammerl | |
2016-05-19 | issue #685 remove duplicated email recipients | mfrankie | |
2016-05-19 | remove duplicated mails, wip | mfrankie | |
2016-05-13 | Issue #691: Refactor to Twisted 16.1.1 | Felix Hammerl | |
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 | |||
2016-01-25 | added integration test | NavaL | |
Issue #576 | |||
2015-12-18 | WIP: rename me later | mnandri | |
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz | |
Altered lambda function to def in order to fix pep8 E371 errors | |||
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-06 | Issue #215: Fixed missing From header for sent mails. | Lisa Junger | |
- Fixes problem with trailing comma for reply all | |||
2014-12-22 | refactoring package structure | Duda Dornelles | |
2014-10-15 | Changed pixelated mail file to mail, because it has more than pixelated mail | Bruno Wagner | |
2014-10-15 | Extracting controller classes | Duda Dornelles | |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-10-09 | Changing tests folder structure | Duda Dornelles | |