From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id E09DF7DE267 for ; Sat, 6 Feb 2021 21:21:56 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 116KLuFg008304; Sat, 6 Feb 2021 21:21:56 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id ABCFFDB980; Sat, 6 Feb 2021 21:21:56 +0100 (CET) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id HRrIFwg3Vq-e; Sat, 6 Feb 2021 21:21:54 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 47708DB97D; Sat, 6 Feb 2021 21:21:54 +0100 (CET) Date: Sat, 06 Feb 2021 21:21:54 +0100 Message-ID: <87sg69hrq5.wl-jch@irif.fr> From: Juliusz Chroboczek To: Jeroen van Veen In-Reply-To: References: <87v9bweor5.wl-jch@irif.fr> <87im76qrs2.wl-jch@irif.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Sat, 06 Feb 2021 21:21:56 +0100 (CET) X-Miltered: at korolev with ID 601EFA64.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 601EFA64.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 601EFA64.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: H7FAH6222TOKT4DFWVEF5QC5OC7EJS46 X-Message-ID-Hash: H7FAH6222TOKT4DFWVEF5QC5OC7EJS46 X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: "galene@lists.galene.org" X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: Pyrite - experimental frontend for Galene List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: >> It's not available. I agree that it should be, except if somebody thinks' >> it's a privacy violation. > Would be great! Having the permission info per user available would make > implementing user context actions much easier/useful I suppose. Uh-huh. Also, the ability to send chat messages should be an explicit permission. Anyone see any objections for privacy reasons? >> > For these features, a REST'ish API with json returns would be nice: >> > >> > - Administrator UI for groups >>=20 >> I don't want this implemented in the server: have a second process that >> does the administration. Gal=E8ne will pick up the changes made to the >> on-disk JSON files after a few seconds. > Alright. Sounds like a nice mini project to write in Go :) The alternative would be for the server to allow GET/PUT of the JSON files, so that you can write your administration interface entirely in the client. With a little help from If-Match, this could be made safe against lost updates. Whatever we choose to do, the ability to modify the on-disk JSON files and have Gal=E8ne pick up the changes with no user intervention will remain. I like it. >>> - Recording UI > I figured it would be a nice feature to have the stats and recordings > list as a single-page view inside Pyrite, [...] > Iirc, the recordings page is flat html, which is fine, but to consume it > in an existing app, it may be easier to have a json representation of > the recording files. Another direction may be to implement this in > a second process, because the information is all on disk already(just > like with the admin ui). I haven't though about it seriously, but a JSON index of the files is a good idea. -- Juliusz