13:45
Framablog
Change VideoQuota value at SAML login
Hi, I am trying to create a plugin that modifies videoQuota value of a user when he logs in. I’m using the action:auth-user.information-loaded hook to intercept the user and modify its profile. I was able to install it but it doesn’t affect the videoQuota value as expected. Here’s the code I (...)
12:35
Framablog
Commentaires sur Pour comprendre et commencer avec PeerTube, découvrez le...
Bravo pour la refonte, c'est un sacré boulot que de sa placer dans la tête de non technicien et c'est parfois nécessaire de faire appel à un regard extérieur. Je trouve la nouvelle page vraiment plus claire. Par contre, j'ai toujours le même soucis lorsqu'il s'agit de fedivers : quelle (...)
10:02
Framablog
Cannot search private videos ?
I just found out I cannot search my own private videos, in the local instance. Search works fine for other kind of videos. Is that: intended? a bug? only me? Thanks EDIT: Looks like a bug: github.com/Chocobozzz/PeerTube FIX: search on private videos Chocobozzz:develop ← (...)
07:05
Framablog
Get Logged In user information ?
Hello, Is there any server hook that provides the logged in user’s informations? Currently I have found so far is that, there is peertubeHelpers.user.getAuthUser(res) but I have to provide res to the function and the other is action:api.user.oauth2-got-token but it only provides information (...)