Add new contacts `WSC_RPC_API_URL`, which points to the RPC endpoint
authorCyperghost <olaf_schmitz_1@t-online.de>
Fri, 6 Sep 2024 08:52:58 +0000 (10:52 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Fri, 6 Sep 2024 08:52:58 +0000 (10:52 +0200)
commitf5da5628ae749f5f033c173f8a71e569a8823bc7
treed1a15466d164f2a0c02218f6d2b8b0b2dc16fbf6
parentc5ffbbbd58b25273398a50ed253e7319fd5794a3
Add new contacts `WSC_RPC_API_URL`, which points to the RPC endpoint
43 files changed:
com.woltlab.wcf/templates/headIncludeJavaScript.tpl
ts/WoltLabSuite/Core/Api/Comments/CreateComment.ts
ts/WoltLabSuite/Core/Api/Comments/DeleteComment.ts
ts/WoltLabSuite/Core/Api/Comments/EditComment.ts
ts/WoltLabSuite/Core/Api/Comments/EnableComment.ts
ts/WoltLabSuite/Core/Api/Comments/RenderComment.ts
ts/WoltLabSuite/Core/Api/Comments/RenderComments.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/CreateResponse.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/DeleteResponse.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/EditResponse.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/EnableResponse.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/RenderResponse.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/RenderResponses.ts
ts/WoltLabSuite/Core/Api/Comments/Responses/UpdateResponse.ts
ts/WoltLabSuite/Core/Api/Comments/UpdateComment.ts
ts/WoltLabSuite/Core/Api/Files/Chunk/Chunk.ts
ts/WoltLabSuite/Core/Api/Files/DeleteFile.ts
ts/WoltLabSuite/Core/Api/Files/GenerateThumbnails.ts
ts/WoltLabSuite/Core/Api/Files/Upload.ts
ts/WoltLabSuite/Core/Api/Messages/MentionSuggestions.ts
ts/WoltLabSuite/Core/Api/Sessions/DeleteSession.ts
ts/global.d.ts
wcfsetup/install/files/acp/templates/header.tpl
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/CreateComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/DeleteComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/EditComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/EnableComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/RenderComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/RenderComments.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/CreateResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/DeleteResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/EditResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/EnableResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/RenderResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/RenderResponses.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/UpdateResponse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/UpdateComment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Files/Chunk/Chunk.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Files/DeleteFile.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Files/GenerateThumbnails.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Files/Upload.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Messages/MentionSuggestions.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Sessions/DeleteSession.js