aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
AgeCommit message (Expand)Author
2009-02-20isFriend() now retrieving userid correctlymarcus
2009-02-19Fixed parameter errors in site-related functions. Fixes #793ben
2009-02-19Fix for user object counting with upper and lower time limits.ben
2009-02-19Introducing archive functionality.ben
2009-02-11Removing wildcard from the beginning of 'like' search for user/usernameben
2009-02-09Closes #584: Removed exception, get_user will now return false if GUID exists...marcus
2009-02-09Refs #584: Fixed error message.marcus
2009-02-04Moves access permissions references over to using the ACCESS_* constants defi...ben
2009-02-04When a new password is generated, the salt is now regenerated first. Fixes #726.ben
2009-01-23Refs #706marcus
2009-01-21Closes #699: get_user_by_username now using access controls. Will no longer t...marcus
2009-01-14Closes #675: Posted missing commits from last time.marcus
2009-01-13Closes #676: Entity subtables now deleted on failed connections.marcus
2009-01-13Closes #675: Salt changed during password resetmarcus
2009-01-09Closes #560: Pagination parameters added.marcus
2009-01-09Closes #668: Banning now works through a flag in the users_entity table. Data...marcus
2009-01-08Refs #668: Building on [2546] and providing ban and unban functions. Later th...marcus
2009-01-08Refs #668, #640: Cleaner interface provided for banning.marcus
2009-01-08Refs #640: Renamed and moved entities.php:disable_entities to user.php:disabl...marcus
2009-01-01bug #634 fixeddave
2008-12-04Closes #609 marcus
2008-12-03Closes #550: Code metadata now moved to private storagemarcus
2008-11-21Closes #554: Validation procedure now correctly screening for ascii spacemarcus
2008-11-20Fixes #548: Introducing set_last_login($user_guid). Called from login(), but ...marcus
2008-11-19Fixes #568: Exportable code now inclusive not exclusive.marcus
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
2008-11-06Last action query update delayed to avoid invalidating query cache unnecessar...marcus
2008-11-03Minor tweaks 'cos case does matter...marcus
2008-10-24The friend invite infrastructure is now secure.ben
2008-10-24Added the ability to add a user to a user's friends list on registration.ben
2008-10-21Closes #457: Now returns $guid on success, false on failmarcus
2008-10-08Allowing '.' in username, refs #415marcus
2008-10-06List_user_friends_objects now lets you hide the toggle to gallery viewben
2008-10-03Fixes #311, closes #345: Validation now called via event 'user', 'validate'. ...marcus
2008-10-03Removed old validation codemarcus
2008-10-03Refs #311marcus
2008-09-30Closes #388: Additionally the site check in configuration_init() should be in...marcus
2008-08-25Closes #254: If mb_string is installed then internationalised usernames are s...marcus
2008-08-18Removing a user disables their entitiesben
2008-08-16Removing gallery on search user list functionben
2008-08-15Correction for the search list users by name function.ben
2008-08-15Added proper search for users by nameben
2008-08-13Closes #227 and #243: Hopefully this has the fscking thing nailed to the wall. marcus
2008-08-13Reverted changes so users can now register again.marcus
2008-08-13Fixes #241: Changed order, delete user using object's delete method rather th...marcus
2008-08-13Added a page handler for the dashboardben
2008-08-12Closes #229: Admin signup now using different view + no password validation f...marcus
2008-08-12Refs #229 : Register now has more granular messages, dupe email checkiong, sa...marcus
2008-08-11Added a search submenu.ben
2008-08-08Major access fix.ben