aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
Commit message (Expand)AuthorAgeFilesLines
* Mail subject bug fixAndrew Manning2017-05-071-1/+1
* more work on client side e2eezotlabs2017-05-011-5/+0
* more work client mail cryptozotlabs2017-05-011-5/+15
* database support for client side e2ee for private mailzotlabs2017-04-251-2/+4
* get rid of get_app()zotlabs2017-03-311-2/+0
* tag and mention handling in private mail (which required refactoring the bbco...zotlabs2016-12-131-32/+22
* restructuring include/message for mail previewzotlabs2016-12-131-32/+44
* not null violation in mailzotlabs2016-10-241-3/+4
* issue #564zotlabs2016-10-211-1/+1
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-2/+2
* issue #538 continuedredmatrix2016-09-291-1/+1
* fix issue #528Mario Vavti2016-09-241-2/+18
* finish the channel_reddress() conversionredmatrix2016-09-211-1/+1
* daemon conversion continued...redmatrix2016-05-191-1/+1
* static Appredmatrix2016-03-311-3/+3
* deprecate $a->get_baseurl()redmatrix2016-03-301-2/+2
* the mail_isreply flag wasn't being set in the right casesredmatrix2016-01-101-3/+6
* start of v4redmatrix2015-12-061-0/+1
* fix mail attachment and photo permissions. issue #202Mario Vavti2015-12-021-4/+5
* fix attachment rendering for mailMario Vavti2015-12-021-1/+1
* mail sync debuggingredmatrix2015-10-151-12/+51
* mail sync/migrate continued; also abstract delivery loop to make it re-usable...redmatrix2015-10-151-25/+18
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-151-4/+27
|\
* | some heavy private mail restructuring - work in progressMario Vavti2015-09-241-11/+23
* | slight hack to improve public forum detection in the forum widgetredmatrix2015-09-091-0/+1
* | obscure mail subject in conversation structureredmatrix2015-09-011-1/+10
* | private mail isuesredmatrix2015-08-091-2/+4
* | more work on mail flagsredmatrix2015-06-231-10/+6
* | add rot47 to the mix. This shouldn't affect the speed to any measurable degree.redmatrix2015-05-191-8/+8
* | mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ciph...redmatrix2015-05-191-12/+10
|/
* prevent silly fake null date from causing problems OTW from older buildsHabeas Codice2015-01-301-1/+1
* local_user => local_channelfriendica2015-01-281-4/+4
* PostgreSQL support initial commitHabeas Codice2014-11-131-4/+4
* SQL error - private message conversation lookupfriendica2014-10-061-1/+1
* d* PM cont.friendica2014-09-231-2/+0
* more work on d* private messagesfriendica2014-09-231-2/+59
* This is long overdue - use a symblic constant NULL_DATE instead of the easily...friendica2014-09-081-1/+1
* fix photos in private mailfriendica2014-02-271-1/+1
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-8/+8
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ...friendica2013-11-131-2/+2
* allow private mail sender to set an expiration on their messages. Once expire...friendica2013-11-061-4/+9
* email attachments (and fix email photos)friendica2013-08-191-2/+47
* convert all stored json calls to json_decode_plus()friendica2013-08-061-6/+6
* better mail obscuringfriendica2013-07-311-40/+54
* private mail is just a little more private now. Not encrypted and the obfusca...friendica2013-07-191-4/+20
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-17/+17
* start formatting for Doxygenfriendica2013-02-251-1/+1
* null notice when sending private mailfriendica2013-02-041-2/+2
* upstream fixes, template regenerationfriendica2013-01-251-2/+5
* Putting the final wraps on the backend private message API. This is more or l...friendica2013-01-251-19/+63