Commit graph

8419 commits

Author SHA1 Message Date
friendica
6519433301 suppress creating the directory update record for profile updates which are 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. 2013-09-25 21:22:36 -07:00
friendica
00e5ded1c8 populate the new fields in the directory updates table 2013-09-24 20:13:53 -07:00
friendica
d62508072c don't send email notifications for likes (as comment notifications). We'll need a separate preference for whether you want notifications for likes. 2013-09-24 19:43:28 -07:00
friendica
2a0406ec8c add some text for issue #79 2013-09-24 19:23:39 -07:00
Olaf Conradi
a2ee22e51f Merge pull request #154 from oohlaf/fixes
Fix name of Bleichenbacher
2013-09-24 12:06:57 -07:00
Olaf Conradi
66d2fe2289 Fix name of Bleichenbacher 2013-09-24 21:04:01 +02:00
zzottel
e9a51797a2 Merge pull request #153 from zzottel/master
Fix observer=1 tag. Using only observer without =1 won't work anymore
2013-09-24 05:39:37 -07:00
zottel
5092ae9e2b Fix observer=1 tag. Using only observer without =1 won't work anymore now. 2013-09-24 14:35:47 +02:00
friendica
5ee339c99e Merge https://github.com/friendica/red into zpull 2013-09-24 05:22:07 -07:00
friendica
d4ea56a77e reduce susceptibility to bleichenberger attack 2013-09-24 05:20:29 -07:00
friendica
c9b485bc3e Merge pull request #152 from MicMee/master
Preparation for maintenance od hubloc/server
2013-09-24 01:52:48 -07:00
Michael Meer
a37986cdc0 added new smarty template admin_hubloc.tpl 2013-09-24 09:33:52 +02:00
Michael Meer
54823a6589 admin hubloc page now with content from all hublocs, in next steps I add some tests with zping and reduce the content to known problems. 2013-09-24 09:28:42 +02:00
friendica
1f916adfb8 spice this up a little bit... 2013-09-23 18:38:08 -07:00
friendica
32416a915a Merge https://github.com/friendica/red into zpull 2013-09-23 18:28:07 -07:00
friendica
15ce90e69c oauth settings - clarify text 2013-09-23 18:27:23 -07:00
friendica
c1234d6f5f Merge pull request #151 from zzottel/master
add [observer] tags and [observer.baseurl]
2013-09-23 16:50:06 -07:00
zottel
e79bc29244 add [observer] tags and [observer.baseurl] 2013-09-23 13:26:23 +02:00
friendica
a2b20bd58f one more edge case in the public perms - don't match perms = 0 which is private, this and prior checkin are for issue #114 2013-09-22 23:00:55 -07:00
friendica
956d275693 fixes for display and search privacy enforcement 2013-09-22 22:52:48 -07:00
friendica
3ff9642750 update ru strings 2013-09-22 21:18:15 -07:00
friendica
44354c1aa8 bug #150, if deny access is present but nobody has been allowed, create an allow list containing everybody in your address book. Then subtract those who are denied. 2013-09-22 20:55:55 -07:00
friendica
cdfb5f9dc7 adult channel setting 2013-09-22 20:38:24 -07:00
Thomas Willingham
2c9c206808 Fix perms for viewing a channel 2013-09-21 19:23:21 +01:00
friendica
df8035344f clean up app management a bit 2013-09-20 21:36:10 -07:00
friendica
fd2379530c hopefully(?) the final word on remote comment permissions 2013-09-20 20:15:53 -07:00
friendica
43e290f4c0 fix contact comment permissions 2013-09-20 19:14:57 -07:00
friendica
15ae108832 missing uid check on comanche_block to ensure we get the block with that name that we own 2013-09-20 18:41:15 -07:00
friendica
7585b58d28 when it's a contentious issue, make it an option. 2013-09-20 18:24:11 -07:00
friendica
fb03195c3f OK, sure. 2013-09-20 18:07:16 -07:00
friendica
1126d8f2e3 hopefully this will go over a bit better - check post owner permissions as 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. 2013-09-20 17:58:11 -07:00
friendica
06389f87df Merge pull request #148 from oohlaf/fixes
Mark child posts as commentable when parent is set to commentable
2013-09-20 16:12:08 -07:00
Olaf Conradi
b520f3547f Mark child posts as commentable when parent is set to commentable 2013-09-20 23:50:23 +02:00
Olaf Conradi
7d0569f49b Merge pull request #147 from oohlaf/fixes
Enable likes again on posts
2013-09-20 13:03:22 -07:00
Olaf Conradi
35993bcfec Enable likes again on posts 2013-09-20 21:58:20 +02:00
friendica
e6d93b2516 is_commentable() had some major issues when applied to the atrocity known as 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.
2013-09-20 05:45:11 -07:00
friendica
a44e15dc2c rev update 2013-09-20 05:44:12 -07:00
friendica
96ad49b1b8 doc updates 2013-09-20 05:43:30 -07:00
friendica
e62dfc6f8a add a flag field to xtags so that we can filter tags based on whether or not the parent xchan is safe or not. Otherwise we'll have tags that lead to nowhere because the directory entry is hidden but the tag isn't. A successful porn site in the matrix could also swamp the directory with x-rated tags, even if the site was playing nice and did everything right to self-censor. Accomplishing this with joins would be horrendously inefficient, though it will take a bit of code re-org to get this flag where it needs to be when it's time to set keywords. 2013-09-19 22:27:12 -07:00
friendica
53de5f348a typo 2013-09-19 21:51:52 -07:00
friendica
e81db4428d now bring it to the url 2013-09-19 21:48:55 -07:00
friendica
977b350866 bring safe mode to the client side 2013-09-19 21:45:09 -07:00
friendica
6cb81f6e47 use &safe=-1 for unsafe only 2013-09-19 21:36:22 -07:00
friendica
876a9d1850 missing hash 2013-09-19 21:13:45 -07:00
friendica
82bd1420cc Merge https://github.com/friendica/red into zpull 2013-09-19 19:54:08 -07:00
friendica
54abed8457 provide a "safe search" backend and allow for self-censorship using nsfw or 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. 2013-09-19 19:50:13 -07:00
Thomas Willingham
30f85a19b1 Use get_config 2013-09-20 03:24:38 +01:00
Thomas Willingham
49cfca4b4c Make $kw configurable. 2013-09-20 02:38:59 +01:00
friendica
9f237f7dba Merge https://github.com/friendica/red into zpull 2013-09-19 17:41:08 -07:00
friendica
ef88ba11ba prefill private mail recip from $_REQUEST['to'] if it's there. 2013-09-19 17:40:17 -07:00