Tomáš Hnyk
Tomáš Hnyk
So, adding * @NoCSRFRequired to logout function here: https://github.com/nextcloud/server/blob/master/core/Controller/LoginController.php#L95 makes the url `your.nextcloud.doman/logout` log you out. This is of course then susceptible to CSRF attacks. Setting a custom url like...
Thanks, that should do the trick! Eventually, after some figuring out:-).
A very functional workaround turned out to use Nextcloud Discourse integration, as Nextcloud has Yunohost SSO, more details here https://forum.yunohost.org/t/discourse-autologin-with-sso/23294
Hello, any update on this?
Oh, thanks, I can stop disabling CSFR in nextcloud as per https://github.com/nextcloud/user_saml/issues/114#issuecomment-2053672055 By the way this should probably be documented in the Readme somewhere:-).
I think this is because gvfs was replaced by gio. The fix should be fairly trivial, the commands are similar, but it needs to be updated.
I also got to this state. I was installing and removing plugins to test them and all of a sudden, I started to get hte 502 Bad Gateway error. I...
AS suggested here: https://forum.yunohost.org/t/impossible-dinstaller-etherpad/6456/14 when I removed plugins from the install file and installe from https://github.com/felagund/etherpad_mypads_ynh/ the apps installs. I would assume it can get to a state when uninstallation...
I tried variously removing some plugins from the install file and it seem no matter which I pcik, the installation just hangs when installing them. I am out of ideas.
Possible connected to: https://github.com/EionRobb/skype4pidgin/issues/364