aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
...
* archive widgetfriendica2012-06-121-0/+47
|
* move parens to proper placefriendica2012-06-121-5/+5
|
* Merge pull request #331 from mexon/upstreamfriendica2012-06-121-0/+10
|\ | | | | Add a hook for post-processing remote items
| * Add a hook for post-processing remote items after they've been stored in the ↵Matthew Exon2012-06-121-0/+10
| | | | | | | | database and have an ID
* | revert an optimisation that was wrongfriendica2012-06-111-4/+3
| |
* | reduce reverted edits due to edit arriving before originalfriendica2012-06-111-3/+26
| |
* | bug #447 - make followed feeds privatefriendica2012-06-111-3/+16
| |
* | ostatus hub subscription issuesfriendica2012-06-071-0/+1
| |
* | png support for embedded private photosfriendica2012-06-071-2/+2
| |
* | Add support for PNG images with alphaFabio Comuni2012-06-071-4/+8
|/
* more logging on subscribe_to_hubfriendica2012-06-061-1/+6
|
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Diaspora "relayable_retraction" is now supported by Friendica. The following should now work: Friendica top-level post: Diaspora comment deleted, disappears in Friendica Friendica comment deleted, disappears in Diaspora Diaspora like retracted, disappears in Friendica Friendica like retracted, disappears in Diaspora Diaspora top-level post: Same There are still exceptions, however. First, Friendica and Diaspora seem to frequently reject comments with an "invalid signature" error. This can probably be fixed. Also, some comments/likes/retractions seem to just disappear on the Diaspora side. In the Diaspora log these seem to be accompanied by a "not a valid object" error, often preceeded by a "received a comment but no corresponding post" error. These seem to be purely internal, since sometimes it works for some Diaspora contacts but not others.
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-2/+6
|
* Fix bugs in the retraction codeZach Prezkuta2012-06-031-22/+22
| | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-1/+30
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* prevent email from leaking in feedsfriendica2012-05-301-0/+4
|
* fix private photos that also have a size specificationfriendica2012-05-301-2/+2
|
* private group tests, cont.friendica2012-05-291-4/+4
|
* bugfixes: private photo embeds and search for strings with %friendica2012-05-291-1/+1
|
* ability to only expire contacts, not selffriendica2012-05-291-1/+1
|
* Provide backend option to only expire other peoples' conversations.friendica2012-05-281-1/+8
|
* rev updatefriendica2012-05-281-2/+2
|
* rework the way private photos are embedded to avoid url differences and also ↵friendica2012-05-271-8/+80
| | | | check the permissions if possible to make sure that nothing sneaks by.
* cause of bogus wall-to-wall posts foundfriendica2012-05-221-1/+1
|
* more private forums, default privacy group for new contactsfriendica2012-05-171-24/+31
|
* tell browser not to cache permission denied (private) photos so that after ↵friendica2012-05-171-3/+3
| | | | authenticating we don't have to fight the browser - plus more prvgroup work
* setup delivery chain for private groups (work in progress)friendica2012-05-171-21/+26
|
* better test of email reply visibilityfriendica2012-05-111-1/+1
|
* reset permissions to forum default when adding forum delivery chainfriendica2012-05-061-2/+12
|
* consolidate item deletion so we can fix orphaned categories and file_as tags.friendica2012-05-051-27/+32
|
* missed a db fieldfriendica2012-04-291-1/+1
|
* typo in profile_selectors, fix remote taggingfriendica2012-04-291-14/+30
|
* bug #388 - notify_comment received after post deletedfriendica2012-04-221-1/+1
|
* TypoTobias Hößl2012-04-171-2/+2
|
* Some Bugfixes, and variable checksTobias Hößl2012-04-171-27/+28
|
* propagate edited commentsfriendica2012-04-161-2/+6
|
* edited comments weren't being relayedfriendica2012-04-161-0/+24
|
* bug #372 - category feedsfriendica2012-04-141-0/+10
|
* table cleanupfriendica2012-04-121-0/+11
|
* more backend work on mail2 followersfriendica2012-04-101-0/+3
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-16/+51
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * slight improvement in handling of plaintext feedsfriendica2012-04-011-2/+9
| |
| * that didn't quite work outfriendica2012-04-011-2/+2
| |
| * try slightly better detection of html in feedsfriendica2012-04-011-3/+4
| |
| * improved rw notificationsfriendica2012-03-281-0/+11
| |
| * don't expire filed itemsfriendica2012-03-271-0/+5
| |
| * preparation for some possibly killer featuresfriendica2012-03-261-6/+4
| |
| * prevent duplicate friend suggestionsfriendica2012-03-241-0/+9
| |
| * block filed items from deletionfriendica2012-03-241-2/+2
| |
| * ability to change tags in edited postsfriendica2012-03-221-5/+9
|/