Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | Moved initialization of leap background jobs to leap init | Bruno Wagner | |
2015-06-05 | Added creation of input mail from python message | Bruno 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-04 | removing unused imports | Victor Shyba | |
2015-06-04 | Removed leftover imports after refactorings | Bruno Wagner | |
2015-06-04 | remove leftover constants | rafael lisboa | |
2015-06-04 | init_leap_session moved to initialize_leap.py (#406) | rafael lisboa | |
2015-06-04 | don't run remove duplicates, index mails and add welcome email when | rafael 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 | remove duplicate nicknym key initialization | rafael lisboa | |
2015-06-03 | moving imports, code moved without them | Victor Shyba | |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa | |
2015-06-03 | Removed unused redirect to ssl and moved reactor listens one place up in the ↵ | Bruno Wagner | |
tree, to remove them from the app in the future | |||
2015-06-03 | Creating a leap session is now part of leap init | Bruno Wagner | |
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense | |||
2015-05-19 | stop unneeded index rebuild and endless marking of recent docs | rafael lisboa | |
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked | |||
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba | |
-- Issue #334 | |||
2015-02-27 | Refactored 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 start | Duda Dornelles | |
2015-02-13 | Adding 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-03 | fixing pep8 | Duda Dornelles | |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda 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 authenticate | Duda Dornelles | |
2015-01-23 | When 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 migration | Duda Dornelles | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2015-01-19 | Issue #169: Allow custom home folder. | Folker Bernitt | |
- add option --home /some/path to set a custom location for all user agent files. | |||
2014-12-22 | refactoring package structure | Duda Dornelles | |
2014-12-04 | removing unused method | Duda Dornelles | |
2014-12-04 | removing unused test and fixing another one | Duda Dornelles | |
2014-12-03 | Card #149 - does not open two ports when running with SSL | Patrick Maia | |
2014-12-03 | added functionality for reply all to service. | Lisa Junger | |
2014-12-01 | Card #149 - ensure server only accepts good ciphers | Patrick Maia and Victor Shyba | |
2014-11-27 | Card #149 - enables https on service | Patrick Maia and Victor Shyba | |
2014-11-27 | removes unused code | Patrick Maia and Victor Shyba | |
2014-11-24 | Adding contacts controller and basic contact search | Duda Dornelles | |
2014-11-20 | place and fixing pep | Duda 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-20 | Removed useless print from the code | Bruno Wagner | |
2014-11-10 | adding encrypted file index to whoosh | Duda Dornelles | |
2014-11-10 | Pass configured port number to reactor. | Folker Bernitt | |
2014-11-06 | Making it possible to change host to bind app with --host | Duda Dornelles | |
2014-11-06 | improving log and logging to file on functional tests | Duda Dornelles | |
2014-11-06 | Issue #100: Read credentials from pipe. | Folker Bernitt | |
2014-11-05 | moving to twisted | Duda Dornelles | |
2014-10-29 | Card #30 - adds attachments controller | Patrick Maia | |
2014-10-27 | User agent won't hang anymore when registering user | Bruno Wagner | |
2014-10-24 | small fixes here and there | Duda Dornelles | |