| Commit message (Expand) | Author | Age | Files | Lines |
* | more work on client side e2ee | zotlabs | 2017-05-01 | 1 | -5/+0 |
* | more work client mail crypto | zotlabs | 2017-05-01 | 1 | -5/+15 |
* | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 1 | -2/+4 |
* | get rid of get_app() | zotlabs | 2017-03-31 | 1 | -2/+0 |
* | tag and mention handling in private mail (which required refactoring the bbco... | zotlabs | 2016-12-13 | 1 | -32/+22 |
* | restructuring include/message for mail preview | zotlabs | 2016-12-13 | 1 | -32/+44 |
* | not null violation in mail | zotlabs | 2016-10-24 | 1 | -3/+4 |
* | issue #564 | zotlabs | 2016-10-21 | 1 | -1/+1 |
* | more backquotes - this should take care of most except for the array import q... | zotlabs | 2016-10-09 | 1 | -2/+2 |
* | issue #538 continued | redmatrix | 2016-09-29 | 1 | -1/+1 |
* | fix issue #528 | Mario Vavti | 2016-09-24 | 1 | -2/+18 |
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -1/+1 |
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -1/+1 |
* | static App | redmatrix | 2016-03-31 | 1 | -3/+3 |
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -2/+2 |
* | the mail_isreply flag wasn't being set in the right cases | redmatrix | 2016-01-10 | 1 | -3/+6 |
* | start of v4 | redmatrix | 2015-12-06 | 1 | -0/+1 |
* | fix mail attachment and photo permissions. issue #202 | Mario Vavti | 2015-12-02 | 1 | -4/+5 |
* | fix attachment rendering for mail | Mario Vavti | 2015-12-02 | 1 | -1/+1 |
* | mail sync debugging | redmatrix | 2015-10-15 | 1 | -12/+51 |
* | mail sync/migrate continued; also abstract delivery loop to make it re-usable... | redmatrix | 2015-10-15 | 1 | -25/+18 |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-15 | 1 | -4/+27 |
|\ |
|
* | | some heavy private mail restructuring - work in progress | Mario Vavti | 2015-09-24 | 1 | -11/+23 |
* | | slight hack to improve public forum detection in the forum widget | redmatrix | 2015-09-09 | 1 | -0/+1 |
* | | obscure mail subject in conversation structure | redmatrix | 2015-09-01 | 1 | -1/+10 |
* | | private mail isues | redmatrix | 2015-08-09 | 1 | -2/+4 |
* | | more work on mail flags | redmatrix | 2015-06-23 | 1 | -10/+6 |
* | | add rot47 to the mix. This shouldn't affect the speed to any measurable degree. | redmatrix | 2015-05-19 | 1 | -8/+8 |
* | | mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ciph... | redmatrix | 2015-05-19 | 1 | -12/+10 |
|/ |
|
* | prevent silly fake null date from causing problems OTW from older builds | Habeas Codice | 2015-01-30 | 1 | -1/+1 |
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -4/+4 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -4/+4 |
* | SQL error - private message conversation lookup | friendica | 2014-10-06 | 1 | -1/+1 |
* | d* PM cont. | friendica | 2014-09-23 | 1 | -2/+0 |
* | more work on d* private messages | friendica | 2014-09-23 | 1 | -2/+59 |
* | This is long overdue - use a symblic constant NULL_DATE instead of the easily... | friendica | 2014-09-08 | 1 | -1/+1 |
* | fix photos in private mail | friendica | 2014-02-27 | 1 | -1/+1 |
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ... | friendica | 2013-11-20 | 1 | -8/+8 |
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ... | friendica | 2013-11-13 | 1 | -2/+2 |
* | allow private mail sender to set an expiration on their messages. Once expire... | friendica | 2013-11-06 | 1 | -4/+9 |
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -2/+47 |
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 1 | -6/+6 |
* | better mail obscuring | friendica | 2013-07-31 | 1 | -40/+54 |
* | private mail is just a little more private now. Not encrypted and the obfusca... | friendica | 2013-07-19 | 1 | -4/+20 |
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer... | friendica | 2013-03-21 | 1 | -17/+17 |
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
* | null notice when sending private mail | friendica | 2013-02-04 | 1 | -2/+2 |
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 1 | -2/+5 |
* | Putting the final wraps on the backend private message API. This is more or l... | friendica | 2013-01-25 | 1 | -19/+63 |
* | make all private message functionality api-able | friendica | 2013-01-24 | 1 | -1/+95 |