summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-26remove scanChristian Fowler1-2/+1
2006-07-26remove scanAuthPluginsChristian Fowler1-3/+2
2006-07-25[FIX] syntax error, double ()Fabio Rampazzo Mathias1-3/+3
2006-07-25'My Users Groups' becomes 'My group' where you can both see your user groups ↵Sylvie Greverend3-173/+287
and your system groups and if there are public groups can assign/unassigna public group
2006-07-25the included groups were not returned with the same hash than the other ↵Sylvie Greverend1-4/+8
groups in getGroups
2006-07-23typo in assumeUser perm checkChristian Fowler1-4/+5
2006-07-23fix plugable auth so login fails if the plugin returns failure not just if ↵Hash94-8/+13
there's an error message
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to ↵Christian Fowler9-161/+165
permit integration with foreign CVS repo's, and all genericized to allow arbitrary plugin creation by creating a new directory: yahoo/auth.php.\n clean up of session login during registration
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-0/+1
install errors
2006-07-18fix error on users_cnxn constraintMax Kremmel1-3/+2
2006-07-17SCHEMA CHANGE! add assume_from_user_id to users_cnxnChristian Fowler3-5/+10
2006-07-17removed reserved word 'uid' from query, and use our standard hash_keyWakeworks1-5/+5
2006-07-15Fix Pluggable Auth so it works with php4Hash92-20/+33
2006-07-14first pass at recent user activity. clean up old TW function ↵Christian Fowler5-15/+77
get_online_users with more flexible getUserActivity
2006-07-13to log in with the defaut bit authSylvie Greverend1-1/+1
2006-07-13initial cleanup. fix check that variables accutally exist. prevent very LOUD ↵Wakeworks3-27/+33
AUTH METHOD NOT FOUND messages. attempt to make this work gracefull with an existing sites. numeric naming is very unscalable and unmanageble. will need to change that to GUID base naming
2006-07-13fix pagination and clean up brute force max_records overrideMax Kremmel3-13/+13
2006-07-13correctly use <label> and don't point to non-existent idsMax Kremmel1-8/+10
2006-07-12Fix Bug 1445682 : bitweaver Members's page missing navigationHash92-3/+4
2006-07-12Add Pluggable AuthHash910-593/+942
2006-07-07keep php in php dir, rename files with appended _inc, keep jstab in template ↵Max Kremmel2-13/+9
for custom title if required, add some whitespace to code to make it readable
2006-07-06rename assignuser.tpl to standard, add display of quota info if package is ↵Christian Fowler2-3/+17
present
2006-07-06move package extendable userprefs to templates directory and follow naming ↵Christian Fowler1-18/+26
convention
2006-07-05insert missing <!-- end .body --> tags for more reliable highlightingMax Kremmel2-3/+3
2006-07-04use the regular query() to get the attachments. using getAll doesn't seem to ↵Max Kremmel1-4/+7
support max_records or offset yet
2006-07-03allow modules to define their own user preference tabsHash92-30/+28
2006-07-03Prevent LDAP Login being setup and attempted if PHP LDAP Extention isn't loadedHash93-35/+48
2006-06-24use p_users_admin for perm checkingChristian Fowler3-6/+6
2006-06-17not to loose the query part in loginfrom at loginSylvie Greverend1-3/+3
2006-06-16to have the tinymce bar if tinymce is the only formatSylvie Greverend1-2/+3
2006-06-09syntaxSylvie Greverend1-4/+4
2006-06-08fix parameters so that sufficent info is passed to the template.Hash91-8/+10
2006-06-07add option to specify which profile to display rather than the current user'sHash91-3/+9
2006-06-05only delete old connections during 3am nightlyChristian Fowler1-6/+10
2006-06-05stars deletion needs to be handled elsewhere, in fact user deletion needs to ↵Christian Fowler2-8/+8
be handled in a generic way for all packages
2006-06-04remove deprecated smarty assignChristian Fowler1-3/+2
2006-06-04check for exsiting pathChristian Fowler1-3/+3
2006-06-04auto-update old hashes with simple and standard md5( password )Christian Fowler1-8/+15
2006-06-01Missing white spaceLester Caine1-4/+4
2006-05-29Plain text password became user_password when reserved word conflicts were ↵Lester Caine4-20/+20
removed. This updates the secondary uses of the plain text entry.
2006-05-22delete user => delete his starsSylvie Greverend1-3/+4
2006-05-18sf lost may 8,9Sylvie Greverend5-9/+46
2006-05-18fix the templateSylvie Greverend1-3/+3
2006-05-18redirect to default page if registered user accesses register.phpChristian Fowler1-2/+8
2006-05-18redirect to default page on register.php (overriding login from), also fix ↵Christian Fowler2-5/+9
updateSession with user_id on new cookie id (ie registration)
2006-05-12fix assume user for new users_cnxn based auth mechanismChristian Fowler1-4/+4
2006-05-12put back v 1.38 which seems to have been lost in sourceforge meltdown ↵Christian Fowler1-3/+5
(fucking fear)
2006-05-08can now take username or emailChristian Fowler1-1/+1
2006-05-08grammatical cleanupChristian Fowler1-2/+2
2006-05-08massive clean up to password resetting and changingChristian Fowler4-60/+28