aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
Commit message (Collapse)AuthorAgeFilesLines
* remove include/message (the file)Mario2021-05-271-566/+0
|
* get devHilmar R2021-03-011-16/+16
|
* move mail frontend to addons and remove mail app from system appsMario2020-01-181-4/+0
|
* Add signatures processing for private messagesMax Kostikov2019-06-141-3/+2
|
* Fix wrong bracketMax Kostikov2019-03-271-2/+2
|
* Fix wrong permissions on attached images in personal messagesMax Kostikov2019-03-271-2/+2
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
| | | | some fixes to activity parsing from upstream.
* Update message.phpMax Kostikov2018-09-171-1/+1
|
* Use common msg_drop functionMax Kostikov2018-09-151-25/+3
|
* unification with zot.php code for future reuseMax Kostikov2018-09-151-2/+2
|
* less data in selectMax Kostikov2018-09-151-1/+1
|
* formattingMax Kostikov2018-09-141-3/+3
|
* Save combined view while deleting first message in threadMax Kostikov2018-09-141-0/+20
|
* silence PHP7.2 warningMario Vavti2017-12-161-1/+1
|
* sort combined private mail conversations by latest updated conversation ↵Mario Vavti2017-11-131-4/+1
| | | | instead of created parent
* fix issues with diaspora xchansMario Vavti2017-11-021-3/+3
|
* Several things about mail storage weren't quite right.zotlabs2017-06-221-36/+63
|
* minor export issue with mailzotlabs2017-05-311-4/+6
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-071-1/+1
|\
| * 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
| |
* | more work on client side e2eezotlabs2017-04-291-5/+0
| |
* | more work client mail cryptozotlabs2017-04-271-5/+15
| |
* | more client-side mail privacy workzotlabs2017-04-261-4/+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 ↵zotlabs2016-12-131-32/+22
| | | | bbcode cleanup stuff in mod_item)
* 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 ↵zotlabs2016-10-091-2/+2
| | | | queries
* 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 ↵redmatrix2015-10-151-25/+18
| | | | re-usable, change refresh_all to use delivery loop.
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-151-4/+27
|\ | | | | | | | | Conflicts: install/update.php
* | 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
| |