summaryrefslogtreecommitdiff
path: root/admin/index.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine1-34/+12
base defaulted to ROLE_MODEL
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-5/+6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08Check values exist before using, and add tk token manually as the smarty ↵V5-php84lsces1-0/+1
added on is not currently working
2025-09-05Need to tidy the templates to use listInfo over control. This is a hack to ↵lsces1-0/+1
fix some admin templates
2025-08-29Admin tools updated to PHP8.4 and namespacelsces1-66/+82
2025-06-04PHP8 fixes: remove each()spiderr1-1/+2
2025-05-14Remove ROLE_MODEL codespiderr1-31/+10
2023-04-20change Ban to Enable in user, tweak feedback and iconsspider@dav1-6/+6
2021-07-08remove debugspiderr1-1/+0
2021-05-07tidy up register.tpl to not flag on $msg; check HTTP_REFERER in ↵spiderr1-0/+1
securityViolation log
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2020-08-08add delete_user_content for bulk user expungespiderr1-3/+2
2017-07-01add users_expunge_check_function service function to give packages option to ↵spider@dev1-6/+14
deny user deletion (i.e. commerce has user as purchased customer)
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-4/+4
2015-02-11bootstrap on Delete all content created by this user dialogspider1-1/+1
2013-02-07remove debugspiderr1-3/+5
2013-02-07update admin users list with expanded search form and ability to export with ↵spiderr1-14/+34
BitUser::exportHash
2013-01-31add comma separated ip list to ::getList; and email addresss in batch ↵spiderr1-4/+4
confirmation
2012-08-06role model switch on User packagelsces1-14/+35
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-30deleting a user triggers expunge service, some expunge services may need to ↵wjames51-2/+2
know user data like groups, because BitPermUser nukes the groups ref before the parent service call the only way to know this data is if a full load is executed on the user - load full user on expunge
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames51-2/+2
accessed though type hash with get name method call, still no schema change required
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-11-11use system default for max_records, not hardcoded 20Christian Fowler1-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-09-01brief cleanup and rearrangement of verified, more to comeChristian Fowler1-13/+1
2009-09-01modify ability to verify emails by pinging the MX servers and placing users ↵Tyler Bello1-2/+13
into groups based upon their un/verified email status
2009-02-12add checkbox to delete all of a users content when deleting the user - ↵Christian Fowler1-2/+9
currently an ALL or NONE approach right now (ie no cherry picking of content types to not be deleted)
2008-10-16make sure users_lib.php is always loadedMax Kremmel1-3/+2
2008-10-15call edit service on new user object - not admin user object which creates ↵wjames51-2/+4
bad pObject ref in service
2008-07-02move verifyTickets to be after FORMSChristian Fowler1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-06-04let us know if we tried to assume a user id and failed misserablywjames51-1/+6
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-10/+42
2007-11-15moving user import to an admin page of its own. 2 new files for this, and 1 ↵MW1-109/+3
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 ↵MW1-38/+52
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 ↵MW1-6/+37
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-10-27use fatalError()Max Kremmel1-7/+3
2007-06-13add existing email address check to admin user addition. BUG 1673153Max Kremmel1-2/+4
2007-02-24fix 'seperate' spelling mistakesMax Kremmel1-2/+2
2006-12-16remove ugly _REQUEST stuff in BitPermUser::expunge and enable batch deletion ↵Max Kremmel1-6/+39
of users
2006-11-16fix and enhance batch user importMax Kremmel1-24/+33
2006-09-17remove debugMax Kremmel1-3/+1
2006-09-12major overhaul to change and remind password. This should fix outstanding ↵Christian Fowler1-1/+3
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-06fix typoChristian Fowler1-2/+2
2006-07-26use user_class config when creating new user objectsChristian Fowler1-2/+3
2006-07-13fix pagination and clean up brute force max_records overrideMax Kremmel1-3/+4
2006-05-08purge user images, check against mUserId, not _REQUEST since object is ↵Christian Fowler1-2/+4
expunging itself