purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

Display the full name in the ACL #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the file properties dialog shows the eduPersonPrincipleName of the 
owner. It would be more convenient for the user to show the full name if 
available. That should be generalized to every username display (properties -> 
owner, versions -> creator/modifier, file list -> owner).

Original issue reported on code.google.com by past...@gmail.com on 28 Jun 2010 at 10:51

GoogleCodeExporter commented 8 years ago
There is an obvious performance tradeoff here, where the initial dialog display 
would require a few extra API calls (that would be cached later on). 

Original comment by past...@gmail.com on 28 Jun 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Revision:  051f5273fb  
The full name (instead of the username) is displayed in the following cases 
i)properties -> owner, ii) versions -> creator/modifier, iii) sharing  iv)file 
list -> owner.

Original comment by akaprave...@gmail.com on 6 Sep 2010 at 10:47

GoogleCodeExporter commented 8 years ago
Some more fixes concerning the bug that happened during the execution on 
PropertiesCommand for a folder in Revision: 770ab5b8e0. 

Original comment by akaprave...@gmail.com on 16 Sep 2010 at 2:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There still is a bug while sharing the user's home folder. This action results 
to the following stacktrace 
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    java.lang.String.substring(String.java:1937)
    gr.ebs.gss.server.rest.FilesHandler.renderHtml(FilesHandler.java:2227)
    gr.ebs.gss.server.rest.FilesHandler.serveResource(FilesHandler.java:514)
    gr.ebs.gss.server.rest.RequestHandler.doGet(RequestHandler.java:372)
    gr.ebs.gss.server.rest.RequestHandler.service(RequestHandler.java:228)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    gr.ebs.gss.server.CacheFilter.doFilter(CacheFilter.java:64)
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

Original comment by akaprave...@gmail.com on 16 Sep 2010 at 3:24

GoogleCodeExporter commented 8 years ago
The above exception is related to Issue Issue 17 not Issue 16:"Display the full 
name in the ACL"

Original comment by akaprave...@gmail.com on 23 Sep 2010 at 3:45

GoogleCodeExporter commented 8 years ago
This is now fixed.

Original comment by past...@gmail.com on 28 Sep 2010 at 12:53