Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos @ afb23bf9

# Date Author Comment
afb23bf9 06/20/2013 07:16 pm Christos KK Loverdos

WIP Investigating #4035

...

Refs #4035

8474a42a 06/20/2013 03:33 pm Christos KK Loverdos

WIP Investigating #4035

Very inconsistent behavior of the selection mechanism. I get erroneous behavior
with 20 deployments in a row and then suddendly the correct behavior
for any new deployments.

By deployment, I mean rebuild + deploy. The only thing I do in the mean time...

9a849658 06/19/2013 06:47 pm Christos KK Loverdos

WIP Investigating #4035

The selection is broken and this can be the root of the problem(s).

Refs #4035

499bb620 06/19/2013 01:44 pm Christos KK Loverdos

Simplify boolean condition

Refs #4035

deebe0cf 06/18/2013 07:18 pm Christos KK Loverdos

Use the view URL for the Download link of the file context menu

Refs #3965

0bf4cd8e 06/13/2013 06:34 pm Christos KK Loverdos

Show (c) message only if SHOW_COPYRIGHT is true

Refs #3785

33ee8450 06/12/2013 05:59 pm Christos KK Loverdos

Change name representation of group to delete

6402182e 06/12/2013 05:18 pm Christos KK Loverdos

Change name representation of folder to delete

e7fceb98 06/12/2013 05:16 pm Christos KK Loverdos

Change name representation of file to delete

975de248 06/10/2013 06:32 pm Christos KK Loverdos

Changes for the Private and Public view links

Refs #3965

b002ac73 06/10/2013 05:19 pm Christos KK Loverdos

Conditionally enable the scheduled refresh functionality

and fix a typo

Refs no ticket

e663b3a7 06/10/2013 04:26 pm Christos KK Loverdos

Change image view URL according to new semantics for "view" URLs

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

c3e119f5 06/10/2013 02:52 pm Christos KK Loverdos

Initial separation of API and View URLs

Refs #3965

1f8c3574 06/06/2013 12:44 pm Christos KK Loverdos

Remove unused class

d10f64c1 06/06/2013 12:38 pm Christos KK Loverdos

Remove form hidden field for X-Auth-Token

Refs #3943

37197166 06/05/2013 06:48 pm Christos KK Loverdos

Do not pass token as a request param when uploading

Refs #3943

5966cc0b 06/03/2013 01:08 pm Christos KK Loverdos

Resolve STORAGE_API_URL as previously

d2b953c5 05/31/2013 05:37 pm Kostas Papadimitriou

Try to resolve api url from otherProperties

check otherProperties.STORAGE_API_URL. Fallback to config defaults.

Refs: #3884

6157de5b 05/31/2013 01:51 pm Kostas Papadimitriou

Python packaging improvments

- Use {% include %} to extend index.html with appropriate django context
- Introduce `urls_config` context variable. A dict that contains requred webapp
endpoints. Keys are merged in otherProperties js object.

67d30f02 05/31/2013 01:31 pm Christos KK Loverdos

Better integrate the loader with the up/down arrows

Refs #3784

d4ace10a 05/31/2013 01:04 pm Christos KK Loverdos

Show a loader until the contents of "Shared with me" are fully loaded

Refs #3784

d8e2a280 05/31/2013 12:35 pm Christos KK Loverdos

Disable logging in order to merge back to develop

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...
9eb70525 05/30/2013 01:00 pm Christos KK Loverdos

Cosmetics on footer

Refs #3873

0a85a75b 05/30/2013 12:45 pm Christos KK Loverdos

Show "Shared with me" immediately

Up to now, "Shared with me" appeared only after all the asynchronous
loading completed.

Refs #3784

64800147 05/27/2013 03:09 pm Christos KK Loverdos

Get Storage Logo from JS properties

Refs #3785

ecc4ef81 05/27/2013 12:37 pm Christos KK Loverdos

Hard-code synnefo & synnefo.org

This is a requirement.

Refs #3785

f2ae0948 05/23/2013 05:47 pm Christos KK Loverdos

Change footer according to the rest of the site

Refs #3785

e4ac2d18 05/22/2013 01:30 pm Kostas Papadimitriou

Extend otherProperties with branding settings

otherProperties object defined in the index.html is used from within the GWT
app to access deployment specific configuration options. A new placeholder added
in index.html. The placeholder gets replaced with django template code which...

fba33890 04/19/2013 06:01 pm Christos KK Loverdos

Remove "Upload" from file context menu

Refs #3630

10ff638f 04/19/2013 05:56 pm Christos KK Loverdos

"Delete" is only supported from within the Trash

Refs #3595

b12da07a 04/19/2013 04:06 pm Christos KK Loverdos

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

Refs #3593

6e804d92 04/19/2013 03:30 pm Christos KK Loverdos

Fix a typo in File/Share/Add Group dialog

The column header for groups should be "Group" not "User"

Refs #3575

77a99b26 04/19/2013 03:16 pm Christos KK Loverdos

Exclude one more HTTP header from logging

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...

59aa2375 04/19/2013 02:31 pm Christos KK Loverdos

Selectively ignore HTTP headers in logging

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

bc393f5e 04/19/2013 01:49 pm Christos KK Loverdos

More HTTP call logging enhancements

b31e9028 04/19/2013 01:48 pm Christos KK Loverdos

Bring Folder/Share dialog onpar with File/Share dialog

Refs #3575

f7c37cc8 04/19/2013 01:48 pm Christos KK Loverdos

Add more constant strings

45c76262 04/19/2013 12:52 pm Christos KK Loverdos

Enhance HTTP call logging

c947e007 04/18/2013 07:33 pm Christos KK Loverdos

Better headers in permissions dialog

If it is about user permissions, show "Add user" and "User".
If it is about group permissions, show "Add group" and "Group".

Refs #3575

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

f9762f23 04/18/2013 06:54 pm Christos KK Loverdos

Revert "Fix the disabled "Add group" button style"

This reverts commit 5e2c128046985d9adb0459040b9b82931235e422.

Due to a regression with the Group/Delete dialog (it had bad/no styling)
Refs #3575

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

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

Refs #3575

5e2c1280 04/18/2013 05:46 pm Christos KK Loverdos

Fix the disabled "Add group" button style

Previously some annoying button movement was taking place on mouse hover.
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

87487bbf 04/15/2013 06:07 pm Christos KK Loverdos

In Share Dialog, remove the header line when the permission list is empty.

Refs #3575

fbb19e02 04/15/2013 04:49 pm Christos KK Loverdos

Change wording: Sharing -> Share in the folder context menu

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)

e0a0c6ea 04/11/2013 04:49 pm Christos KK Loverdos

Add more logging utilities

8ddb4627 04/01/2013 04:07 pm Christos KK Loverdos

Provider a safer way to purge the container

Refs #3443
https://code.grnet.gr/issues/3443

01337c33 03/13/2013 03:56 pm Christos KK Loverdos

Enhance logging

1871b05c 02/12/2013 04:11 pm Kostas Papadimitriou

Merge branch 'master' of https://code.grnet.gr/git/pithos-web-client

5b380d95 02/12/2013 12:54 pm Christos KK Loverdos

Change copyright notice

e6e9f6e6 02/12/2013 12:50 pm Christos KK Loverdos

Change copyright notice

f36c8a7d 02/11/2013 03:37 pm Christos KK Loverdos

Fix regression with not querying for the logged-in user display name

86432004 02/11/2013 03:23 pm Christos KK Loverdos

Fix regression with empty "Shared by me"

0459d2ef 02/08/2013 04:26 pm Christos KK Loverdos

Show display names in group members tree

c8f8690d 02/08/2013 03:59 pm Christos KK Loverdos

Use display name to add a user to a group

dc8cc18a 02/08/2013 03:57 pm Christos KK Loverdos

Revert "Work in progress. Do not rely on this commit"

This reverts commit ee77dbf16f524824e3c0337a04984caa84a12231.

11432c97 02/08/2013 02:20 pm Kostas Papadimitriou

Merge branch 'develop'

b291a83e 02/08/2013 01:55 pm Kostas Papadimitriou

Merge branch 'master' into develop

ee77dbf1 02/07/2013 07:47 pm Christos KK Loverdos

Work in progress. Do not rely on this commit

cd2dd1fe 02/07/2013 01:54 pm Christos KK Loverdos

Reformat AddUserDialog and extract constants

fa68c84d 02/07/2013 01:33 pm Christos KK Loverdos

Promote more raw strings to reusable constants

728ff1e4 02/07/2013 01:20 pm Christos KK Loverdos

Promote "X-Auth-Token" to a constant

0634d911 02/07/2013 01:15 pm Christos KK Loverdos

Send Feedback now works with the new API

I had to reformat the code as well, since formatting was inconsistent.

f0ff407d 02/07/2013 01:14 pm Christos KK Loverdos

Add JS console logging facility

902e3ef4 02/06/2013 05:49 pm Christos KK Loverdos

Remove hard-coded debugging aids (System.outs etc)

a16cddac 02/05/2013 02:05 pm Christos KK Loverdos

Remove @author tag

eee72ed5 02/05/2013 02:03 pm Christos KK Loverdos

Add UpdateUserCatalogs as a convenience wrapper around GetUserCatalogs

8d09767f 02/01/2013 07:31 pm Christos KK Loverdos

Use and show display name when sharing a file with a particular user

2ef4bd13 02/01/2013 06:52 pm Christos KK Loverdos

Add a FIXME note on how to obtain the server URL for /user_catalogs call

b9a1049a 02/01/2013 06:41 pm Christos KK Loverdos

Show display name in "Shared with me"

4eaecbac 02/01/2013 03:01 pm Christos KK Loverdos

Show display name in FolderPropertiesDialog

cde22209 02/01/2013 02:52 pm Christos KK Loverdos

Show display name in FilePropertiesDialog

1bb330dc 02/01/2013 02:37 pm Christos KK Loverdos

Show display name in Create Folder dialog

cc0120ab 02/01/2013 02:23 pm Christos KK Loverdos

Implement the /user_catalogs API

cdd90acb 02/01/2013 11:29 am Christos KK Loverdos

Fix formatting

aad9808c 02/01/2013 11:29 am Christos KK Loverdos

Ignore a few working files and folders

28267d27 01/30/2013 02:19 pm Christos Stathis

Removed animation that is broken by latest chrome (v.24)

9c198917 11/27/2012 03:16 pm Christos Stathis

Fixed 404 error during autorefresh due to incorrect username
Autorefresh continues to reschedule even if the folder is not used in
autorefresh

df9e08b0 10/16/2012 06:04 pm Kostas Papadimitriou

Merge branch 'master' into packaging

eb1e4e59 09/26/2012 01:20 pm Christos Stathis

Don't change the case of pithos and trash during display

ada737a8 09/13/2012 02:49 pm Christos Stathis

Fixed cloudbar class name to avoid entering infinite loop

ba79e26a 07/19/2012 06:42 pm Kostas Papadimitriou

Merge branch 'master' into packaging

42214d4a 07/10/2012 07:26 pm Christos Stathis

Implemented empty container for all containers with the new api

3608dcd5 07/10/2012 07:09 pm Christos Stathis

Implemeted empty trash with the new API call

9ec085e2 07/09/2012 01:40 pm Christos Stathis

Remove a forgotten delay