Kohei Ozaki
37358e9c8c
Fix a problem to redirect wikipage named by multi-byte characters
...
In some specific case, redirect path (created from route params) is incorrect.
`redirectUrl` is expected to be encoded,
but scalatra decodes route params by rl.UrlCodingUtils via ScalatraBase.UriDecoder.
To avoid this problem, I add dirty workaround to encode redirect path.
2013-10-19 14:20:35 +09:00
takezoe
c57bc487a3
Define session keys.
2013-09-23 00:51:57 +09:00
takezoe
296fc9a3df
Improve session handling.
2013-09-23 00:18:38 +09:00
takezoe
fd8b5780f3
Use ControlUtil.
2013-09-22 19:28:14 +09:00
takezoe
4a6eb95474
Fix redirect path to the context root.
2013-09-11 03:53:50 +09:00
takezoe
7bce8cf3b6
Fix redirect path after sign in.
2013-09-11 03:40:55 +09:00
takezoe
b9aa6a234b
(refs #78 )Authentication moved to AccountService.
2013-08-17 11:05:11 +09:00
takezoe
df5600f03f
(refs #78 )Fix for LDAP authentication.
2013-08-17 01:10:06 +09:00
takezoe
231fd268df
(refs #78 )LDAP authentication is completed? (not tested yet)
2013-08-16 11:46:16 +09:00
takezoe
14de86afa0
Fix redirect behaviour after sign in.
2013-08-10 23:13:43 +09:00
takezoe
b760361184
(refs #8 )Implementing repository creation for group.
2013-07-23 22:05:30 +09:00
takezoe
f104fab593
Rename StringUtil#encrypt() to sha1().
2013-07-11 11:09:30 +09:00
takezoe
46b3807f21
Fix redirect path after sign in.
2013-07-11 04:08:06 +09:00
takezoe
10f2cbbc3e
Encrypt password.
2013-06-29 15:13:20 +09:00
takezoe
9650cc48cc
Redirect to previous URL after sign in.
2013-06-29 04:31:58 +09:00
takezoe
c7d6a56ea2
Fix presentation of index page and sign-in page.
2013-06-29 03:49:31 +09:00
takezoe
c308e1993a
Add account creation page for users.
2013-06-28 14:13:58 +09:00
takezoe
5793851b7d
Add AccountService#updateLastLoginDate().
2013-06-04 14:04:03 +09:00
takezoe
a1f7310e72
Fix the signin page.
2013-06-03 01:44:00 +09:00
takezoe
1ab58d0363
Implementing authentication.
2013-06-03 00:36:51 +09:00
takezoe
05f997d10a
Add TODO.
2013-06-01 04:54:51 +09:00
takezoe
551fe7d0ea
Add SignInController.
2013-06-01 04:51:43 +09:00