Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | [refactor] Extracts get_key logic, sharing it | Victor Shyba | |
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422 | |||
2015-08-11 | Added mail store to mail service. | Folker Bernitt | |
2015-08-11 | pep8 | Victor Shyba | |
2015-08-11 | disable mark all as recent and remove duplicates for now as they need review | Victor Shyba | |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-08-11 | fix pep8 in order to run tests | Victor Shyba | |
2015-08-11 | Disabled soledad_querier.remove_duplicates for now. | Folker Bernitt | |
2015-08-11 | Moved mark_all_as_not_recent to yield. | Folker Bernitt | |
2015-08-11 | Added some more yields to the soledad wrapper code. | Folker Bernitt | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-08-11 | setup search engine using inlineCallbacks | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-07-01 | #346 Added a password parameter for script use | Jefferson Stachelski | |
2015-06-15 | Register now understands fingerprint and certificate arguments again | Bruno Wagner | |
2015-06-12 | [refactor] dont access private soledad instance | Victor Shyba | |
Get soledad from soledad_session, instead of using the private one from Account. | |||
2015-06-12 | fixes last commit typo, soledad_querier doesnt come from self | Victor Shyba | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-06-10 | checking keys is a session responsability | Victor Shyba | |
2015-06-09 | Broke initialization of services down by parts | Bruno Wagner | |
2015-06-09 | Extracted services setup in a separate class | Bruno Wagner | |
We removed app factory and moved root resource initialization to application.py | |||
2015-06-09 | AttachmentsResource don't need querier anymore, RootResource doesn't need it too | Bruno Wagner | |
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Moved initialization, fingerprint and cert inside LeapCertificate class | Bruno Wagner | |
2015-06-08 | move leap certs initialization to the certs module | rafael lisboa | |
2015-06-07 | events server can also run on random port | Victor 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-07 | smtp with better variable naming and random port | Victor Shyba | |
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-05 | Moved register out of application like maintenance | Bruno Wagner | |
2015-06-05 | if exception variable isnt used, we shouldnt declare it for cleaner code | Victor Shyba | |
2015-06-05 | Moved extensions to their own folder, so support has more meaning | Bruno Wagner | |
2015-06-05 | Refactoring the config, logging_setup is now called logger | Bruno Wagner | |
2015-06-05 | Loading page is now in the resources folder | Bruno Wagner | |
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-04 | Config is not used anymore | Bruno Wagner | |
2015-06-04 | Removed leftover imports after refactorings | Bruno Wagner | |
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner | |
2015-06-04 | remove leftover constants | rafael lisboa | |
2015-06-04 | Initialization is not config, moving it to pixelated.application | Bruno Wagner | |
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 | #406 Monkey patched the _sign_request method from soledad client shared_db | Jefferson Stachelski | |
2015-06-04 | remove duplicate nicknym key initialization | rafael lisboa | |
2015-06-04 | remove apparently unneeded extra procedure when reactor stops | rafael lisboa | |
also add comment with more context on why adjustPoolsize is needed. | |||
2015-06-03 | errors not being captured, use errbacks | Victor Shyba | |