Commit Graph

195 Commits

Author SHA1 Message Date
Chocobozzz
e85121a9d6
Create framasoft's theme 2021-01-11 16:29:29 +01:00
Chocobozzz
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
Louis
7fff53e0cc Handle assertion of HTTP-redirect for a LogoutResponse in auth-saml2 2021-01-11 16:29:13 +01:00
Chocobozzz
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
Samuel MARTIN MORO
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
Chocobozzz
38a730a386
Bump openid plugin version 2020-12-29 15:23:29 +01:00
Chocobozzz
2dbeb03aed
Refactor openid cookie options 2020-12-29 15:23:16 +01:00
Chocobozzz
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
Johan Fleury (Arcaik)
41e08431ec metadata: add license field
Prevent Yarn from failing when manually installing plugin from a
directory.
2020-12-29 15:01:41 +01:00
Chocobozzz
db858300a3
Bump saml plugin version 2020-12-29 14:55:13 +01:00
Chocobozzz
e16d5506b6
Add missing return in saml plugin 2020-12-29 14:54:53 +01:00
Chocobozzz
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
Louis
22ade942d8 Return logoutUrl in onLogout
+ Better check of logout-url before proceding with logout
2020-12-29 14:53:18 +01:00
Chocobozzz
1960e63c52
Update ldap plugin 2020-11-30 14:20:05 +01:00
Chocobozzz
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
Mathieu Brunot
7884ade4f9 LDAP Groups to fix #19
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-11-30 14:19:35 +01:00
Chocobozzz
cdc93c845a
Improve open id connect readme 2020-11-16 09:23:26 +01:00
Chocobozzz
e2b6d7f62b Merge branch 'markvandenborre-master-patch-64663' into 'master'
The plugin code obviously works, but there were quite a few caveats to get this right. This might help some people...

See merge request framasoft/peertube/official-plugins!5
2020-11-16 09:21:25 +01:00
Mark Van den Borre
a2f3415761 The plugin code obviously works, but there were quite a few caveats to get this right.
This might help some people...
2020-11-14 21:47:30 +01:00
Chocobozzz
70461d0753
Correctly fix email prop in ldap 2020-11-10 11:27:49 +01:00
Chocobozzz
a167922460
Update ldap version 2020-11-10 11:24:43 +01:00
Chocobozzz
ee9862acec
Handle email array in ldap 2020-11-10 11:24:15 +01:00
Chocobozzz
9b3754b7ff
Fix homepage 2020-10-30 16:11:39 +01:00
Chocobozzz
4099c801d9
Bump annotation plugin version 2020-09-10 09:14:49 +02:00
Chocobozzz
eb04ca7bf3 Merge branch 'master' into 'master'
double font size on overlays to improve visibility

See merge request framasoft/peertube/official-plugins!3
2020-09-10 09:15:14 +02:00
Florian Schmitt
12ecdd734d make font size for overlays bigger and responsive 2020-09-10 10:14:00 +03:00
Florian
123fb22808 double font size on overlays to improve visibility 2020-09-09 18:38:08 +02:00
Chocobozzz
aec93aacd0
Add screen to annotation plugin readme 2020-08-25 10:22:19 +02:00
Chocobozzz
f13dc26e86
Update annotation README 2020-08-24 14:42:10 +02:00
Chocobozzz
1b5f1d737a
Fix annotations on firefox 2020-08-24 10:12:36 +02:00
Chocobozzz
56b8704649
Update annotation plugin 2020-08-24 09:54:14 +02:00
Chocobozzz
04eda825a6
Fix fr locale 2020-08-21 15:24:40 +02:00
Chocobozzz
cb866ff031
Improve link styles 2020-08-21 15:17:53 +02:00
Chocobozzz
e7ee7c6d6c
Add README 2020-08-21 15:06:53 +02:00
Chocobozzz
aec0c866d5
Add annotation plugin 2020-08-21 14:46:25 +02:00
Chocobozzz
47a4d19252
Add other hooks to hello world plugin 2020-08-21 14:45:41 +02:00
Chocobozzz
76bd650ad0
Update openid version 2020-08-10 11:15:58 +02:00
Chocobozzz
4ddcaddb19 Merge branch 'keycloak-compat' into 'master'
Add Keycloak compat by using first element of role

See merge request framasoft/peertube/official-plugins!2
2020-08-10 11:10:58 +02:00
Bastien Le Querrec
1f7f7f609c if returned value for role is an array, use first element
This improves Keycloak compatibility as if Multivalued is set to false
in Mappers, return value will still be an array.
2020-08-08 14:40:34 +02:00
Chocobozzz
0cbf9a69f1
Fix typo 2020-07-29 17:17:42 +02:00
Chocobozzz
11b82445ab
Add link to auto mute plugin 2020-07-29 17:09:31 +02:00
Chocobozzz
71499383b9
Add auto block videos plugin 2020-06-25 10:32:45 +02:00
Chocobozzz
83c91c18e0
Update readme 2020-05-26 12:07:57 +02:00
Chocobozzz
87572af66b
Fix grey color 2020-05-22 11:23:00 +02:00
Chocobozzz
f685bd98c7
Fix textarea colors 2020-05-20 13:52:38 +02:00
Chocobozzz
463c5b46c8
Fix input colors 2020-05-20 11:38:12 +02:00
Chocobozzz
f248ef9ebf
Fix dark theme with PT 2.2 2020-05-20 10:59:03 +02:00
Chocobozzz
7dbee69153
Add filter:api.video.post-import-url.accept.result 2020-05-18 10:04:58 +02:00
Chocobozzz
ee372c178a
Add ability to expose the mute list 2020-05-11 10:13:38 +02:00
Chocobozzz
894cc2f1d4
Typos 2020-05-07 17:10:23 +02:00