Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / FileShareDialog.java @ 499bb620

History | View | Annotate | Download (23.5 kB)

# Date Author Comment
975de248 06/10/2013 06:32 pm Christos KK Loverdos

Changes for the Private and Public view links

Refs #3965

bc982727 06/10/2013 04:12 pm Christos KK Loverdos

Server will send the full URL in X-Object-Public

So there is no need to concatenate stuff.

Refs #3965

a7e13898 06/10/2013 03:22 pm Christos KK Loverdos

Remove unused interface

64ea9b61 06/10/2013 03:21 pm Christos KK Loverdos

Remove unused objects

77424c81 06/10/2013 03:19 pm Christos KK Loverdos

Fix a typo in the class name

28e270f9 05/31/2013 12:29 pm Christos KK Loverdos

Configurable service URLs via the otherProperties JS mechanism

I have implemented the following:

  • Key STORAGE_API_URL represents the Pithos API
    URL and it is search for in otherProperties.
  • Key USER_CATALOGS_API_URL represents the
    /user_catalogs API URL and it is searched for...
b12da07a 04/19/2013 04:06 pm Christos KK Loverdos

Informational dialog when trying to unchek "Private Sharing" while shares exist

Refs #3593

c963be61 04/19/2013 03:15 pm Christos KK Loverdos

Revert "Provide RightClick/CopyToClipboard functionality for "Public/Private Link" in File/Share dialog"

This reverts commit ddbf705922a5abb92c92205ebc98cc97fbd89aeb.

I explained the reason in the commit message of the above commit

Refs #3575

ddbf7059 04/19/2013 03:12 pm Christos KK Loverdos

Provide RightClick/CopyToClipboard functionality for "Public/Private Link" in File/Share dialog

It does not work. I think there is no standard way to do it.
Which browser versions do we support anyway?

I am committing the work, since it has been done but the intention...

b551f85b 04/19/2013 01:54 pm Christos KK Loverdos

In File/Share dialog show "Public/Private Link" instead of just "Link"

Refs #3575

d1609e26 04/19/2013 01:50 pm Christos KK Loverdos

Use constant strings in File/Share and Permissions dialogs

49a8183f 04/18/2013 07:22 pm Christos KK Loverdos

In File/Share do not show "Add group" if user has no groups

Refs #3575

cfdb1476 04/18/2013 07:12 pm Christos KK Loverdos

Visually separate "Private" & "Public" sharing in File/Share

More lightweight than the previous approach.

Refs #3575

46d2ccd2 04/18/2013 06:18 pm Christos KK Loverdos

Visually separate "Private" & "Public" sharing in File/Share

Refs #3575

da9e51db 04/18/2013 05:44 pm Christos KK Loverdos

In File/Share, disable "Add Group" if user has no groups

Also set the button title to "You do not have any groups".
Refs #3575

34cd9aff 04/16/2013 01:24 pm Christos KK Loverdos

New button "Add everybody" to file Share dialog

Refs #3575

cb1f6cdb 04/15/2013 04:46 pm Christos KK Loverdos

Update permission table after adding user/group

Refs #3575

ed2b76a4 04/15/2013 04:45 pm Christos KK Loverdos

Rename constructor params

Refs #3575

64d3b76b 04/12/2013 05:09 pm Christos KK Loverdos

Unify 'Publish' and 'Sharing' dialogs into one (for files)