Closed michielbdejong closed 1 year ago
That's for Nextcloud. For ownCloud I found this.
https://github.com/nextcloud/twofactor_webauthn/ Contribute with Navid to find a sample as new setting dialogue for this integration
FOUND IT!
The code for this still needs to be pushed and merged on both repos
@navid-dada I discussed with @parhamin2010 just now that Loopback Secret should be read-only but Shared Secret and IP URL should be editable, do you agree?
I heard from Parham that you took a different design decision about this earlier, but it probably wasn't documented anywhere, right?
This was closed automatically by GitHub because it's done for NC Reopening because it's not done for OC
@parhamin2010 copying this here onto the issue (you wrote this in the Google Meet):
doc for new custom configuration: https://doc.owncloud.com/server/next/developer_manual/app/fundamentals/configuration.html
Instruction for create custom settings in OC: step 1: Add settings section inside appinfo.xml like below `
<settings-sections>
<admin>OCA\APPNAME\Sections\CLASSNAME(like last one)</admin>
</settings-sections>`
step 2: Create two directory in lib folder named Sections and another one named Settings with CLASSNAME that you used above.
step 3: Do these steps same for NC but some methods must be replaced based on this article https://docs.nextcloud.com/server/latest/developer_manual/basics/setting.html
Fixed for OC in https://github.com/pondersource/oc-sciencemesh/pull/40
@parhamin2010 can this issue be closed now?
@parhamin2010 can this issue be closed now?
yes, this one is completed.
Split into pondersource/nc-sciencemesh#240 and pondersource/oc-sciencemesh#47
With this, we will not have to rely on sql insert statements anymore.