| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-16 | Improve the fix for #1176 to use request::is_ajax() instead of tacking | Bharat Mediratta | |
| on a query param to urls that appear in dialogs. This keeps things simpler. | |||
| 2010-07-15 | Remove the code to call the controller directly and just use redirect. Now ↵ | Tim Almdal | |
| that all the form calls actually return the form as a json object, calling the form creation controller method i no longer required. | |||
| 2010-07-13 | Fix reauth authentication to use the identity helper instead of the | Bharat Mediratta | |
| user helper directly. Else it doesn't work with LDAP and other identity systems. | |||
| 2010-07-09 | remove debugging statement | Tim Almdal | |
| 2010-07-08 | Only add the 'Successfully re-authenticated' message to the status if the ↵ | Tim Almdal | |
| admin page is not displayed in a dialog. | |||
| 2010-07-07 | Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog ↵ | Tim Almdal | |
| parameter to the url to let the controller know its in a dialog. The reauthenticate controller will format the password prompt as a page or a form content. If authentication is successful, then the original controller is called instead of being redirected to. | |||
| 2010-07-05 | Revert "If the admin request originates as a dialog link, don't display the ↵ | Tim Almdal | |
| entire page when reauthenticating the administrator. Just put the form in the dialog." This reverts commit 8493a3d36f597e183490ae880b35a3d98f50a045. | |||
| 2010-07-05 | If the admin request originates as a dialog link, don't display the entire ↵ | Tim Almdal | |
| page when reauthenticating the administrator. Just put the form in the dialog. | |||
| 2010-06-12 | Push the continue url into the form for consistency with other | Bharat Mediratta | |
| login/continue code. | |||
| 2010-04-17 | Change the key for invalid passwords from "invalid" to | Bharat Mediratta | |
| "invalid_password" to remove ambiguity. | |||
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-08 | Fix for ticket 1008: Redirect to destination after re-auth. | Andy Staudacher | |
| 2010-02-07 | Last partial fix for ticket 585: Compartmentalize the admin area and require ↵ | Andy Staudacher | |
| active authentication every 20 minutes to access the admin area. Also renaming auth::validate_too_many_failed_password_changes to validate_too_many_failed_auth_attempts since it's used in this generalized way in 3 places now. | |||
