API: remove file and date transformations
commitb433b69e7dcd75265f237b6637ab5f34a7c40a74
authorAndreas Gohr <andi@splitbrain.org>
Fri, 5 Jan 2024 16:15:35 +0000 (5 17:15 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Sun, 7 Jan 2024 12:41:19 +0000 (7 13:41 +0100)
tree1797a8388aac9169e799c8bfc110e5cf2e689500
parentd3856637cf1c8c054f0b89e003bfed5bff1b60f9
API: remove file and date transformations

We always deal with timestamps or base64 now. Removing some of the magic
makes everything less complex.

Only affected plugin is confmanager, which needs an update.
inc/Remote/Api.php
inc/Remote/JsonRpcServer.php
inc/Remote/XmlRpcServer.php