aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-181-104/+0
|
* static Appredmatrix2016-03-311-2/+2
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* private mail: bring additional inbox/outbox views and ajaxify single message ↵Mario Vavti2015-09-281-2/+2
| | | | drop
* some heavy private mail restructuring - work in progressMario Vavti2015-09-241-8/+29
|
* quickfix for private messages - needs a lot more workMario Vavti2015-09-171-24/+26
|
* mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ↵redmatrix2015-05-191-2/+0
| | | | cipher would be adequate for our requirements.
* local_user => local_channelfriendica2015-01-281-4/+4
|
* found one bug trying to fetch the recursive reshare from hell. I still think ↵friendica2014-10-061-11/+11
| | | | there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing.
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-394/+4
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* Add App::poi to store the "person of interest" for a given page. This is so ↵friendica2013-12-181-4/+3
| | | | we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
* a couple more comanche conversionsfriendica2013-12-141-23/+0
|
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-1/+1
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-111-33/+1
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-201-1/+1
| | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-131-0/+15
| | | | which was positioned below the navbar instead of next to the recipient input box)
* make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵friendica2013-11-071-6/+10
| | | | icon rather than a scary looking text field
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-2/+4
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-061-6/+6
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* return a login form on some protoected pages if not logged in.friendica2013-11-021-1/+1
|
* Don't set widgets if you're not a local user.Thomas Willingham2013-11-021-0/+3
|
* show private message conversant in sidebar because without a reply you may ↵friendica2013-10-121-0/+11
| | | | not remember who it is/was.
* mail recallfriendica2013-10-111-0/+21
|
* prefill private mail recip from $_REQUEST['to'] if it's there.friendica2013-09-191-0/+5
|
* email attachments (and fix email photos)friendica2013-08-191-6/+37
|
* mail completion issuefriendica2013-07-211-1/+1
|
* use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+1
| | | | dependent but seems to work on FF
* Rename newmessage widget (since we'll need to put more stuff in it as we ↵Thomas Willingham2013-06-071-1/+8
| | | | make zotmail look like email), and add a "check mail" button.
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-3/+4
| | | | means we can zidify them)
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-1/+1
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* upstream fixes, template regenerationfriendica2013-01-251-2/+2
|
* Putting the final wraps on the backend private message API. This is more or ↵friendica2013-01-251-58/+30
| | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers.
* make all private message functionality api-ablefriendica2013-01-241-68/+12
|
* turn private_messages_list into backend functionality and separate it from ↵friendica2013-01-241-45/+8
| | | | the controller
* fix show-stopping bugsZach Prezkuta2013-01-061-4/+4
|
* implement Smarty3Zach Prezkuta2013-01-061-5/+44
|
* structural cleanup of mod_messagefriendica2013-01-051-32/+11
|
* check permissions for mail to non-connected people, reject if no permission ↵friendica2012-12-051-4/+59
| | | | - but you can try and send mail to any webbie. We probably should check for this before you send the message but perhaps we can find another way to let you know if it's allowed or not without an expensive probe. Like mod_follow, a webbie without an @ is treated as a local address.
* make mail replies workfriendica2012-12-051-1/+1
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-99/+109
| | | | though
* plaintext default - richtext is a featurefriendica2012-11-051-4/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* Give the UI a little love after all the backend modsfriendica2012-10-241-1/+0
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-11/+11
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-11/+0
| | | | some shit.
* fix bugsZach Prezkuta2012-07-071-6/+13
|
* allow more than one embedded private photoZach Prezkuta2012-07-071-20/+74
|
* pagination start off by onefriendica2012-07-011-1/+3
|
* missing $submitfriendica2012-06-191-0/+1
|
* set minchars to 2 for PM lookups toofriendica2012-06-051-0/+1
|