summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-15messed up hash key orderMax Kremmel1-2/+2
2008-11-09remove unused and confusing registerPlugin parameters: security and pathMax Kremmel1-4/+2
2008-11-07add secure icon, fix links to secure loginChristian Fowler1-5/+6
2008-11-07fix SSL login url redirecting to do the redirect back to non-ssl when not req...Christian Fowler1-22/+18
2008-11-03fix typoChristian Fowler1-4/+4
2008-11-03check for gBitUser->hasPermission p_users_admin, not admin, as p_users_admin ...Christian Fowler1-6/+7
2008-11-03fix assumeUser by checking hashes directlyChristian Fowler1-5/+6
2008-11-02add 32bit overflow handling for user lookup on numeric columnsChristian Fowler1-3/+7
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-23flag icon after select; removed {sortlink}, flags are already sorted by phplaetzer2-10/+6
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-6/+7
2008-10-19Fix for some very strange "firewall" software that limits cookies in odd ways.pre_update_permissionNick Palmer1-1/+7
2008-10-19add @deprecated doc tags where appropriateMax Kremmel2-6/+81
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 Kremmel3-96/+63
2008-10-18don't deprecate setPermission. it might come in handy.Max Kremmel1-23/+23
2008-10-18massive code cleanup. methods have been renamed to camelCaps where appropriat...Max Kremmel2-265/+537
2008-10-18minor cleanup of docs and codeMax Kremmel1-6/+8
2008-10-18code cleanupMax Kremmel1-8/+12
2008-10-18remove level stuffMax Kremmel2-83/+28
2008-10-18we don't allow users to tinker with permission levels anymore. remove the fil...Max Kremmel2-115/+0
2008-10-18make sure guest and admin @ localhost email addresses can pass through. this ...Max Kremmel1-5/+5
2008-10-18always use the defines, not the numberMax Kremmel1-4/+4
2008-10-17accidentally removed watches methods. sorry.Max Kremmel1-3/+145
2008-10-17during install we create the root user who has root@localhost as email addres...Max Kremmel1-146/+7
2008-10-16make sure users_lib.php is always loadedMax Kremmel3-18/+17
2008-10-16move scrambleEmail to users/users_lib.php and rename it to scramble_emailMax Kremmel3-60/+81
2008-10-16stick to coding guidelinesMax Kremmel1-7/+13
2008-10-16massive code cleanup, added docs, renamed methods to have consistent camelCap...Max Kremmel6-601/+1031
2008-10-16clean up code and get pagination workingMax Kremmel1-19/+17
2008-10-16remove unused {form}Max Kremmel1-26/+25
2008-10-16add link to page nobody knew existedMax Kremmel1-0/+1
2008-10-15call edit service on new user object - not admin user object which creates ba...wjames51-2/+4
2008-10-15shorter short description; unused details hiddenlaetzer1-4/+4
2008-10-08update commentMax Kremmel1-3/+3
2008-10-08remove insane number of paranthesesMax Kremmel1-6/+6
2008-10-05further layout cleanup.Max Kremmel1-3/+3
2008-10-05better highlight permissions that deviate from defaultMax Kremmel1-21/+28
2008-10-03add hack to allow users to log in when the installer force is calledcreate_permissionMax Kremmel1-4/+9
2008-10-02Use empty instead of ! in case it isn't set yet.Nick Palmer1-2/+2
2008-10-02Don't start a session for a shell script.Nick Palmer1-2/+5
2008-10-02fix user image upload, clean up code and rename 'fSubmit' stuff to use normal...Max Kremmel5-102/+100
2008-09-27move storeImages to BitPermUser after all other inserts because it can set mE...Christian Fowler2-12/+12
2008-09-17new function call 'getStyleCssFile' instead of 'getStyleCss'laetzer1-3/+3