Add RPC controller
authorMarcel Werk <burntime@woltlab.com>
Fri, 14 Jun 2024 10:54:06 +0000 (12:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 14 Jun 2024 10:54:06 +0000 (12:54 +0200)
commit38b749600dbc17d175edf2cdd5e292b4891992c4
tree9aec78126e6dfb11f8d16822e029ebfc2c9ae8ac
parent7aa000a76d3b93159dbbe52e97eaab8d57f3e297
Add RPC controller
16 files changed:
wcfsetup/install/files/lib/bootstrap/com.woltlab.wcf.php
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/CreateComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/DeleteComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/EditComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/EnableComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/RenderComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/RenderComments.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/TCommentMessageValidator.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/UpdateComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/CreateResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/DeleteResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/EditResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/EnableResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/RenderResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/RenderResponses.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/controller/core/comments/responses/UpdateResponse.class.php [new file with mode: 0644]