Conversation:
Notices
-
Does anyone know how to subscribe to the rss feed of a private !sn group !vivalafederation
-
@tuttle In my experience it does not work.
-
That's a pity. How can I alert group members of new dents without them having to log on?
-
sí, no funciona amb grups privats. :( @origola
-
This patch seems to do it for rss1.0 http://somsants.net/url/2170
-
@tuttle Ah cool, let’s take a look at it. It would be useful to get that thing going.
-
mmm. seems to be a problem with it though. I'm trying to find it.
-
ok. I can subscribe from thunderbird to rss1.0 feed of private group. :) This will be useful. I need to hide private group members now, ;)
-
!vivalafederation @tuttle, but I think I don't understand your definition of "private"....
-
When creating a group, there's an option; "Private: New members must be approved by admin and all posts are forced to be private." Outsider's cannot see the dents, but they can see members. I'm saying that I think members should be hidden.
-
That's a good idea. Someone need to check if already reported in #statusnet bugtracker
-
@tuttle, what confuses me is your base question about how to see an RSS feed for a private group without logging in. "is private" and "has a public RSS feed with no auth required" seem contradictory to me. !vivalafederation
-
ah, right, sorry for mixing topics in the same thread. I've uploaded a diff that adds auth to access rss (1.0) feeds of private groups. http://somsants.net/url/2182
-
ah, right, sorry for mixing topics in the same thread. I've uploaded a diff that adds auth to access rss (1.0) feeds of private groups. http://somsants.net/url/2182
-
I'm new to git and I don't know how to make these two commits as one so to make a single diff file. http://somsants.net/url/2170 http://somsants.net/url/2185 @morph@sn.morphtown.de @rozzin@status.hackerposse.com
-
done! The diff to add auth to private group rss feeds. http://somsants.net/url/2186 (I'll be quiet now)
-
@tuttle For me the patch does not work. Maybe an error because of line ending or empty characters in the line.
-
I edited it with vim. nothing in apache error log?
-
I just patched somsants.net ok.
-
@tuttle Tried again. No success.
-
I applied the patch against mainline git master, but I got warnings about whitespace errors. !vivalafederation@status.vinilox.eu
-
Whitespace errors should be harmless, though. !vivalafederation@status.vinilox.eu
-
@tuttle Sera problema de la base de datos?, hay unos comandos que soluciona automaticamente toda la BD corrupta.
-
@marc0s Yep, me too.
-
Well, when using vim, my <tab> was not set to the same number of indent characters that were in the existing code, but I thought, hey, what does it matter, this isn't python? I don't see how I can patch ok and you guys can…
-
@tuttle What did you change in the .diff file? I get an error for line 107. /cc @marc0s
-
I donwload this patch file http://somsants.net/url/2186 and call it my.patch and then from the statusnet root folder.. $ patch p1 < my.patch
-
I mean this file http://somsants.net/url/2198
-
$patch -p1 < my.patch (patch file is http://somsants.net/url/2198)
-
@tuttle Don’t ask me what went wrong yesterday (...?)