Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt | |
2015-08-11 | Removed broken, outdated test from test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file import in test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | Fixed get_lastuid in test_soledad_querier.py. | Folker Bernitt | |
2015-08-11 | fix unit tests for soledad.need_sync method, its gone | Victor Shyba | |
2015-08-11 | fix unit tests for nicknym | Victor Shyba | |
2015-08-11 | fix integration.test_drafts | Victor Shyba | |
2015-08-11 | fixing integration.test_tags | Victor Shyba | |
2015-08-11 | fix integration test_search | Victor Shyba | |
2015-08-11 | fix test_contacts on integration | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | Some more yields. | Folker Bernitt | |
2015-08-11 | fixing querier integration tests | Victor Shyba | |
2015-08-11 | Fixing integration tests. | Folker Bernitt | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | prepare mailbox tests, missing property functionality on mail.py only | Victor Shyba | |
2015-08-11 | fix test_soledad_querier | Victor Shyba | |
2015-08-11 | fix test_session | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-19 | [refactor] Use auth for fewer parameters | Victor Shyba | |
2015-06-18 | SMTP should be getting up properly again | Bruno Wagner | |
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed. | |||
2015-06-17 | fix missing import | Victor Shyba | |
2015-06-17 | clean up unused variables (flake8 violations) | Victor Shyba | |
2015-06-13 | [rename] tested app_factory code is now on application module | Victor Shyba | |
2015-06-13 | [tests] Enabling 2 skipped tests | Victor Shyba | |
Adapted to run on current application module | |||
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-12 | Added missing import for AsyncHTTPClient | Folker Bernitt | |
- accidentally removed in previous commit | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-06-10 | Fix bug when not passing leap certificate nor fingerprint | rafael lisboa | |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ↵ | Bruno Wagner | |
otherwise | |||
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 | Removed triplicated code to concatenate user mail | Victor Shyba | |
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 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-07 | fixes tests for smtp gateway | Victor Shyba | |
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 | 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-04 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-06-04 | Config is not used anymore | Bruno Wagner | |
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner | |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa | |
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-06-03 | Dispatcher tests were not reflecting the args parser changes | Bruno Wagner | |
2015-06-03 | Fixed tests after app changes | Bruno Wagner | |
2015-05-11 | Use maildir for folders like DRAFTS or SENT. | Folker Bernitt | |
- Issues #337, #338 - Added example how to use maildir sub folders | |||
2015-05-05 | #337 Fixed the test adding a new behavior for add_mail_folder | Jefferson Stachelski | |