summaryrefslogtreecommitdiff
path: root/service/pixelated/config/app_factory.py
AgeCommit message (Collapse)Author
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
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
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-03fixing pep8Duda Dornelles
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
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 ↵Duda Dornelles
loading screen in the meantime. The initial sync will make sure the user has a single key pair
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 ↵Pixpoa pairing
scheduled soledad sync call before it stops
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
- add option --home /some/path to set a custom location for all user agent files.
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 ↵Duda Dornelles
exists nothing happens. This will allow users to use pixelated by registring on the web since their keys will be created at first login and will prevent key duplication since we just try to create the keys after the sync is done
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
2014-10-29Card #30 - adds attachments controllerPatrick Maia
2014-10-27User agent won't hang anymore when registering userBruno Wagner
2014-10-24small fixes here and thereDuda Dornelles
2014-10-23Small refactoring on app_factoryDuda Dornelles
2014-10-22Fixed pip errorsBruno Wagner
2014-10-22If we can't connect to the provider or the credentials are wrong, you get a ↵Bruno Wagner
meaningful error now
2014-10-22pep8 warningsDuda Dornelles
2014-10-22#117 getting partial results when loading mailsDuda Dornelles
2014-10-21Adding sync_info controller for #117Duda Dornelles
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
2014-10-17bulk mark as read #114Victor Shyba
2014-10-15getting rid of "pixelated" in the names of many classes - redundantDuda Dornelles
2014-10-15oopsie, forgot a dependency when mergingDuda Dornelles
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".