Commit Graph

128 Commits

Author SHA1 Message Date
7e43cb5f18 Update hello world 2021-06-30 16:45:16 +02:00
ea025763fb Merge branch 'improve-oidc' into 'master'
oidc: Add roles claim and bound role

See merge request framasoft/peertube/official-plugins!13
2021-06-30 14:42:59 +00:00
feeef0ceae oidc: Add roles claim and bound role
With this you can deny the user from logging in, if a needed group is not
included in the claims.
2021-06-30 16:27:13 +02:00
db12786b27 Update dark theme 2021-05-31 17:26:35 +02:00
bcd30dd54c Compat 3.2 2021-05-31 17:26:19 +02:00
5ddb0ca626 Update hello world 2021-05-31 17:26:13 +02:00
464118af5a Bump dark theme version 2021-05-11 15:49:58 +02:00
90157291e1 Compat with peertube 3.2 2021-05-11 15:49:41 +02:00
3b0de0708c New ldap plugin release 2021-05-04 08:48:28 +02:00
dd8f83b8c9 Update hello world 2021-05-04 08:47:24 +02:00
6954e782ff Update hello world 2021-05-04 08:47:06 +02:00
60432bdf25 Merge branch 'master' into 'master'
[auth-ldap] Add configuration tips

See merge request framasoft/peertube/official-plugins!12
2021-05-04 06:46:42 +00:00
d1f3afe894 [auth-ldap] Add configuration tips 2021-05-04 06:46:41 +00:00
4e60f9ac21 New transcoding debug release 2021-04-20 08:38:35 +02:00
57dc762713 Typo in transcoding debug 2021-04-20 08:37:26 +02:00
810d5517e2 Handle element placeholder 2021-04-12 11:10:40 +02:00
6c5d6aec36 Update hello world 2021-04-09 15:19:32 +02:00
0baf018841 New ldap plugin release 2021-03-26 08:31:52 +01:00
93d7b30cad Add user hooks in hello world 2021-03-26 08:30:51 +01:00
72c21f0b98 Merge branch 'index-email-property' into 'master'
[auth-ldap] Define an index for the email attribute results

See merge request framasoft/peertube/official-plugins!11
2021-03-26 07:31:25 +00:00
be3d682cb0 [auth-ldap] Define an index for the email attribute results 2021-03-26 07:31:24 +00:00
329f8a1182 Support download modal hook 2021-03-23 11:59:43 +01:00
a5d852cafd Update openid plugin 2021-03-04 12:26:01 +01:00
f4043e6db8 Fix openid role parsing 2021-02-26 16:48:55 +01:00
0ea5fe6a01 Fix annotation homepage on npm 2021-02-17 10:55:50 +01:00
8750dbc71a Update saml plugin 2021-02-09 15:10:21 +01:00
40a9707619 Update package lock 2021-02-09 15:09:49 +01:00
fd95f77978 Merge branch 'artonge-master-patch-44144' into 'master'
Bump saml2-js version to v3.0.1

See merge request framasoft/peertube/official-plugins!10
2021-02-09 14:09:34 +00:00
ee0420ac5a Prevent use of saml2-js version 2.1.0 or superior as it break some XML output.
This can be restored when this PR is merged: https://github.com/Clever/saml2/pull/229
2021-02-09 15:09:34 +01:00
57cd1168bb Add transcoding profile debug plugin 2021-01-29 13:57:32 +01:00
768597e645 Update saml plugin 2021-01-11 16:29:48 +01:00
9c6f4f4758 Update ldap plugin 2021-01-11 16:29:29 +01:00
5396b27ffa Ldap styling 2021-01-11 16:29:29 +01:00
e85121a9d6 Create framasoft's theme 2021-01-11 16:29:29 +01:00
56d07cd9cc Merge branch 'artonge-master-patch-15176' into 'master'
Handle assertion of HTTP-redirect for a LogoutResponse in auth-saml2

See merge request framasoft/peertube/official-plugins!9
2021-01-11 16:29:14 +01:00
7fff53e0cc Handle assertion of HTTP-redirect for a LogoutResponse in auth-saml2 2021-01-11 16:29:13 +01:00
6fdd927ba2 Merge branch 'master' into 'master'
feat(custom-ca): allows to define a custom CA connecting to LDAPs

See merge request framasoft/peertube/official-plugins!8
2021-01-11 16:24:13 +01:00
71a09cb470 feat(custom-ca): allows to define a custom CA connecting to LDAPs
Insecure TLS does work, though I'ld rather have PeerTube trust my
custom CA.
2021-01-10 17:12:47 +01:00
38a730a386 Bump openid plugin version 2020-12-29 15:23:29 +01:00
2dbeb03aed Refactor openid cookie options 2020-12-29 15:23:16 +01:00
b606abcfa2 Merge branch 'fix/send-state-during-authorization' into 'master'
peertube-plugin-auth-openid-connect: fix: send the state parameter in the authorization request

Closes #23

See merge request framasoft/peertube/official-plugins!7
2020-12-29 15:01:41 +01:00
41e08431ec metadata: add license field
Prevent Yarn from failing when manually installing plugin from a
directory.
2020-12-29 15:01:41 +01:00
db858300a3 Bump saml plugin version 2020-12-29 14:55:13 +01:00
e16d5506b6 Add missing return in saml plugin 2020-12-29 14:54:53 +01:00
016e3eb1a8 Merge branch 'feature/saml_onLogout' into 'master'
Add onLogout support for the auth-saml plugin

See merge request framasoft/peertube/official-plugins!4
2020-12-29 14:53:18 +01:00
22ade942d8 Return logoutUrl in onLogout
+ Better check of logout-url before proceding with logout
2020-12-29 14:53:18 +01:00
1960e63c52 Update ldap plugin 2020-11-30 14:20:05 +01:00
4786ea462f Merge branch 'feat/ldap_group' into 'master'
 LDAP Groups to fix #19

Closes #19

See merge request framasoft/peertube/official-plugins!6
2020-11-30 14:19:35 +01:00
7884ade4f9 LDAP Groups to fix #19
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-11-30 14:19:35 +01:00
cdc93c845a Improve open id connect readme 2020-11-16 09:23:26 +01:00