aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
AgeCommit message (Expand)Author
2013-09-20Merge branch 'sembrestels-patch-2' into 1.8Steve Clay
2013-09-20Adds comment to explain URL decoding in get_user_by_usernameSteve Clay
2013-09-12spacingMatt Beckett
2013-09-12collections pages are only for logged in usersMatt Beckett
2013-09-12Fixes #6052. Urldecoding usernames to allow non-alphanumeric characters.Sem
2013-04-19Fixes #5233 password reset uses entity save so memcache is clearedcash
2013-04-13cleanup of entity caching codecash
2013-02-09Normalized escaping, escape $user->location just in caseSteve Clay
2013-02-09removed unnecessary @var since we have instanceof testcash
2013-02-09Check for ElggUser in functions that pass in user's GUIDSteve Clay
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09simplify flow, styleSteve Clay
2013-02-09small changes to previous commit from Steve's cleanupCash Costello
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
2012-12-08Fixes #4806 make the create_<subtype>_entity() functions privatecash
2012-10-03correct singual usage of subtype in elgg_get_entities_* functionsJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-07-04stop double encoding the ban reasonCash Costello
2012-06-02Merge pull request #193 from jeabakker/#4406Cash Costello
2012-05-17Refs #4396. No revert, remove.Sem
2012-05-14Setting the useradd action's access to admin instead of public.Brett Profitt
2012-04-18fixes #4406: validate username for max charsJerome Bakker
2012-04-17Fixes #4414: Corrected name of river friend create viewSteve Clay
2012-02-03improved documentation for get_user_by_email()Cash Costello
2012-01-20Fixes #4303 passing arguments to elgg_view_entity_list in options arrayCash Costello
2012-01-09coding standard fixes to engineCash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2012-01-01Fixes #690 admin editing a user no longer makes them appear activeCash Costello
2011-12-31Fixes #4260 get_user_sites() now workscash
2011-12-24Fixes #3272 added button to revert avatarCash Costello
2011-12-23Fixes #3716 setting the language when registering new usersCash Costello
2011-12-17moved user settings extensions to user_settings librarycash
2011-12-15fixes elgg_get_user_validation_status() always returning nullzcho
2011-11-18Fixes #3792 admin can edit settings againcash
2011-11-18Fixes #4112 get_user_by_username() returns false if no usercash
2011-11-13Fixes #4082 adds output/imgCash Costello
2011-11-12removed uses of deprecated function for setting page owner guidCash Costello
2011-11-05Fixes #4060 combined some page handlers for users libCash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-27login page should not be displayed to logged in usersCash Costello
2011-10-23Cleanned the login failures on passwords resets, this have more sensegermanazo
2011-10-18fixed typo in setting the default profile fieldsCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-05Fixes #3704 displaying error messages when adding users through admin interfacecash
2011-10-04Fixes #3700 using different names for add friend and remove friend user hover...cash
2011-09-11Fixes #3794 fixes menu links so that admins can edit avatarsCash Costello
2011-07-09fixed redirect for user avatars if we cannot get the usercash