Moin,
just setup a new NC instance, and was unable to configure ownpad with API and public pads allowed.
The issue was that in ll42 ff. of lib/Service/OwnpadService.php, ownpad polls ownpad_etherpad_useapi and ownpad_etherpad_apikey. However, the values create in the DB are ownpad_etherpad_use_api and ownpad_etherpad_api_key.
After adding ownpad_etherpad_useapi and ownpad_etherpad_apikey to the DB manually, ownpad works as expected.
Moin,
just setup a new NC instance, and was unable to configure ownpad with API and public pads allowed.
The issue was that in ll42 ff. of
lib/Service/OwnpadService.php, ownpad pollsownpad_etherpad_useapiandownpad_etherpad_apikey. However, the values create in the DB areownpad_etherpad_use_apiandownpad_etherpad_api_key.After adding
ownpad_etherpad_useapiandownpad_etherpad_apikeyto the DB manually, ownpad works as expected.