| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | turn private_messages_list into backend functionality and separate it from th... | friendica | 2013-01-24 | 1 | -0/+46 |
* | DB: do the mail table again. Mail almost working onsite, still needs to zot t... | friendica | 2012-12-04 | 1 | -159/+29 |
* | here's where the heavy lifting begins - everything is likely to be broken for... | friendica | 2012-10-01 | 1 | -1/+1 |
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -3/+3 |
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+85 |
|\ |
|
| * | send unverified private mail using zrl | friendica | 2012-04-01 | 1 | -0/+85 |
|/ |
|
* | add remove_user hook (it looks like dreamhost changed all my file permissions... | friendica | 2012-01-18 | 1 | -0/+0 |
* | pm replies | friendica | 2011-12-06 | 1 | -7/+15 |
* | d* pm | friendica | 2011-12-06 | 1 | -3/+9 |
* | maintain backward compatibility with old PMs | friendica | 2011-12-05 | 1 | -9/+19 |
* | add conv structure | friendica | 2011-12-05 | 1 | -3/+40 |
* | move send private message code out of view code | fabrixxm | 2011-08-19 | 1 | -0/+96 |