Send and display modification dates for shared, others and trash namespaces, since...
authorPanagiotis Astithas <pastith@gmail.com>
Thu, 29 Oct 2009 15:53:53 +0000 (17:53 +0200)
committerPanagiotis Astithas <pastith@gmail.com>
Thu, 29 Oct 2009 15:53:53 +0000 (17:53 +0200)
commitd0d4d0f56b20ebfe675cc548a59d5760531e4aef
tree8d83ca8046e99a06071346df703d2c49e21c5d91
parentd114cfe2e8b1e6df6c2203fd74a82adc20adf8ff
Send and display modification dates for shared, others and trash namespaces, since the UI file list code is the same for both the files namespace and these virtual namespaces. It is also more consistent to use the same reduced file representation for every namespace.
src/gr/ebs/gss/client/rest/resource/OtherUserResource.java
src/gr/ebs/gss/client/rest/resource/SharedResource.java
src/gr/ebs/gss/client/rest/resource/TrashResource.java
src/gr/ebs/gss/server/rest/OthersHandler.java
src/gr/ebs/gss/server/rest/SharedHandler.java
src/gr/ebs/gss/server/rest/TrashHandler.java