Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort out some "like" issues | friendica | 2012-06-23 | 1 | -5/+9 |
| | |||||
* | debugging | friendica | 2012-06-23 | 1 | -1/+2 |
| | |||||
* | cokmment likes not propagating | friendica | 2012-06-23 | 1 | -2/+5 |
| | |||||
* | make feeds work with comment likes/dislikes | friendica | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | typo | friendica | 2012-06-23 | 1 | -2/+4 |
| | |||||
* | undefined unmark_for_death | friendica | 2012-06-20 | 1 | -0/+1 |
| | |||||
* | iframes were getting stripped at the rss/atom parser level. We can preserve ↵ | friendica | 2012-06-20 | 1 | -0/+2 |
| | | | | these because we will strip them in the purifier after checking for supported video sources | ||||
* | allow dfrn_deliver to undo a mark_for_death just in case the poller is ↵ | friendica | 2012-06-19 | 1 | -0/+5 |
| | | | | consistently getting killed. | ||||
* | public forum author using private posting, correct the comment permissions ↵ | friendica | 2012-06-18 | 1 | -0/+6 |
| | | | | downstream. | ||||
* | remove php version restriction on archive widget | friendica | 2012-06-13 | 1 | -8/+4 |
| | |||||
* | disable archive widget for PHP < 5.3 | friendica | 2012-06-13 | 1 | -0/+12 |
| | |||||
* | this should catch any weirdness caused by being in different timezones and ↵ | friendica | 2012-06-12 | 1 | -4/+10 |
| | | | | making your first post on the 31st of March | ||||
* | that was it | friendica | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | think this will fix it | friendica | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | tracking another edge case | friendica | 2012-06-12 | 1 | -2/+4 |
| | |||||
* | edge case | friendica | 2012-06-12 | 1 | -0/+2 |
| | |||||
* | archive widget | friendica | 2012-06-12 | 1 | -0/+47 |
| | |||||
* | move parens to proper place | friendica | 2012-06-12 | 1 | -5/+5 |
| | |||||
* | Merge pull request #331 from mexon/upstream | friendica | 2012-06-12 | 1 | -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 Exon | 2012-06-12 | 1 | -0/+10 |
| | | | | | | | | database and have an ID | ||||
* | | revert an optimisation that was wrong | friendica | 2012-06-11 | 1 | -4/+3 |
| | | |||||
* | | reduce reverted edits due to edit arriving before original | friendica | 2012-06-11 | 1 | -3/+26 |
| | | |||||
* | | bug #447 - make followed feeds private | friendica | 2012-06-11 | 1 | -3/+16 |
| | | |||||
* | | ostatus hub subscription issues | friendica | 2012-06-07 | 1 | -0/+1 |
| | | |||||
* | | png support for embedded private photos | friendica | 2012-06-07 | 1 | -2/+2 |
| | | |||||
* | | Add support for PNG images with alpha | Fabio Comuni | 2012-06-07 | 1 | -4/+8 |
|/ | |||||
* | more logging on subscribe_to_hub | friendica | 2012-06-06 | 1 | -1/+6 |
| | |||||
* | Debugged implementation of Diaspora relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -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 consistently | Zach Prezkuta | 2012-06-03 | 1 | -2/+6 |
| | |||||
* | Fix bugs in the retraction code | Zach Prezkuta | 2012-06-03 | 1 | -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_retractions | Zach Prezkuta | 2012-06-03 | 1 | -1/+30 |
| | | | | Also: some whitespace cleanup, fix Diaspora parent DB query | ||||
* | prevent email from leaking in feeds | friendica | 2012-05-30 | 1 | -0/+4 |
| | |||||
* | fix private photos that also have a size specification | friendica | 2012-05-30 | 1 | -2/+2 |
| | |||||
* | private group tests, cont. | friendica | 2012-05-29 | 1 | -4/+4 |
| | |||||
* | bugfixes: private photo embeds and search for strings with % | friendica | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | ability to only expire contacts, not self | friendica | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Provide backend option to only expire other peoples' conversations. | friendica | 2012-05-28 | 1 | -1/+8 |
| | |||||
* | rev update | friendica | 2012-05-28 | 1 | -2/+2 |
| | |||||
* | rework the way private photos are embedded to avoid url differences and also ↵ | friendica | 2012-05-27 | 1 | -8/+80 |
| | | | | check the permissions if possible to make sure that nothing sneaks by. | ||||
* | cause of bogus wall-to-wall posts found | friendica | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | more private forums, default privacy group for new contacts | friendica | 2012-05-17 | 1 | -24/+31 |
| | |||||
* | tell browser not to cache permission denied (private) photos so that after ↵ | friendica | 2012-05-17 | 1 | -3/+3 |
| | | | | authenticating we don't have to fight the browser - plus more prvgroup work | ||||
* | setup delivery chain for private groups (work in progress) | friendica | 2012-05-17 | 1 | -21/+26 |
| | |||||
* | better test of email reply visibility | friendica | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | reset permissions to forum default when adding forum delivery chain | friendica | 2012-05-06 | 1 | -2/+12 |
| | |||||
* | consolidate item deletion so we can fix orphaned categories and file_as tags. | friendica | 2012-05-05 | 1 | -27/+32 |
| | |||||
* | missed a db field | friendica | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | typo in profile_selectors, fix remote tagging | friendica | 2012-04-29 | 1 | -14/+30 |
| | |||||
* | bug #388 - notify_comment received after post deleted | friendica | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Typo | Tobias Hößl | 2012-04-17 | 1 | -2/+2 |
| |