Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-24 | unused imports in setup.py | Victor Shyba | |
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-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 | 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 | |
2015-04-30 | #337 Extracted a method to a new one | Jefferson Stachelski | |
2015-04-30 | Added two unread, encrypted sample mails. | Folker Bernitt | |
- Issue #335 | |||
2015-04-30 | Fixed invalid variable names in maintenance.py. | Folker Bernitt | |
2015-04-30 | Removed check for mail file names. | Folker Bernitt | |
- Issue #337 | |||
2015-04-30 | Flush soledad to disk before syncing. | Folker Bernitt | |
- Issue #336 | |||
2015-04-29 | #337 Created a validation to just open file that the file name starts with ↵ | Jefferson Stachelski | |
'mbox' and ends with a number | |||
2015-04-29 | #337 Refactored maintenance, renaming to make it more clear when read the ↵ | Jefferson Stachelski | |
code and deleted unsed variable | |||
2015-04-29 | #337 Fixed the indentation of test_commands | Jefferson Stachelski | |
2015-04-29 | Fixed wrong method name. | Folker Bernitt | |
- Issue #337 | |||
2015-04-29 | updates certificates used for development. | Lisa Junger | |
2015-04-28 | #337 Made some refactors to make the code more readable | Jefferson Stachelski | |
2015-04-27 | #337 Fixed the if __name__ is __main__ to run the app | Jefferson Stachelski | |
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-23 | Patched soledad sync so it will give us meaningful error messages | Bruno Wagner | |
2015-04-22 | Fix: Remove invalid import from maintenance.py. | Folker Bernitt | |
2015-04-21 | Added load-mails maintenance command. | Folker Bernitt | |
- Issue #335 | |||
2015-04-17 | Added exception message to the error for reference | Bruno Wagner | |
2015-04-16 | maintenance reads credentials from stdin. | Folker Bernitt | |
- Issue #345 | |||
2015-04-15 | Attaching error handler to Twisted | Victor Shyba | |
For #375 | |||
2015-04-15 | Creating error handler for SSLError w/ more info | Victor Shyba | |
For #375 | |||
2015-04-15 | pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ↵ | Jefferson Stachelski | |
and 'provider' by 'LEAP provider' | |||
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt | |
- Call with: pixelated_maintenance reset - Issues #335, #345 | |||
2015-04-14 | Log was leaking subject, changed to uid instead | Bruno Wagner | |
2015-04-14 | fix typo on side_nav_expanded | rafael lisboa | |
2015-04-13 | Added call of pep8 and jshit in when passing coverage_all parameter to | Tiago Ferraz | |
go. So we can replace "go test" in builds. | |||
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-13 | Merge pull request #371 from enzoz/validates_username_before_create_account | Bruno Wagner Gonçalves | |
Validates username before request user creation on leap server | |||
2015-04-10 | improve details about encription | Neissi Torres Lima | |
2015-04-10 | Allows dot on username. | Enzo Zuccolotto | |
-- Issue #147 @anikarni and @enzoz pairing | |||
2015-04-09 | pepa8, adding extra blank line | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |