2013-10-06 |
Add full name to account and use it to create commits (#125)
...
Robin Stocker
committed
on 6 Oct 2013
|
---|---|
2013-07-29 |
The method of RepositoryService was cleaned up.
takezoe
committed
on 29 Jul 2013
|
2013-07-23 |
(refs #8)Some fix for group management.
takezoe
committed
on 23 Jul 2013
|
(refs #8)Add Members tab to account information page for group account.
takezoe
committed
on 23 Jul 2013
|
|
2013-07-19 |
Remove unused import statement.
takezoe
committed
on 19 Jul 2013
|
2013-07-12 |
Returns a gray image if username has not been registered.
takezoe
committed
on 12 Jul 2013
|
2013-07-11 |
Replace String#format() with string interpolation.
takezoe
committed
on 11 Jul 2013
|
Rename StringUtil#encrypt() to sha1().
takezoe
committed
on 11 Jul 2013
|
|
2013-07-10 |
Fix redirect path after sign in.
takezoe
committed
on 10 Jul 2013
|
(refs #28)Look up Gravatar if user icon is not configured.
takezoe
committed
on 10 Jul 2013
|
|
Generalize some methods in AccountController and UserManagementController.
takezoe
committed
on 10 Jul 2013
|
|
Generalize some methods in AccountController and UserManagementController.
takezoe
committed
on 10 Jul 2013
|
|
(refs #28)Upload avatar part is separated from account editing form.
takezoe
committed
on 10 Jul 2013
|
|
(refs #28)Fix information message.
takezoe
committed
on 10 Jul 2013
|
|
(refs #28)Display avatar icon on the activity timeline.
takezoe
committed
on 10 Jul 2013
|
|
(refs #28)Avatar image can be uploaded at the account editing page.
takezoe
committed
on 10 Jul 2013
|
|
(refs #28)Implementing avatar image uploading.
takezoe
committed
on 10 Jul 2013
|
|
2013-07-06 |
(refs #4)Add 'Public Activity' tab to the account information page.
takezoe
committed
on 6 Jul 2013
|
2013-07-04 |
(refs #19)Add unique checking for mail address.
takezoe
committed
on 4 Jul 2013
|
2013-07-03 |
Add OneselfAuthenticator.
takezoe
committed
on 3 Jul 2013
|
2013-07-01 |
Fix template file names.
takezoe
committed
on 1 Jul 2013
|
2013-06-29 |
Add unique user name checking to the account creation.
takezoe
committed
on 29 Jun 2013
|
Encrypt password.
takezoe
committed
on 29 Jun 2013
|
|
2013-06-28 |
Add the password field to the account editing page.
takezoe
committed
on 28 Jun 2013
|
Add account creation page for users.
takezoe
committed
on 28 Jun 2013
|
|
2013-06-25 |
Small fix.
takezoe
committed
on 25 Jun 2013
|
Use Option.map instead of pattern matching.
takezoe
committed
on 25 Jun 2013
|
|
2013-06-23 |
Create java.util.Date TypeMapper. And add the currentDate method.
shimamoto
committed
on 23 Jun 2013
|
2013-06-22 |
Add TODO to retrieving the current timestamp.
takezoe
committed
on 22 Jun 2013
|
Change java.sql.Date to java.sql.Timestamp.
takezoe
committed
on 22 Jun 2013
|