Skip to content
Snippets Groups Projects
Unverified Commit 9e7f7ba7 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add sharing types for guests

parent 3fb7de2d
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ OC.Share = _.extend(OC.Share || {}, {
SHARE_TYPE_EMAIL:4,
SHARE_TYPE_REMOTE:6,
SHARE_TYPE_CIRCLE:7,
SHARE_TYPE_GUEST:8,
/**
* Regular expression for splitting parts of remote share owners:
......
......@@ -33,6 +33,7 @@ class Constants {
const SHARE_TYPE_CONTACT = 5; // ToDo Check if it is still in use otherwise remove it
const SHARE_TYPE_REMOTE = 6;
const SHARE_TYPE_CIRCLE = 7;
const SHARE_TYPE_GUEST = 8;
const FORMAT_NONE = -1;
const FORMAT_STATUSES = -2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment