Skip to content

don't create pads when calling /ttl/$padid resource

webzwo0i requested to merge webzwo0i/ep_delete_after_delay:master into master

Etherpad's core method PadManager.getPad will create a new pad in case it does not exist yet. When editOnly: true is configured in settings.json, users are prohibited from creating new pads so no endpoint should exist that causes a new pad to be created.

Also bump the version after this change.

Merge request reports