aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small fixesfriendica2013-09-302-3/+12
|
* directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-308-74/+225
| | | | | | | | | possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing. The flow is as follows: Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update. This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
* there's no $a in comanche_block() (zottel)friendica2013-09-302-2/+3
|
* Merge pull request #160 from oohlaf/fixesfriendica2013-09-301-5/+0
|\ | | | | ret_secret is not used
| * ret_secret is not usedOlaf Conradi2013-09-301-5/+0
|/
* there's our directory sync packet (aka transaction log). Now we just have to ↵friendica2013-09-291-4/+14
| | | | pass them around and act on them.
* clean up the default page definition - get rid of right_aside which is illegalfriendica2013-09-293-7/+8
|
* log any attempt to call mod_magicfriendica2013-09-291-0/+2
|
* RSS feeds as channel sources. It's feasible and within reach, however ↵friendica2013-09-291-45/+35
| | | | | | | | there's a lot of work left to do. How bad does anybody want it? Let's find out...
* remove the "Similar Interests" link until somebody makes it workfriendica2013-09-292-1/+3
|
* sources management pagefriendica2013-09-296-0/+205
|
* Ugh, typoThomas Willingham2013-09-291-1/+1
|
* Add kdevelop files to .gitignoreThomas Willingham2013-09-291-1/+4
|
* Missing includeThomas Willingham2013-09-291-1/+1
|
* TypoThomas Willingham2013-09-291-1/+1
|
* Issue #117Thomas Willingham2013-09-292-10/+18
|
* Merge https://github.com/friendica/red into zpullfriendica2013-09-292-3/+2
|\
| * Prevent toolbar overlapping comanche nav links.Thomas Willingham2013-09-281-1/+0
| |
| * Fix Comanche menusThomas Willingham2013-09-281-2/+2
| |
* | Issue #158friendica2013-09-294-6/+13
|/
* close commentfriendica2013-09-282-1/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-09-2833-0/+1400
|\
| * Merge pull request #157 from 0xAF/masterfriendica2013-09-2833-0/+1400
| |\ | | | | | | Add colorpicker jquery plugin for themes
| | * Add colorpicker jquery plugin for themesStanislav Lechev [0xAF]2013-09-2833-0/+1400
| |/
* | fix can_comment_on_post when viewing wall-to-wallfriendica2013-09-284-15/+35
| |
* | string updatefriendica2013-09-281-536/+589
| |
* | doc updatesfriendica2013-09-2869-334/+587
|/
* convert to plaintext before matching words in body. Otherwise every post I ↵friendica2013-09-261-1/+5
| | | | make with a link in it is going to match a test for zot.
* Merge https://github.com/friendica/red into zpullfriendica2013-09-263-2/+31
|\
| * Actually, lets add a content wrapper while we're in there.Thomas Willingham2013-09-271-0/+2
| |
| * TypoThomas Willingham2013-09-271-1/+1
| |
| * Issue #131Thomas Willingham2013-09-272-2/+11
| |
| * Merge branch 'master' of https://github.com/friendica/redThomas Willingham2013-09-278-11/+39
| |\
| * | Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty ↵Thomas Willingham2013-09-272-1/+19
| | | | | | | | | | | | center tag, and stop very long tags overlapping the directory.
* | | aggregate channelsfriendica2013-09-261-26/+86
| |/ |/|
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-262-2/+6
|\ \
| * \ Merge pull request #155 from oohlaf/fixesOlaf Conradi2013-09-261-1/+5
| |\ \ | | |/ | |/| Explain why public comments are disabled and what needs to happen to enable them.
| | * Add explanation why public comments are disabled.Olaf Conradi2013-09-261-1/+5
| | |
| * | TypoThomas Willingham2013-09-261-1/+1
| | |
* | | structure for channel unionsfriendica2013-09-267-10/+34
|/ /
* / suppress creating the directory update record for profile updates which are ↵friendica2013-09-256-10/+24
|/ | | | part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.
* populate the new fields in the directory updates tablefriendica2013-09-241-9/+17
|
* don't send email notifications for likes (as comment notifications). We'll ↵friendica2013-09-241-1/+6
| | | | need a separate preference for whether you want notifications for likes.
* add some text for issue #79friendica2013-09-241-0/+7
|
* Merge pull request #154 from oohlaf/fixesOlaf Conradi2013-09-241-2/+2
|\ | | | | Fix name of Bleichenbacher
| * Fix name of BleichenbacherOlaf Conradi2013-09-241-2/+2
|/
* Merge pull request #153 from zzottel/masterzzottel2013-09-241-2/+2
|\ | | | | Fix observer=1 tag. Using only observer without =1 won't work anymore
| * Fix observer=1 tag. Using only observer without =1 won't work anymore now.zottel2013-09-241-2/+2
|/
* Merge https://github.com/friendica/red into zpullfriendica2013-09-242-0/+42
|\
| * Merge pull request #152 from MicMee/masterfriendica2013-09-242-0/+42
| |\ | | | | | | Preparation for maintenance od hubloc/server