MDL-67748 admin: Move the web services under the server administration
commit2bf6db2d5a0e3ad46dbf036960fb2fcef0cd7962
authorDavid Mudrák <david@moodle.com>
Tue, 21 Jan 2020 09:38:23 +0000 (21 10:38 +0100)
committerDavid Mudrák <david@moodle.com>
Mon, 15 Mar 2021 20:21:43 +0000 (15 21:21 +0100)
tree16df54a71cb87ccc380680564ef830b3f53132b1
parentfc335f5ea0416a729af34f00bb4a8e1fbb287e54
MDL-67748 admin: Move the web services under the server administration

I suppose the original reasoning was that the web services protocols are
pluggable and that plugins can provide external function. But those are
not good reasons to put the whole Web services section under plugins.
Web services are not a plugin type and they always felt very
counter-intuitive there.

From the server administrtaion perspective, web services are similar to
scheduled tasks and therefore, they should live in the same section.
admin/settings/plugins.php
admin/settings/server.php
admin/tests/behat/manage_tokens.feature
admin/upgrade.txt
webservice/lib.php