Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Issue #431: Review | Felix Hammerl | |
* Remove GenericDeferredErrorHandler class * Convert static method generic_error_handling to function instead | |||
2016-04-11 | Removed general timings from methods | Bruno Wagner | |
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them | |||
2016-04-08 | Issue #431: extractes the generic handling for error callbacks in init and ↵ | Zara Gebru | |
handles login, logout, mail and tags resources | |||
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-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-02-02 | Log some times to identify very slow parts | Folker Bernitt | |
2016-01-25 | multi user unit test | NavaL | |
Issue #576 | |||
2016-01-22 | Add mutli-user mode to user-agent | Folker Bernitt | |
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld | |||
2016-01-18 | migrating feedback resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating contact resources to use the services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating AttachmentsResources to use the service factory | NavaL | |
Issue #576 | |||
2016-01-18 | Refactory KeyResource to get services from session | Folker Bernitt | |
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now | |||
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-02-04 | Refactoring more of resource logic into service. No more search engine on ↵ | Duda Dornelles | |
mail(s) resource | |||
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |