Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more work on d* private messages | friendica | 2014-09-23 | 1 | -2/+59 | |
| | ||||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -1/+1 | |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | |||||
* | fix photos in private mail | friendica | 2014-02-27 | 1 | -1/+1 | |
| | ||||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -8/+8 | |
| | | | | 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 | -2/+2 | |
| | | | | which was positioned below the navbar instead of next to the recipient input box) | |||||
* | allow private mail sender to set an expiration on their messages. Once ↵ | friendica | 2013-11-06 | 1 | -4/+9 | |
| | | | | 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". | |||||
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -2/+47 | |
| | ||||||
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 1 | -6/+6 | |
| | ||||||
* | better mail obscuring | friendica | 2013-07-31 | 1 | -40/+54 | |
| | ||||||
* | private mail is just a little more private now. Not encrypted and the ↵ | friendica | 2013-07-19 | 1 | -4/+20 | |
| | | | | | | obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail. | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -17/+17 | |
| | | | | 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. | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | null notice when sending private mail | friendica | 2013-02-04 | 1 | -2/+2 | |
| | ||||||
* | upstream fixes, template regeneration | friendica | 2013-01-25 | 1 | -2/+5 | |
| | ||||||
* | Putting the final wraps on the backend private message API. This is more or ↵ | friendica | 2013-01-25 | 1 | -19/+63 | |
| | | | | 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 | -1/+95 | |
| | ||||||
* | turn private_messages_list into backend functionality and separate it from ↵ | friendica | 2013-01-24 | 1 | -0/+46 | |
| | | | | the controller | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 1 | -159/+29 | |
| | | | | though | |||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -1/+1 | |
| | | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+85 | |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | |||||
| * | send unverified private mail using zrl | friendica | 2012-04-01 | 1 | -0/+85 | |
|/ | ||||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 | |
| | | | | permissions, this will make a nasty commit) | |||||
* | pm replies | friendica | 2011-12-06 | 1 | -7/+15 | |
| | ||||||
* | d* pm | friendica | 2011-12-06 | 1 | -3/+9 | |
| | ||||||
* | maintain backward compatibility with old PMs | friendica | 2011-12-05 | 1 | -9/+19 | |
| | ||||||
* | add conv structure | friendica | 2011-12-05 | 1 | -3/+40 | |
| | ||||||
* | move send private message code out of view code | fabrixxm | 2011-08-19 | 1 | -0/+96 | |