[ADF-3530, ADF-3598] Sharing files (#3828)

* share node

* lint fix

* createSharedLinks parameter

* remove es6 async

* use fakeAsync

* removed trailing comma

* e2e update dialog title locator

* Expires label localization

* docs update
This commit is contained in:
Cilibiu Bogdan
2018-10-01 14:10:40 +01:00
committed by Eugenio Romano
parent b34ca87657
commit 42f4bee2b4
39 changed files with 1241 additions and 435 deletions
+10 -9
View File
@@ -254,15 +254,16 @@
}
},
"SHARE": {
"TITLE": "Share",
"PUBLIC-LINK": "Public link",
"UNSHARED": "File not shared",
"DESCRIPTION": "This is a link to your file",
"ALERT": "Anyone can access this link",
"ACTIONS": {
"SHARE": "SHARE",
"CLOSE": "CLOSE",
"COPY-LINK": "COPY LINK"
"DIALOG-TITLE": "Share",
"DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.",
"TITLE": "Link to share",
"EXPIRES": "Expires on",
"CLIPBOARD-MESSAGE": "Link copied to the clipboard",
"CONFIRMATION": {
"DIALOG-TITLE": "Remove this shared link",
"MESSAGE": "This link will be deleted and a new link will be created next time this file is shared",
"CANCEL": "Cancel",
"REMOVE": "Remove"
}
},
"PERMISSION_MANAGER": {