Community
Participate
Working Groups
In the current implementation, the commit author is set on client. This should be done on the server. In ProjectSpaceImpl, it says: String commiter = "UNKOWN"; if (this.getUsersession().getACUser() != null && this.getUsersession().getACUser().getName() != null) { commiter = this.getUsersession().getACUser().getName(); } logMessage.setAuthor(commiter);
This is true, we will fix this!
The author is set on the server, too. ( VersionSubInterface createVersion() )
reported as fixed