summaryrefslogtreecommitdiff
path: root/service/pixelated/config/app_factory.py
AgeCommit message (Collapse)Author
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".