]> source.dussan.org Git - nextcloud-server.git/commit
fix(shareManager): Respect empty `expireDate` in server
authorfenn-cs <fenn25.fn@gmail.com>
Wed, 20 Mar 2024 15:41:26 +0000 (16:41 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Thu, 13 Jun 2024 16:34:51 +0000 (18:34 +0200)
commit0bee2a6fcaefaa5528fc3dc1c8eb89d08838a430
tree208f724ad5af3524f5b029ce102adc4ae35f6322
parent0ab1cc5f17b2941364572007f7cf120342495d87
fix(shareManager): Respect empty `expireDate` in server

If `expireDate` is an empty string and not `null` then the server should not set a default.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
apps/files_sharing/lib/Controller/ShareAPIController.php
apps/files_sharing/openapi.json
lib/private/Share20/Manager.php
lib/private/Share20/Share.php
lib/public/Share/IShare.php