Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | in probe diagnostic - note https failure as diagnostic info - this also ↵ | friendica | 2013-10-01 | 1 | -3/+3 | |
|/ | | | | changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL). | |||||
* | add the auto form submit even though it doesn't seem to work. Will debug it ↵ | friendica | 2013-10-01 | 1 | -1/+1 | |
| | | | | later. | |||||
* | Add possibility to use a block a channel menu (set channel_menublock to the ↵ | zottel | 2013-10-01 | 1 | -1/+1 | |
| | | | | | | lowercase title of the block without special chars) Fix comanche_block() SQL | |||||
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 3 | -1/+14 | |
| | ||||||
* | directory sync - this will either work, or it won't work, or it will ↵ | friendica | 2013-09-30 | 4 | -64/+192 | |
| | | | | | | | | | 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) | friendica | 2013-09-30 | 1 | -1/+2 | |
| | ||||||
* | ret_secret is not used | Olaf Conradi | 2013-09-30 | 1 | -5/+0 | |
| | ||||||
* | RSS feeds as channel sources. It's feasible and within reach, however ↵ | friendica | 2013-09-29 | 1 | -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 work | friendica | 2013-09-29 | 1 | -1/+1 | |
| | ||||||
* | sources management page | friendica | 2013-09-29 | 1 | -0/+1 | |
| | ||||||
* | Typo | Thomas Willingham | 2013-09-29 | 1 | -1/+1 | |
| | ||||||
* | Issue #117 | Thomas Willingham | 2013-09-29 | 1 | -10/+11 | |
| | ||||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-29 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix Comanche menus | Thomas Willingham | 2013-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #158 | friendica | 2013-09-29 | 1 | -2/+2 | |
|/ | ||||||
* | close comment | friendica | 2013-09-28 | 2 | -1/+2 | |
| | ||||||
* | fix can_comment_on_post when viewing wall-to-wall | friendica | 2013-09-28 | 2 | -6/+20 | |
| | ||||||
* | convert to plaintext before matching words in body. Otherwise every post I ↵ | friendica | 2013-09-26 | 1 | -1/+5 | |
| | | | | make with a link in it is going to match a test for zot. | |||||
* | aggregate channels | friendica | 2013-09-26 | 1 | -26/+86 | |
| | ||||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-26 | 2 | -2/+6 | |
|\ | ||||||
| * | Merge pull request #155 from oohlaf/fixes | Olaf Conradi | 2013-09-26 | 1 | -1/+5 | |
| |\ | | | | | | | Explain why public comments are disabled and what needs to happen to enable them. | |||||
| | * | Add explanation why public comments are disabled. | Olaf Conradi | 2013-09-26 | 1 | -1/+5 | |
| | | | ||||||
| * | | Typo | Thomas Willingham | 2013-09-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | structure for channel unions | friendica | 2013-09-26 | 2 | -2/+3 | |
|/ / | ||||||
* / | suppress creating the directory update record for profile updates which are ↵ | friendica | 2013-09-25 | 2 | -4/+13 | |
|/ | | | | 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 table | friendica | 2013-09-24 | 1 | -9/+17 | |
| | ||||||
* | don't send email notifications for likes (as comment notifications). We'll ↵ | friendica | 2013-09-24 | 1 | -1/+6 | |
| | | | | need a separate preference for whether you want notifications for likes. | |||||
* | Fix observer=1 tag. Using only observer without =1 won't work anymore now. | zottel | 2013-09-24 | 1 | -2/+2 | |
| | ||||||
* | reduce susceptibility to bleichenberger attack | friendica | 2013-09-24 | 1 | -1/+1 | |
| | ||||||
* | spice this up a little bit... | friendica | 2013-09-23 | 1 | -0/+8 | |
| | ||||||
* | add [observer] tags and [observer.baseurl] | zottel | 2013-09-23 | 1 | -0/+20 | |
| | ||||||
* | one more edge case in the public perms - don't match perms = 0 which is ↵ | friendica | 2013-09-22 | 1 | -2/+3 | |
| | | | | private, this and prior checkin are for issue #114 | |||||
* | fixes for display and search privacy enforcement | friendica | 2013-09-22 | 1 | -10/+36 | |
| | ||||||
* | bug #150, if deny access is present but nobody has been allowed, create an ↵ | friendica | 2013-09-22 | 1 | -1/+22 | |
| | | | | allow list containing everybody in your address book. Then subtract those who are denied. | |||||
* | adult channel setting | friendica | 2013-09-22 | 1 | -0/+7 | |
| | ||||||
* | hopefully(?) the final word on remote comment permissions | friendica | 2013-09-20 | 1 | -3/+1 | |
| | ||||||
* | fix contact comment permissions | friendica | 2013-09-20 | 1 | -1/+6 | |
| | ||||||
* | missing uid check on comanche_block to ensure we get the block with that ↵ | friendica | 2013-09-20 | 1 | -1/+2 | |
| | | | | name that we own | |||||
* | OK, sure. | friendica | 2013-09-20 | 1 | -1/+1 | |
| | ||||||
* | hopefully this will go over a bit better - check post owner permissions as ↵ | friendica | 2013-09-20 | 1 | -1/+3 | |
| | | | | well as local owner permissions for comments during submission, since the comment was being blindly accepted on the local system due to only checking the profile owner. Also change collections query to include only top-level posts by a member of the collection. | |||||
* | Mark child posts as commentable when parent is set to commentable | Olaf Conradi | 2013-09-20 | 1 | -1/+2 | |
| | ||||||
* | Enable likes again on posts | Olaf Conradi | 2013-09-20 | 1 | -1/+1 | |
| | ||||||
* | is_commentable() had some major issues when applied to the atrocity known as ↵ | friendica | 2013-09-20 | 3 | -12/+30 | |
| | | | | | | ConversationObject, hopefully this won't destabilise the network as it's a somewhat major permission tweak related to comments; also add any local clones to allowed_public_recips() as they should always be allowed recipients. Not sure what to do about host permissions in the event of clones. They have more than one host, and it isn't spelled out in the sent message. All of this stuff will make your head hurt. | |||||
* | missing hash | friendica | 2013-09-19 | 2 | -2/+3 | |
| | ||||||
* | provide a "safe search" backend and allow for self-censorship using nsfw or ↵ | friendica | 2013-09-19 | 2 | -0/+16 | |
| | | | | adult profile keywords. Eventually the directories will be forced to mark adult profiles and sync this knowledge between them. At the moment there's no way to do an unsafe search, but we really just need a checkbox and pass the value through directory to dirsearch on the back end, and some will want this as a pconfig. | |||||
* | trim commas from keywords | friendica | 2013-09-19 | 1 | -0/+1 | |
| | ||||||
* | sync item_search with yesterday's network fix for collections. Add ud_addr ↵ | friendica | 2013-09-19 | 1 | -6/+12 | |
| | | | | to update table to store the target address since it's possible the mirroring directory won't yet have an xchan or hubloc they can link the ud_hash to and therefore mayn't know how to contact them. | |||||
* | set default charset of email_header_encode, add ud_flags to indicate which ↵ | friendica | 2013-09-18 | 1 | -1/+1 | |
| | | | | (directory sync) updates have been processed in some way. | |||||
* | add "tiered" access policy, add tagcloud to directory pages | friendica | 2013-09-18 | 2 | -1/+3 | |
| | ||||||
* | Changed CSS class "selected" to "active" in navbar, according to ↵ | Olivier Migeot | 2013-09-18 | 1 | -1/+1 | |
| | | | | https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net |