summaryrefslogtreecommitdiff
path: root/service/test/unit/config
AgeCommit message (Expand)Author
2017-03-30[#1018] Upgrades twisted from 16.1.1 to 17.1.0Sriram Viswanathan
2017-01-21Remove old UploadKeyError testTulio Casagrande
2017-01-21Re-raise the same exception to keep contextTulio Casagrande
2017-01-21Make registering of events for fresh accounts a bit more robust by replacing ...Ola Bini
2017-01-20Rebase previous PR on current master - see PR #915 for detailsOla Bini
2017-01-20Merge pull request #916 from olabini/fix-broken-assert-welcome-emailTulio Casagrande
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2017-01-19Fix broken test for default language for userOla Bini
2017-01-17[#885] Adds test to ensure the right type for user_uuid and passphraseThais Siqueira
2017-01-13Mock register events to not complain about zmq certsTulio Casagrande
2017-01-12Re-raise the exception after closing the sessionTayane Fernandes
2017-01-03Fixed mockito conflict with zopeBruno Wagner
2017-01-02[#815] regenerating new keys when the current one expiresNavaL
2016-11-24mock out event registration for failing test in SnapCIRoald de Vries
2016-11-24remove another unnecessary patchRoald de Vries
2016-11-24remove an unnecessary patchRoald de Vries
2016-11-23skip the test that is failing in snap only in snapRoald de Vries
2016-11-23skip the test that is failing in snap but not locallyRoald de Vries
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-11-04[#795] fixed missing yield on authenticate in leap initialize for activist modeNavaL
2016-11-03 [#792] refactor pixelated-register and removed leap.auth dependencyNavaL
2016-11-03 [#792] fix pixelated-registerNavaL
2016-10-28authentication now returns AuthenticationNavaL
2016-09-26rearranged leap session creation to not sync nor setup account/fetcher, when ...NavaL
2016-09-08Fixed test to correctly mock the mail_fetcherBruno Wagner
2016-08-19Started deferring leap session creation #759Bruno Wagner
2016-08-19Normalizing single and multi user bootstrap #759Bruno Wagner
2016-06-24Issue #694 add an admin restricted resource for user statsNavaL
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-05-11Remove dispatcher references from serviceCaio Carrara
2016-02-24Recreate session on soledad problemsFolker Bernitt
2016-02-20Add recommended security headers from #618Paulo Schneider
2016-02-05closing the services closes leap session, which stops background tasks, close...NavaL
2016-01-28Add Strict-Transport-Security header to user agentFolker Bernitt
2015-09-29Fixed length check for password to mirror the leap webappBruno Wagner
2015-09-28Leap web requires 8 length password, so we'll do it on UA tooBruno Wagner
2015-09-04#304 Include CSP header support to more browsersGiovane
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and remove...Giovane
2015-06-13[rename] tested app_factory code is now on application moduleVictor Shyba
2015-06-13[tests] Enabling 2 skipped testsVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-05Moved register out of application like maintenanceBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-04Config dispatcher and config_ua are now in credentialsBruno Wagner
2015-06-03Move reactor logic out of application initializationrafael lisboa
2015-06-03Creating a leap session is now part of leap initBruno Wagner
2015-06-03Dispatcher tests were not reflecting the args parser changesBruno Wagner
2015-06-03Fixed tests after app changesBruno Wagner
2015-04-13Merge pull request #371 from enzoz/validates_username_before_create_accountBruno Wagner Gonçalves
2015-04-10Allows dot on username.Enzo Zuccolotto