Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes | |
2015-01-29 | pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵ | Duda Dornelles | |
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack | |||
2015-01-29 | Issue #237: Quick hack to solve resize problem. | Folker Bernitt | |
- Just reloads page on resize | |||
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-28 | (Re-)added leap home parameter to soledad initialization. | Folker Bernitt | |
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196 | |||
2015-01-27 | Added certificate for dev | Bruno Wagner | |
2015-01-27 | Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵ | Duda Dornelles | |
and protobuf | |||
2015-01-27 | #184 not creating empty tags of any length (as opposed to only empty strings ↵ | Duda Dornelles | |
with len==0) | |||
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-24 | #184 - not creating empty tags anymore | Vicente Luchi | |
2015-01-24 | Fix a mistype error | Augusto Bennemann | |
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-23 | plaftform #53 adding --leap-cert option to UA | Duda Dornelles | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
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. | |||
2015-01-16 | Merge pull request #231 from pixelated-project/MAC_on_encrypted_storage_227 | Victor Shyba | |
#227 - MAC on encrypted storage | |||
2015-01-15 | for #227, also use IV on hmac generation | Victor Shyba | |
2015-01-14 | Not deferring encryption/decryption for soledad - this how it was on soledad ↵ | Duda Dornelles | |
0.6.0, mail sync should work again | |||
2015-01-14 | for #227, MAC on encrypted storage | Victor Shyba | |
2015-01-14 | Added a lock to search index_mail. | Folker Bernitt | |
- gets called from separate threads and causes exceptions otherwise | |||
2015-01-13 | for #227, nacl -> SoledadCrypto, since its already present | Victor Shyba | |
2015-01-13 | Fixed ignoring charset on mail content type when parsing mails. | Folker Bernitt | |
2015-01-12 | card #227, using base64 on query explicitly (previous lib did it implicitly) | Victor Shyba | |
2015-01-12 | card #227, replacing lib for debian compatibility: cryptography -> nacl | Victor Shyba | |
2015-01-09 | #164 sometimes a mail with more than one alternative will not have an html part | Duda Dornelles | |
2015-01-08 | #157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵ | Alexandre Pretto | |
parse the multipart mails anymore | |||
2015-01-06 | Removed log with duplicated information | Bruno Wagner | |
2015-01-06 | Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵ | Duda Dornelles | |
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests | |||
2015-01-06 | Issue #183 adds ALL to special tags. | Lisa Junger | |
2015-01-06 | Issue #135: Removed dead code. | Lisa Junger | |
2015-01-06 | Issue #215: Fixed missing From header for sent mails. | Lisa Junger | |
- Fixes problem with trailing comma for reply all | |||
2015-01-05 | #193 get next uid from the mailbox we are trying to add the email instead of ↵ | Duda Dornelles | |
getting it always from the index | |||
2015-01-05 | Ooopsie, forgot some debug code there | Duda Dornelles | |
2014-12-23 | #216 when trying to save a draft too fast (before the previous version is ↵ | Duda Dornelles | |
saved) simply ignore the attempt | |||
2014-12-23 | deleting unused code | Duda Dornelles | |
2014-12-23 | fixing pep8 warnings | Duda Dornelles | |
2014-12-23 | Refactoring soledad querier to use mixins | Duda Dornelles | |
2014-12-22 | Sometimes soledad adds a None recipient on a mail header, just making sure ↵ | Duda Dornelles | |
that that doesnt break the soledad sync | |||
2014-12-22 | Removing unused code | Duda Dornelles | |
2014-12-22 | refactoring package structure | Duda Dornelles | |
2014-12-18 | \#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵ | Duda Dornelles | |
delete, functional tests are still broken, investigating... | |||
2014-12-17 | Fix issue #200 search works with base63 bodies | Fábio Pio | |
Now the search works with the decoded body too, instead of only with the raw mail | |||
2014-12-17 | Fixed #199 base64 detection won't break plain text | Fábio Pio | |
Body will always return unicode now | |||
2014-12-16 | Fix #195 and #198 special characters handling | Fábio Pio | |
Added check to see if message body is base64, properly decode the body if they are Saving a draft with special characters now properly uses utf-8, that means it will send the body base64 encoded | |||
2014-12-15 | related to #194 - solves a concurrency problem on encrypted whoosh caused by ↵ | Victor Shyba | |
unnecessary writes on close callback. | |||
2014-12-12 | Card #168 - ignores contacts coming from trash and drafts | Patrick Maia | |