| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
When a bookmark is post from a logged out user, he is first redirected to the login page with 'returnurl' containing the link, then redirected again when the login is processed.
We need to reencode the posted URL, otherwise the browser does not handle the fragment as a part of the posted parameter.
|
| |
|
| |
|
|
|
|
| |
Makes sure that the user is properly redirected to the bookmark form after login, even with legacy routes
|
|
|
|
| |
Also handle authentication check in a new middleware for the admin group.
|
|
Including a bunch of improvements on the container,
and helper used across new controllers.
|