summaryrefslogtreecommitdiff
path: root/BitUser.php
AgeCommit message (Collapse)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
based if necessary
2007-06-23automagically select best image type that's best for the particular upladed ↵Max Kremmel1-5/+4
file, allow override of file types and use liberty thumbnail fetcher where possible
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 ↵Christian Fowler1-4/+7
fatal
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated ↵Max Kremmel1-6/+3
wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
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 - ↵Lester Caine1-4/+9
anonymous user default settings are not changed..
2007-05-22Switch output to users language preference if not being controlled by the ↵Lester Caine1-3/+8
browser. Probably not the right place to do it, but it's the first time you can get bitlanguage preference for the user since they are now stored in Liberty.
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 ↵Christian Fowler1-5/+5
for empty( ['captcha'] )
2007-05-03move link_title stuff to BitUser::getDisplayName(), allow additional ↵Max Kremmel1-5/+5
parameters to be set even when no user info is provided, clean up code
2007-05-02title attribute for username link moved from BitUser.php to ↵laetzer1-4/+4
function.displayname.php
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 ↵Max Kremmel1-4/+4
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings
2007-04-15improve readabilityMax Kremmel1-14/+23
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel1-5/+5
style related methods are now called using BitThemes instead of BitSystem
2007-03-10Added support for changing status and owners of content. Reordered some ↵Nick Palmer1-3/+17
status ids. Check the schema changlog. You also should run step 4 of the installer to update permisions as there are some new permisions for these features.
2007-03-05adds new service users_register_function triggered on firstime login - can ↵wjames51-5/+9
now attach services to new valid registrations
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
site_display_utc matches the current selection site_display_timezone stores a fixed time zone offset This needs further expansion, but site_display_utc='Local' should work correctly
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-7/+7
backwards compatible with deprecated function call message.
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 ↵Max Kremmel1-34/+6
add a basic page to list all available attachments - only admin may view attachments from other users as well. - functionally still somewhat lacking...
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 ↵Max Kremmel1-3/+16
use freecap (settings in liberty admin screen), only one captcha verification needed per session
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 ↵Christian Fowler1-21/+28
issues, and clean up old TW code. It also reduced the lenght of the confirm URL so email apps are less likely to truncate it. If you need to change anything related to user password confirmation or changing, please check with spiderr first.
2006-09-12the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO ↵Christian Fowler1-4/+6
NOT MESS WITH THIS AGAIN unless you know what you are doing and have checked with me first.
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 ↵Stephan Borg1-15/+19
settings and cookie time.
2006-08-29Fixed remember me feature, cookie defaults (cause of unable to login) and ↵Stephan Borg1-19/+13
cleaned up validate().
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
each others passwords