summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-11clean up help on passcode register entry, move to top since it is invasive ↵Christian Fowler1-11/+11
and mandatory
2008-03-11clean up help on passcode register entryChristian Fowler1-1/+2
2008-02-20Fix warning about empty from path which happens with referrers like ↵Nick Palmer1-3/+3
http://site.com
2008-02-19set 410 'GONE' http status for This confirmation link is no longer valid.Christian Fowler1-2/+3
2008-02-19Make sure file gets owned by the right user.Nick Palmer1-3/+6
2008-02-18Make users photo storage work properly again.Nick Palmer2-7/+12
Fix after registration redirection since BIT_ROOT_URL has changed.
2008-02-14add quick ban option for users - sets status_id to suspendedwjames54-15/+71
2008-02-13add users_expunge_function service function called during user deleteChristian Fowler1-3/+4
2008-02-09remove smarty debugwjames51-2/+1
2008-02-08set 403 status for private usersChristian Fowler1-1/+2
2008-02-04CommitTrans in expunge if all was goodChristian Fowler1-4/+4
2008-02-03Add return to getList for more modern usage of getList.Nick Palmer1-4/+7
2008-02-02call parent::expunge() while deleting user so all content tables get nukedChristian Fowler1-11/+4
2008-01-31Fix primary labels in users attachment browser and make attachments to ↵Nick Palmer2-8/+10
personal pages work again.
2008-01-03allow unchecked of *all* perms assigned to a group. useful for anonymous ↵Christian Fowler1-9/+7
group in a private site
2008-01-01make pagination work in users content listJams H Thompson1-2/+3
2007-11-28restore accidently removed code and give it a better comment not to be ↵MW1-3/+8
misunderstood.
2007-11-18Add missing phpdoc commentsLester Caine2-2/+10
2007-11-18add level back as 'User Class'. please do NOT remove this without checking ↵Christian Fowler1-1/+3
with me first
2007-11-15clean up some code in verify only used by admin add and import, as they no ↵MW1-12/+6
longer come here. This include some admin overrides that shouldn't be needed anymore.
2007-11-15fix missing case conversionMW1-4/+4
2007-11-15remove old admin_add kludge and replace with proper admin permission checkMW1-8/+7
2007-11-15moving user import to an admin page of its own. 2 new files for this, and 1 ↵MW6-184/+225
new users_lib.php file for common functions. Just 1 so far.
2007-11-14Changed admin 'add user' to use same mechanism as batch import, separating ↵MW3-43/+86
it from the global user registration. Also fixed addition into default group when added/imported.
2007-11-13Major improvement of Batch Import of users. Adds 4 new functions to separate ↵MW5-91/+383
the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import. Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file. Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well.
2007-11-10moved date out of {tr}laetzer1-1/+1
2007-11-09add support for REQUEST var of returnto to allow override redirection URL ↵Christian Fowler1-3/+9
after login
2007-11-09just some code cleanup and indent using tabsMax Kremmel1-20/+23
2007-11-09fix missing smarty assign's for welcome message after change password.MW1-3/+7
2007-11-09make message menu items appear only if messages package is activeJams H Thompson1-1/+1
2007-11-02do not save bitUser::defaults in liberty_content_prefsChristian Fowler1-18/+19
2007-11-01BUG: 1824020: missing DB prefixesMax Kremmel1-2/+2
2007-11-01make sure we updateSession with new session_id and don't use old session_id ↵Max Kremmel1-5/+6
stored in the cookie - even when using authentication methods other than bitweaver authentication.
2007-10-27use fatalError()Max Kremmel1-7/+3
2007-10-26Fix mod_who_is_there so it at least works.Nick Palmer3-13/+21
It returns users multiple times if they are logged on from more than one place still. We might want to fix that at some point.
2007-10-25fix fatalError() usageMax Kremmel1-3/+3
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-3/+3
2007-10-10migrate core ajax services off prototype to mochikitwjames53-24/+4
2007-09-27don't forget to unlink() copy of uploaded imageMax Kremmel1-3/+6
2007-09-26move image handling process to a separate function and fix image storing, ↵Max Kremmel3-75/+106
handling and updating
2007-09-21fix user images upload to work with new attachments organizationChristian Fowler2-30/+38
2007-09-21print upload of portrait,logo,avatar attachments totally breaking, however ↵Christian Fowler1-6/+7
not working yet though
2007-09-19default to gQueryUser->getField( 'login' ) as preferred layout, and home as ↵Christian Fowler1-3/+6
the fallback_layout
2007-09-15Support extended pretty urls without modifications.Nick Palmer1-0/+1
2007-09-15schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-6/+5
2007-09-04LEFT JOIN on liberty_content_hitsChristian Fowler1-8/+9
2007-09-04delete from users_groups_map when deleting groupChristian Fowler1-3/+5
2007-08-27oops. . interferes with php files.Max Kremmel1-1/+1
2007-08-27allow . and - in usernamesMax Kremmel1-1/+1
2007-08-23"hover your mouse to" out, <abbr> inlaetzer1-3/+4