summaryrefslogtreecommitdiff
path: root/service/pixelated/config/app_factory.py
AgeCommit message (Expand)Author
2015-06-09Extracted services setup in a separate classBruno Wagner
2015-06-09AttachmentsResource don't need querier anymore, RootResource doesn't need it tooBruno Wagner
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
2015-06-04removing unused importsVictor Shyba
2015-06-04Removed leftover imports after refactoringsBruno Wagner
2015-06-04remove leftover constantsrafael lisboa
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
2015-06-04remove duplicate nicknym key initializationrafael lisboa
2015-06-03moving imports, code moved without themVictor Shyba
2015-06-03Move reactor logic out of application initializationrafael lisboa
2015-06-03Removed unused redirect to ssl and moved reactor listens one place up in the ...Bruno Wagner
2015-06-03Creating a leap session is now part of leap initBruno Wagner
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
2015-04-23Changes to streamline the session creation and authenticate with the external...Bruno Wagner
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
2015-02-27Refactored out tag service and replaced mail normalization with built-in pars...Bruno Wagner & Victor Shyba
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
2015-02-03fixing pep8Duda Dornelles
2015-02-03Movinge MailsResource#render_POST logic to MailService and some search_engine...Duda Dornelles
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-01-27#237 #232 #196 syncing user data once before starting the UA. Displaying a lo...Duda Dornelles
2015-01-23#245 stopping the reactor when user cant authenticateDuda Dornelles
2015-01-23When closing the app now it wont get stuck, but it will finish the last sched...Pixpoa pairing
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles
2015-01-21Fixed pep8 warningsBruno Wagner
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
2014-12-22refactoring package structureDuda Dornelles
2014-12-04removing unused methodDuda Dornelles
2014-12-04removing unused test and fixing another oneDuda Dornelles
2014-12-03Card #149 - does not open two ports when running with SSLPatrick Maia
2014-12-03added functionality for reply all to service.Lisa Junger
2014-12-01Card #149 - ensure server only accepts good ciphersPatrick Maia and Victor Shyba
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-27removes unused codePatrick Maia and Victor Shyba
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-20place and fixing pepDuda Dornelles
2014-11-20#151 creating keys whens SOLEDAD_DATA_SYNC_DONE is thrown. If keys already ex...Duda Dornelles
2014-11-20Removed useless print from the codeBruno Wagner
2014-11-10adding encrypted file index to whooshDuda Dornelles
2014-11-10Pass configured port number to reactor.Folker Bernitt
2014-11-06Making it possible to change host to bind app with --hostDuda Dornelles
2014-11-06improving log and logging to file on functional testsDuda Dornelles
2014-11-06Issue #100: Read credentials from pipe.Folker Bernitt
2014-11-05moving to twistedDuda Dornelles