Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch to allow theme based widgets | redmatrix | 2015-07-23 | 1 | -1/+2 |
| | |||||
* | fix for empty recip array resulting from a mangled xchan | redmatrix | 2015-07-15 | 1 | -5/+8 |
| | |||||
* | clone sync fixes across red/hz | redmatrix | 2015-07-15 | 1 | -2/+7 |
| | |||||
* | coverup and ignore the illegal string offset message that some sites have ↵ | redmatrix | 2015-07-14 | 1 | -1/+3 |
| | | | | been reporting. This does not fix it. A fix would be to examine the data that has been received and find out why it is mangled and trace this back to where it was mangled. | ||||
* | a few clone sync fixes as well as some work on hubzilla clone sync back to ↵ | redmatrix | 2015-07-02 | 1 | -0/+22 |
| | | | | redmatrix | ||||
* | no this isn't it. well ok, it's part of it, but not the important part. it's ↵ | redmatrix | 2015-06-28 | 1 | -14/+31 |
| | | | | still pretty cool. | ||||
* | some work on issue #329 | redmatrix | 2015-05-25 | 1 | -3/+4 |
| | |||||
* | cloning abook entries was broken in several ways if the target xchan wasn't ↵ | redmatrix | 2015-05-20 | 1 | -16/+5 |
| | | | | available on the clone site. This should make it less broken. | ||||
* | Some documentation and whitespaces at line endings. | Klaus Weidenbach | 2015-04-10 | 1 | -223/+325 |
| | |||||
* | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -413/+380 |
| | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation. | ||||
* | tweaks to directory registrations which don't seem to be happening, also ↵ | friendica | 2015-03-19 | 1 | -0/+14 |
| | | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL. | ||||
* | add missing %d for abook_closeness | Michael Johnston | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | diaspora's spammy permission model seems to have leaked through our ↵ | friendica | 2015-03-10 | 1 | -2/+5 |
| | | | | firehose. Don't let it. | ||||
* | change default affinity (abook_closeness) to 80 for all new connections ↵ | friendica | 2015-03-08 | 1 | -1/+7 |
| | | | | going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness | ||||
* | I'm going to use the site_update timestamp to indicate whenever we ↵ | friendica | 2015-03-03 | 1 | -0/+15 |
| | | | | successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated. | ||||
* | don't let a zot-finger bring a dead hub back to life unless it's the site ↵ | friendica | 2015-03-03 | 1 | -5/+7 |
| | | | | we're currently talking to. | ||||
* | make public delivery to contacts or any connections work again | zottel | 2015-03-02 | 1 | -3/+2 |
| | | | | $hash wasn't defined in this case | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ | |||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| | | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132. | ||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
| | | |||||
* | | loop breaker | friendica | 2015-02-26 | 1 | -0/+16 |
|/ | |||||
* | Found the cause of the delete looping, and I can prevent it going forward. ↵ | friendica | 2015-02-25 | 1 | -12/+37 |
| | | | | The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments. | ||||
* | call post_local hooks prior to storing a post that is going to be sourced. ↵ | friendica | 2015-02-25 | 1 | -0/+7 |
| | | | | There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight. | ||||
* | solve some (hopefully most) missing delivery issues | friendica | 2015-02-25 | 1 | -13/+55 |
| | |||||
* | public_recips cleanup | friendica | 2015-02-23 | 1 | -18/+30 |
| | |||||
* | catch negative ages | Habeas Codice | 2015-02-20 | 1 | -6/+7 |
| | | | | nix extra var | ||||
* | fix parens mismatch from last commit | zottel | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED | zottel | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-16 | 1 | -1/+1 |
|\ | |||||
| * | force site_url to be lowercase when stored. Otherwise rating hubs on ↵ | friendica | 2015-02-15 | 1 | -1/+1 |
| | | | | | | | | postgres could get real messy. | ||||
* | | normalize age data | Habeas Codice | 2015-02-16 | 1 | -2/+7 |
|/ | | | | | | | | mysql has type tinyint(3) which probably turns into a 24-bit value, but postgres uses 3-digit decimal as its constraint (probably what the mysql schema was intended to do). either that or mysql silently truncates while postgres respects the constraint. Either way, bad data gets in unchecked, now it's checked. | ||||
* | missing param | friendica | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | well that was certainly fun. And the reason why likes and other acitivity ↵ | friendica | 2015-02-11 | 1 | -3/+4 |
| | | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain. | ||||
* | more efficient processing of response activities, plus a proof of concept ↵ | friendica | 2015-02-11 | 1 | -17/+44 |
| | | | | fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete. | ||||
* | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-05 | 1 | -10/+34 |
|\ | |||||
| * | Merge branch 'master' into pocorate | friendica | 2015-02-03 | 1 | -0/+5 |
| |\ | |||||
| | * | garbage in garbage out | friendica | 2015-02-03 | 1 | -0/+5 |
| | | | |||||
| * | | send rating information to directories | friendica | 2015-02-02 | 1 | -10/+29 |
| |/ | |||||
* / | escape dates | Habeas Codice | 2015-02-05 | 1 | -1/+1 |
|/ | |||||
* | sync_locations() toggle DB flag functions were broken - result of postgres ↵ | friendica | 2015-01-30 | 1 | -4/+22 |
| | | | | changes. Split these into seperate set and reset blocks. | ||||
* | let zot_refresh continue without a primary hub if one cannot be found. also ↵ | friendica | 2015-01-30 | 1 | -5/+14 |
| | | | | weekly doc updates | ||||
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | add yet another firehose check | friendica | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | more minor tweaks to the route mismatch algorithm after watching it all day. | friendica | 2015-01-28 | 1 | -2/+5 |
| | |||||
* | ignore route mismatches on firehose posts to the sys channel. Use whatever ↵ | friendica | 2015-01-27 | 1 | -1/+1 |
| | | | | parent route we have. By definition we aren't going to have permission issues with these things. | ||||
* | we need to actually ask for the id from the DB if we want to use it. | friendica | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | improved route mismatch detection. We will be less strict about the absolute ↵ | friendica | 2015-01-27 | 1 | -2/+22 |
| | | | | route matching and only look at the last hop before it got to us - which is ultimately all we should care about (since that sender controls the thread permissions). Route mismatches seem to occur somewhat frequently from yamkote (for unknown reasons), and the logging has been improved a bit so it should provide some slightly more useful debugging info in case it still happens going forward. Oh, also we'll set the parent on comments when we store the initial post (item_store()) and only go back and set the parent for top-level posts. This should reduce the number of comments with missing parents on shared hosts, but may increase the number of missing threads. Probably worthwhile to do a query occasionally for parent = 0 and see how we're doing and how many have shared host related delivery issues. | ||||
* | handle an incoming directory rating message | friendica | 2015-01-26 | 1 | -2/+45 |
| | |||||
* | remove superfluous group by | Habeas Codice | 2015-01-24 | 1 | -1/+1 |
| | | | | | this gets called from a zot post_post dealing with a specific messageid and hubloc_hash combination. grouping by site doesn't make sense here and it gets grouped when pulled back out elsewhere anyway |