summaryrefslogtreecommitdiff
path: root/service/pixelated/config
AgeCommit message (Collapse)Author
2015-08-11Worked on integration tests.Folker Bernitt
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11pep8Victor Shyba
2015-08-11disable mark all as recent and remove duplicates for now as they need reviewVictor Shyba
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Disabled soledad_querier.remove_duplicates for now.Folker Bernitt
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11Added some more yields to the soledad wrapper code.Folker Bernitt
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2015-08-11setup search engine using inlineCallbacksVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-07-01#346 Added a password parameter for script useJefferson Stachelski
2015-06-15Register now understands fingerprint and certificate arguments againBruno Wagner
2015-06-12[refactor] dont access private soledad instanceVictor Shyba
Get soledad from soledad_session, instead of using the private one from Account.
2015-06-12fixes last commit typo, soledad_querier doesnt come from selfVictor Shyba
2015-06-12[refactor] SearchEngine does not need a querierVictor Shyba
It was used only to retrieve encryption key. This should be done by who is using it.
2015-06-11Removing lost importsVictor Shyba
2015-06-10checking keys is a session responsabilityVictor Shyba
2015-06-09Broke initialization of services down by partsBruno Wagner
2015-06-09Extracted services setup in a separate classBruno Wagner
We removed app factory and moved root resource initialization to application.py
2015-06-09AttachmentsResource don't need querier anymore, RootResource doesn't need it tooBruno Wagner
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Moved initialization, fingerprint and cert inside LeapCertificate classBruno Wagner
2015-06-08move leap certs initialization to the certs modulerafael lisboa
2015-06-07events server can also run on random portVictor Shyba
With this last change, it is now possible to run more than one user agent on same pc without docker. With a fixed one it would raise port already in use and it is not configurable, making it impossible to run multiple activist UA.
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-06-05Moved initialization of leap background jobs to leap initBruno Wagner
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.
2015-06-05Moved register out of application like maintenanceBruno Wagner
2015-06-05if exception variable isnt used, we shouldnt declare it for cleaner codeVictor Shyba
2015-06-05Moved extensions to their own folder, so support has more meaningBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-05Loading page is now in the resources folderBruno Wagner
2015-06-04removing unused importsVictor Shyba
2015-06-04Config is not used anymoreBruno Wagner
2015-06-04Removed leftover imports after refactoringsBruno Wagner
2015-06-04Config dispatcher and config_ua are now in credentialsBruno Wagner
2015-06-04remove leftover constantsrafael lisboa
2015-06-04Initialization is not config, moving it to pixelated.applicationBruno Wagner
2015-06-04init_leap_session moved to initialize_leap.py (#406)rafael lisboa
2015-06-04don't run remove duplicates, index mails and add welcome email whenrafael lisboa
soledad sync finishes (#406) when init_app is executed, the first soledad sync was already done. it doesn't make much sense to register this as an event listener, also because these methods are executed only once.
2015-06-04#406 Monkey patched the _sign_request method from soledad client shared_dbJefferson Stachelski
2015-06-04remove duplicate nicknym key initializationrafael lisboa
2015-06-04remove apparently unneeded extra procedure when reactor stopsrafael lisboa
also add comment with more context on why adjustPoolsize is needed.