summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
Issue #598
2016-02-11Redownload SMTP certficates if necessaryFolker Bernitt
- Issue #591 - using leaps should_redownload for check
2016-02-10Fix Issue #596: Provide correct content-typeFelix Hammerl
Provide the proper content-type Quote filename due to Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=221028
2016-02-10Download SMTP client certificate, not VPN oneFolker Bernitt
- Issue #591
2016-02-09Close account on session closeFolker Bernitt
- Issue #586
2016-02-09Move sessions into SessionCacheFolker Bernitt
- Issue #586
2016-02-09remove old dev.pixelated-project.org cert filevarac
dev.pixelated-project.org now has a proper letsencrypt cert
2016-02-08Revert "Issue #549 - Implemented remove attachment"Felix Hammerl
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083.
2016-02-08Revert "Issue #549 - Implemented remove attachment in server side"Felix Hammerl
This reverts commit 92f0e9887a216e0ec82355941655d3deebf2d422.
2016-02-05suppressing Error logs being spit out in testsNavaL
2016-02-05closing the services closes leap session, which stops background tasks, ↵NavaL
close soldedad and remove it from cache Issue #586
2016-02-04Issue #549 - Implemented remove attachment in server sideJefferson Stachelski
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as ↵NavaL
they are already cached from leap side - fixing build Issue #590
2016-02-03checks to load leap sessions and services or notNavaL
Issue #590
2016-02-03move leap session creation to be done after interstitial is loadedNavaL
Issue #590
2016-02-02Merge branch 'load', the load testing codeVictor Shyba
2016-02-02Log some times to identify very slow partsFolker Bernitt
2016-02-02WIPNavaL
2016-02-02Log time to load mail lists from mailstoreFolker Bernitt
2016-02-02Don't load attachments when just listing mailsFolker Bernitt
2016-02-01Fix parameters order on _set_fresh_account #587Giovane
2016-01-29Fix: Only act on generated keys for current userFolker Bernitt
- Issue #587
2016-01-28Add Strict-Transport-Security header to user agentFolker Bernitt
- Issue #584
2016-01-28added ft stepNavaL
Issue #583
2016-01-28making async setup user services after authNavaL
Issue #583
2016-01-27Fixup: Somehow mixed up disable and enableFolker Bernitt
2016-01-27Disable CSP for phantomjsFolker Bernitt
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2016-01-26minor refactoringsNavaL
Issue #576
2016-01-25added integration testNavaL
Issue #576
2016-01-25multi user unit testNavaL
Issue #576
2016-01-25Fix: Ignore missing mail data error when creating search indexFolker Bernitt
- Should fix accounts that can currently not log in because of mails where part of the docs are missing - Does only fix the symptoms
2016-01-25Add integrity-check maintenance commandFolker Bernitt
2016-01-22Fixed bug when tries download certJefferson Stachelski
It was rising an error when UA tried donwload the certificate and the directory that file will be create doesn't exist yet
2016-01-22Show sensible error message for failed loginFolker Bernitt
- Issue #576 - Use of twisted templating
2016-01-22re-introduced logout functionality for multi-userNavaL
Issue #576
2016-01-22Download certficate on multi user startupFolker Bernitt
- Issue #576
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-20Some work around that fixed jeffhsta wazokazi accountJefferson Stachelski
2016-01-20Fixed the PGP private key that was being loggedJefferson Stachelski
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
- Issue #576
2016-01-18root resource now depends on the services factory -- and mail service, for ↵NavaL
now -- Issue #576
2016-01-18migrating account settings resource to use services factoryNavaL
Issue #576
2016-01-18migrating feedback resources to use services factoryNavaL
Issue #576
2016-01-18migrating mail resources to use services factoryNavaL
Issue #576
2016-01-18migrating mails resources to use services factoryNavaL
Issue #576
2016-01-18migrating tag resources to use services factoryNavaL
Issue #576
2016-01-18migrating contact resources to use the services factoryNavaL
Issue #576
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
Issue #576