summaryrefslogtreecommitdiff
path: root/BitUser.php
AgeCommit message (Expand)AuthorFilesLines
2007-07-01Remove extranous root path referenceLester Caine1-4/+4
2007-06-29Remove debug around expunge which was breaking remove userLester Caine1-4/+3
2007-06-24update user domains to be more complete, and auto set requested user_id/home ...Christian Fowler1-8/+10
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-5/+4
2007-06-15Trim png feature checkLester Caine1-5/+3
2007-06-15liberty_fetch_thumbnail_url to get attachment thumbnailsLester Caine1-6/+6
2007-06-15Allow user images to be .png via liberty_png_thumbnailsLester Caine1-8/+12
2007-06-15Fix error messageLester Caine1-4/+4
2007-06-14bug 1707875: check for existing email address before applying itMax Kremmel1-9/+16
2007-06-13INNER JOIN to liberty_content in getList so sort_mode's on lc columns don't f...Christian Fowler1-4/+7
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated wiki-speci...Max Kremmel1-6/+3
2007-05-30add initial getThumbnailUrl implementation override from LibContentChristian Fowler1-3/+13
2007-05-22Modify language switch to also pick up session default if not logged in - ano...Lester Caine1-4/+9
2007-05-22Switch output to users language preference if not being controlled by the bro...Lester Caine1-3/+8
2007-05-20valid HTML if username contains & etc.laetzer1-6/+7
2007-05-05add some preimlinary code for user_domainsChristian Fowler1-3/+24
2007-05-05only remove expired sessions for a few minutes, not an entire hour, check for...Christian Fowler1-5/+5
2007-05-03move link_title stuff to BitUser::getDisplayName(), allow additional paramete...Max Kremmel1-5/+5
2007-05-02title attribute for username link moved from BitUser.php to function.displayn...laetzer1-4/+4
2007-05-02only return link to users homepage when user has permission to view it.Max Kremmel1-12/+5
2007-04-23fatalError message translation standardisation: fatalError message is not tra...Max Kremmel1-4/+4
2007-04-15improve readabilityMax Kremmel1-14/+23
2007-04-04move all style related code to BitThemes to further clean up the mess. all st...Max Kremmel1-5/+5
2007-03-10Added support for changing status and owners of content. Reordered some statu...Nick Palmer1-3/+17
2007-03-05adds new service users_register_function triggered on firstime login - can no...wjames51-5/+9
2007-03-01update function names to new names in preflight_inc.phpMax Kremmel1-4/+4
2007-02-27Add a second browser side time display control.Lester Caine1-4/+7
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-7/+7
2007-01-06fix case on No cookie found. Please...Christian Fowler1-4/+4
2006-12-08log user deletionMax Kremmel1-3/+8
2006-12-07fix liberty action logging for user registrationMax Kremmel1-6/+13
2006-11-29force string conversion to avoid NULL insert into users_cnxn.user_agentChristian Fowler1-4/+4
2006-11-26move getAttachmentList function to LibertyAttachable, where it belongs and ad...Max Kremmel1-34/+6
2006-11-17unset information if login failedChristian Fowler1-3/+5
2006-11-15fix user validate registrationChristian Fowler1-5/+5
2006-11-15Fix users_validate_email config check (was a duplicate users_validate_users)Christian Fowler1-4/+4
2006-11-15add hyphens to the list of accepted username characters.Max Kremmel1-6/+6
2006-11-10fix password changing for accounts with null .login columnChristian Fowler1-6/+8
2006-09-21comments out vd that was accidentally left activewjames51-4/+4
2006-09-20quiet Security Violation log for referer-less requestsChristian Fowler1-4/+4
2006-09-16massive captcha cleanup, centralised captcha verification, added option to us...Max Kremmel1-3/+16
2006-09-13fix pParmHash typo, formattingChristian Fowler1-11/+9
2006-09-12add pagination to user_activityChristian Fowler1-5/+11
2006-09-12major overhaul to change and remind password. This should fix outstanding iss...Christian Fowler1-21/+28
2006-09-12the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO N...Christian Fowler1-4/+6
2006-09-06[FIX] User Preferences "Real Name" Storage Fails (#1546652)Fabio Rampazzo Mathias1-25/+27
2006-09-02Cleaned up login() and logout() functions, in relation to Remember Me setting...Stephan Borg1-15/+19
2006-08-29Fixed remember me feature, cookie defaults (cause of unable to login) and cle...Stephan Borg1-19/+13
2006-08-25patches bug in verify when used by permissions.phpwjames51-4/+6
2006-08-23Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ...Jams H Thompson1-8/+31