summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Expand)AuthorFilesLines
2009-04-02add users_login_homepage config, and use that value where default is users/my...Christian Fowler1-1/+6
2009-03-31Fix MySQL upgrades for ip/IPv6 column upgradesDaniel Sutcliffe1-7/+3
2009-03-25fix all backticks and remove duplicate updatesMax Kremmel1-7/+4
2009-03-25change ip to IPv6 compliance (39 chars). add upgrades files and remove regist...Christian Fowler2-1/+34
2009-02-12add checkbox to delete all of a users content when deleting the user - curren...Christian Fowler1-2/+9
2008-11-15messed up hash key orderMax Kremmel1-2/+2
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move versi...Max Kremmel1-2/+2
2008-10-30shuffle around some dependency stuff: move dep settings to schema_inc.php fil...Max Kremmel2-9/+8
2008-10-29add core dependenciesMax Kremmel1-1/+8
2008-10-28set versios of various core packages.Max Kremmel1-1/+1
2008-10-25add file headersMax Kremmel1-0/+3
2008-10-25more work towards package upgrades. things seem to working quite smoothly now.Max Kremmel1-1/+1
2008-10-25move users_semaphore table drop to version upgrade fileMax Kremmel2-15/+20
2008-10-19apply schema change - remove unused tableMax Kremmel2-7/+14
2008-10-18deprecate all semaphore code. this has now been moved to a separate package c...Max Kremmel1-0/+1
2008-10-18massive code cleanup. methods have been renamed to camelCaps where appropriat...Max Kremmel1-3/+3
2008-10-18code cleanupMax Kremmel1-8/+12
2008-10-18we don't allow users to tinker with permission levels anymore. remove the fil...Max Kremmel1-37/+0
2008-10-16make sure users_lib.php is always loadedMax Kremmel2-7/+4
2008-10-16clean up code and get pagination workingMax Kremmel1-19/+17
2008-10-15call edit service on new user object - not admin user object which creates ba...wjames51-2/+4
2008-07-29Use results from getContentList directlyLester Caine1-2/+2
2008-07-08put ticket check in right place, on savewjames51-1/+1
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 op...Christian Fowler7-12/+12
2008-06-04let us know if we tried to assume a user id and failed misserablywjames51-1/+6
2008-05-17trailing whitespaceMax Kremmel1-8/+8
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-10/+42
2008-01-03allow unchecked of *all* perms assigned to a group. useful for anonymous grou...Christian Fowler1-9/+7
2007-11-15moving user import to an admin page of its own. 2 new files for this, and 1 n...MW2-109/+100
2007-11-14Changed admin 'add user' to use same mechanism as batch import, separating it...MW1-38/+52
2007-11-13Major improvement of Batch Import of users. Adds 4 new functions to separate ...MW1-6/+37
2007-11-01BUG: 1824020: missing DB prefixesMax Kremmel1-2/+2
2007-10-27use fatalError()Max Kremmel1-7/+3
2007-10-10migrate core ajax services off prototype to mochikitwjames51-6/+1
2007-09-15schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-6/+5
2007-07-12fix behaviour when assigning permissions with all permissions visibleMax Kremmel1-3/+1
2007-07-12fix permission storage issue where you remove all permissions if they are not...Max Kremmel1-4/+9
2007-07-11cameCaps remove_permission_from_group()Max Kremmel2-4/+4
2007-07-10move loadAjax() to BitThemesMax Kremmel1-3/+3
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel1-9/+4
2007-07-08add a basic overview of what content has custom permissions for easier access...Max Kremmel1-0/+1
2007-06-20use all permissions to check against when assigning permissions to a group. i...Max Kremmel1-6/+4
2007-06-20fix calls to getGroupPermissionsMax Kremmel1-2/+3
2007-06-17massive rework of group permission assignment UI. this interface is a 'everyt...Max Kremmel2-52/+45
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ...Max Kremmel4-14/+9
2007-06-17getGroupPermissions() now takes a parameter hash instead of the individual in...Max Kremmel2-5/+5
2007-06-16oops, typoMax Kremmel1-2/+2
2007-06-16wiki attachments permissions have been replaced by the central permissionsLester Caine1-6/+0
2007-06-15ensure that permission is not empty on store.Max Kremmel1-3/+5