Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | refactor unassigned list comprehension | Victor Shyba | |
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 | |
2015-06-03 | moving imports, code moved without them | Victor Shyba | |
2015-06-03 | remove unused imports from maintenance | Victor Shyba | |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa | |
2015-06-03 | fix jshint for interstitial page | 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 | Better identing the initialization deferreds | Bruno Wagner | |
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 | Changed the method used to open a leap session to a meaningful and ↵ | Bruno Wagner | |
non-conflicting name | |||
2015-06-03 | Dispatcher tests were not reflecting the args parser changes | Bruno Wagner | |
2015-06-03 | Argument parser now specifies user agent | Bruno Wagner | |
2015-06-03 | Moved all args parseing to config/args and fixed maintenance after the shifts | Bruno Wagner | |
2015-06-03 | Added config file | Bruno Wagner | |
2015-06-03 | Leap cert was still being imported in initialize leap | Bruno Wagner | |
2015-06-03 | use debian jessie instead of testing on dockerfile | rafael lisboa | |
we were using debian:testing, which apparently was causing "invalid header value" for the SRP token (see https://github.com/pixelated-project/pixelated-dispatcher/issues/102). i'm reverting this back to debian:jessie since that's the version we intend to run the user-agent on for now anyway. | |||
2015-06-03 | Fixed tests after app changes | Bruno Wagner | |
2015-06-03 | Leap certificate initialization and credentials gathering is now done on ↵ | Bruno Wagner | |
initialize_leap | |||
2015-06-02 | Started isolating leap initialization, so we can call it in one place ↵ | Bruno Wagner | |
instead of across all of initialization | |||
2015-06-02 | Logging initializer don't need the whole args, only the debug option | Bruno Wagner | |
2015-06-02 | Remove unused methods from logger and made twisted use the python standard ↵ | Bruno Wagner | |
logger | |||
2015-05-24 | old nose code in setup.py, but we use trial instead | Victor Shyba | |
2015-05-24 | unused imports in setup.py | Victor Shyba | |
2015-05-23 | Adding undocumented feature on installer script | Victor Shyba | |
This option exists in install script code, but no instructions is given on help text. | |||
2015-05-23 | Adding info link about dependencies | Victor Shyba | |
For contributors trying the manual installation. | |||
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-05-11 | Added cert for unstable | Gavin Schalliol | |
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-08 | Bumped leap auth version after latest changes | Bruno Wagner | |
2015-05-08 | #338 Added pre load emails on mailbox SENT | Jefferson Stachelski | |
2015-05-07 | Sending the correct api cert in all cases now | Bruno Wagner | |
2015-05-07 | vagrant: roll back base box to wheezy since leap platform doesn't support ↵ | rafael lisboa | |
jessie yet | |||
2015-05-07 | added build-essential package to source provisioning | varac | |
2015-05-06 | cleanup Vagrantfile, use LEAP/jessie base box (#385) | rafael lisboa | |
2015-05-05 | #337 Fixed the test adding a new behavior for add_mail_folder | Jefferson Stachelski | |
2015-05-05 | #337 Added preload mails to DRAFTS | Jefferson Stachelski | |
2015-05-05 | Register was still passing the leap provider instead of the api url for ↵ | Bruno Wagner | |
authentication | |||
2015-05-05 | #337 Create mailbox if it already does not exist | Jefferson Stachelski | |
2015-05-04 | add dependency to leap-auth for deb package | rafael lisboa | |
2015-05-04 | Merge pull request #389 from pixelated-project/srp_changes | Bruno Wagner Gonçalves | |
SRP changes to support LEAP 0.7 | |||
2015-05-04 | update tests | rafael lisboa | |
2015-05-04 | add leap.auth to requires | rafael lisboa | |
2015-05-04 | Added 3 more read mails. | Folker Bernitt | |
- Issue #336 | |||
2015-05-04 | Changed maintenance load mails format from mbox to maildir. | Folker Bernitt | |
- Can now import mails from maildir (allows import of old mail accounts, too) - Flags currently supported: Replied, Seen - Issue #336 | |||
2015-04-30 | #337 Removed email name validation | Jefferson Stachelski | |