Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 1 | -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 ↵ | friendica | 2013-12-18 | 1 | -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 conversions | friendica | 2013-12-14 | 1 | -23/+0 |
| | |||||
* | check that every invocation of htmlspecialchars has the right arg list | friendica | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -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 ↵ | friendica | 2013-11-20 | 1 | -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 ↵ | friendica | 2013-11-13 | 1 | -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 ↵ | friendica | 2013-11-07 | 1 | -6/+10 |
| | | | | icon rather than a scary looking text field | ||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 1 | -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 ↵ | friendica | 2013-11-06 | 1 | -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. | friendica | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Don't set widgets if you're not a local user. | Thomas Willingham | 2013-11-02 | 1 | -0/+3 |
| | |||||
* | show private message conversant in sidebar because without a reply you may ↵ | friendica | 2013-10-12 | 1 | -0/+11 |
| | | | | not remember who it is/was. | ||||
* | mail recall | friendica | 2013-10-11 | 1 | -0/+21 |
| | |||||
* | prefill private mail recip from $_REQUEST['to'] if it's there. | friendica | 2013-09-19 | 1 | -0/+5 |
| | |||||
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -6/+37 |
| | |||||
* | mail completion issue | friendica | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | use current channel photo for favicon where applicable - might be browser ↵ | friendica | 2013-07-07 | 1 | -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 Willingham | 2013-06-07 | 1 | -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 ↵ | friendica | 2013-04-15 | 1 | -3/+4 |
| | | | | means we can zidify them) | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -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 regeneration | friendica | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 1 | -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-able | friendica | 2013-01-24 | 1 | -68/+12 |
| | |||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 1 | -45/+8 |
| | | | | the controller | ||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -4/+4 |
| | |||||
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -5/+44 |
| | |||||
* | structural cleanup of mod_message | friendica | 2013-01-05 | 1 | -32/+11 |
| | |||||
* | check permissions for mail to non-connected people, reject if no permission ↵ | friendica | 2012-12-05 | 1 | -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 work | friendica | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 1 | -99/+109 |
| | | | | though | ||||
* | plaintext default - richtext is a feature | friendica | 2012-11-05 | 1 | -4/+1 |
| | |||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 |
| | | | | to the profile details. | ||||
* | Give the UI a little love after all the backend mods | friendica | 2012-10-24 | 1 | -1/+0 |
| | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -11/+11 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -11/+0 |
| | | | | some shit. | ||||
* | fix bugs | Zach Prezkuta | 2012-07-07 | 1 | -6/+13 |
| | |||||
* | allow more than one embedded private photo | Zach Prezkuta | 2012-07-07 | 1 | -20/+74 |
| | |||||
* | pagination start off by one | friendica | 2012-07-01 | 1 | -1/+3 |
| | |||||
* | missing $submit | friendica | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | set minchars to 2 for PM lookups too | friendica | 2012-06-05 | 1 | -0/+1 |
| | |||||
* | prv messages: make submit translateable | Tobias Diekershoff | 2012-06-03 | 1 | -1/+2 |
| | |||||
* | fix PM replies after autocomplete changes | friendica | 2012-05-10 | 1 | -3/+6 |
| | |||||
* | add photos to PM autocomplete, improved appearance | friendica | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | email autocomplete | friendica | 2012-05-10 | 1 | -17/+24 |
| | |||||
* | wrap private message autocomplete in an ifdef to make it easier to test/develop | friendica | 2012-05-08 | 1 | -7/+14 |
| | |||||
* | reset permissions to forum default when adding forum delivery chain | friendica | 2012-05-06 | 1 | -1/+2 |
| | |||||
* | I'll leave the private mail recipient autocomplete partially done. Need a ↵ | friendica | 2012-05-06 | 1 | -3/+10 |
| | | | | good UI/JS person to finish it off. | ||||
* | mail autcomplete testing | friendica | 2012-05-06 | 1 | -15/+18 |
| | |||||
* | bad sql left after the mailbox in/out merge | friendica | 2012-05-05 | 1 | -1/+1 |
| |