Robin Stocker
13bff2963e
Add full name to account and use it to create commits ( #125 )
...
The Git practice is to use the full name when creating commits, not a
user name. This commit fixes that by introducing a fullName field to
Account and using it when creating commits.
For migrating from earlier versions, the user name is used as an initial
value for the full name field.
2013-10-06 23:11:09 +02:00
takezoe
e89b2020a3
Use ControlUtil.
2013-09-21 22:13:15 +09:00
takezoe
3a7391fbb3
(refs #8 )Some fix for group management.
2013-07-24 03:36:42 +09:00
takezoe
db8305b5e9
(refs #8 )Change create/edit user template name and path.
2013-07-24 02:03:42 +09:00
takezoe
7150befa54
(refs #8 )Group register/edit form is completed.
2013-07-23 18:52:36 +09:00
takezoe
5bf0b275cb
(refs #8 )Remove unused code.
2013-07-23 15:39:47 +09:00
takezoe
c86bf1d68b
(refs #8 )Merge user name proposal API to IndexController.
2013-07-23 15:37:59 +09:00
takezoe
e61bde1415
(refs #8 )Implementing group register/edit form.
2013-07-23 13:02:30 +09:00
takezoe
e4b3f0ddef
(refs #8 )Implementing group register/edit form.
2013-07-23 11:59:49 +09:00
takezoe
30eb949ce1
(refs #8 )Start to implement group management.
2013-07-22 22:22:49 +09:00
takezoe
83472bc354
Remove unused import statement.
2013-07-17 13:55:26 +09:00
takezoe
f104fab593
Rename StringUtil#encrypt() to sha1().
2013-07-11 11:09:30 +09:00
takezoe
9d61f73e22
Generalize some methods in AccountController and UserManagementController.
2013-07-10 20:44:28 +09:00
takezoe
7a3c61a8d0
Generalize some methods in AccountController and UserManagementController.
2013-07-10 20:38:24 +09:00
takezoe
96872d7d41
(refs #28 )Upload avatar part is separated from account editing form.
2013-07-10 20:20:05 +09:00
takezoe
c53f3843b8
(refs #19 )Add unique checking for mail address.
2013-07-05 01:37:29 +09:00
takezoe
9688afac02
Authenticators are renamed.
2013-07-04 03:37:49 +09:00
takezoe
35c0f9b63b
Fix template file names.
2013-07-01 13:10:07 +09:00
takezoe
10f2cbbc3e
Encrypt password.
2013-06-29 15:13:20 +09:00
takezoe
00ad0c1745
Add System Settings page.
2013-06-28 13:45:31 +09:00