Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-04 01:36:40 +0300
committerbrantje <brantje@gmail.com>2016-10-04 01:36:40 +0300
commit04a89a3ea3785e17437c4e69d3308d358177be73 (patch)
tree6dfaf629eb53d83dc74002d90ae5172027be9b39
parent23a02c84d9c5f876689f1427728b3ed97f7027e9 (diff)
Add todo
-rw-r--r--controller/sharecontroller.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/sharecontroller.php b/controller/sharecontroller.php
index a976cd61..b8d08b3b 100644
--- a/controller/sharecontroller.php
+++ b/controller/sharecontroller.php
@@ -95,6 +95,8 @@ class ShareController extends ApiController {
/**
* Assemble notification
*/
+ //@TODO add expire_time
+ //@TODO add expire_views
$credential = $this->credentialService->getCredentialById($item_id, $this->userId->getUID());
$credential_owner = $credential->getUserId();
$result = $this->shareService->createBulkRequests($item_id, $item_guid, $vaults, $permissions, $credential_owner);