-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which version of nextcloud is supported by this app #114
Comments
Sir, this is an owncloud app ;) From what i know, the internals on owncloud and nextcloud are not the same anymore (and that is what is probably causing the We are currently working on a nextcloud app, which should then be available from the nextcloud store. But i do not have an ETA yet. |
Thanks for the information. For the nextcloud app release information will be probably on official privacyidea website or is there a news or relase website for privacyidea and apps? |
yes, or when a repo is added to the github org you could try it earlier, since i guess you know what you are doing, you dont need it to be in the store. |
so for now to make it work on nextcloud the only solution is simplesamlphp am I right? |
or keycloak, which is way better than ssp. |
i am trying to install this app on NextCloud 26.0.1 and in readme is written that it supports 12 and 13. I am just wondering if this app is out of date??
I get this error in Loggs
`[no app in context] Error: Error: Class "OCP\App" not found at <>
OCA\TwoFactor_privacyIDEA\AppInfo\Application->registerSettings()
require_once("/var/www/nextcl ... p")
OC_App::requireAppFile()
OC_App::loadApp()
OC_App::loadApps()
OC_User::setupBackends()
OC::init()
require_once("/var/www/nextcloud/lib/base.php")
`
and the file /var/www/nextcloud/apps/twofactor_privacyidea/appinfo/app.php has thic content:
`<?php
/**
*/
use OCA\TwoFactor_privacyIDEA\AppInfo\Application;
$app = new Application();
// register the configuration settings templates
$app->registerSettings();`
The text was updated successfully, but these errors were encountered: