aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* prv messages: make submit translateableTobias Diekershoff2012-06-031-1/+2
|
* fix PM replies after autocomplete changesfriendica2012-05-101-3/+6
|
* add photos to PM autocomplete, improved appearancefriendica2012-05-101-1/+1
|
* email autocompletefriendica2012-05-101-17/+24
|
* wrap private message autocomplete in an ifdef to make it easier to test/developfriendica2012-05-081-7/+14
|
* reset permissions to forum default when adding forum delivery chainfriendica2012-05-061-1/+2
|
* I'll leave the private mail recipient autocomplete partially done. Need a ↵friendica2012-05-061-3/+10
| | | | good UI/JS person to finish it off.
* mail autcomplete testingfriendica2012-05-061-15/+18
|
* bad sql left after the mailbox in/out mergefriendica2012-05-051-1/+1
|
* bug #307, explaining decentralised private photos is impossible.friendica2012-04-251-0/+23
|
* move all fix_mce to one function so it can easily be undonefriendica2012-04-101-2/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-46/+92
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * send unverified private mail using zrlfriendica2012-04-011-5/+14
| |
| * fix "between yourself and You" in mail listfriendica2012-03-311-8/+5
| |
| * message: remove tabs, move new message link to aside, all message with ↵Fabio Comuni2012-03-281-41/+74
| | | | | | | | gmail-style
| * preparation for some possibly killer featuresfriendica2012-03-261-0/+7
|/
* Use tabindex to enable easy navigation in the dialog to write private mails; ↵Tobias Hößl2012-03-161-1/+1
| | | | Recipient -> Subject -> Text field (tabindex has to be set to the IFRAME element after TinyMCE started) -> Send button
* basic ssl_policy for important modulesfriendica2012-03-141-10/+10
|
* sort inbox by recently replied conversations firstfriendica2012-03-131-1/+1
|
* Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-111-5/+16
|\
| * default the text template var on conversationsfriendica2012-03-101-0/+1
| |
| * bug #327 - composed private message is lost if no recip specified.friendica2012-03-101-5/+15
| |
* | Merge branch 'master' of git://github.com/friendica/friendicaTobias Hößl2012-03-091-0/+6
|\|