summaryrefslogtreecommitdiff
path: root/modules/user/controllers
AgeCommit message (Expand)Author
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Correct inconsistent captialization. Fixes #906Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-06Remove width class from add group form, it sizes the form's elements, not the...Chad Kieffer
2009-10-31Revert "Use an event 'check_user_name_exists' to validate the input name is a...Tim Almdal
2009-10-30Caught a few more incorrect capitalizations.Tim Almdal
2009-10-29Use an event 'check_user_name_exists' to validate the input name is already i...Tim Almdal
2009-10-27Check the minimum length when adding or modifying users via the admin screen.Tim Almdal
2009-10-27Add a password strength meter.Tim Almdal
2009-10-27Set the minimum password length to 5. The gallery owner can change this in t...Tim Almdal
2009-10-27When we are changing the password using the change password from as part of t...Tim Almdal
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Created user.css. Moved user-related form css to the new sheet.Chad Kieffer
2009-10-23move controllers and views to the user module to make the Identity Provider r...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Finish integrating the move of the user edit/update functions into the user m...Tim Almdal
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-15Move all the edit/update forms for users and groups back to the user module.Tim Almdal
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-14Move the ui for user adminsitration back to the user module.Tim Almdal
2009-10-13Refactor the ui component of the user module into the gallery core module.Tim Almdal
2009-10-09Convert direct lookups for the user table using ORM to using the user::lookup...Tim Almdal
2009-10-08Change the users.php controller so its no longer restful. The problem with o...Tim Almdal
2009-10-06Change the focus of the user module from providing user/group management to p...Tim Almdal
2009-10-05Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...Tim Almdal
2009-10-05First pass on converting calls to the Identity interface. Will worry about wr...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-09-10Use abs_url() inside url::redirect() calls so that we don't just windBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-04When changing user preferences, reset the session based locale preferences.Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Don't ask for csrf when we're resetting passwords. They're not gonna have on...Bharat Mediratta
2009-07-29Clean up user form events. Thanks to Ben Smith (glooper).Bharat Mediratta
2009-07-25fix for ticket #574. The user->url database wasn't being set when the user wa...Tim Almdal
2009-07-23Add form processing events:Bharat Mediratta
2009-07-21In the logout link, urlencode the continue url so that ampersands, etcBharat Mediratta
2009-07-16Add missing ) dropped in 8f9a943f.Bharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-10Actually save the url when editing user information.Bharat Mediratta
2009-06-09Create a new method in MY_url.php "get_item_from_uri" which loads the itemTim Almdal
2009-06-06Don't ask for CSRF token when trying to view the password reset form.Bharat Mediratta