summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames534-97/+97
2009-09-25hack in div so icon can float by default, also add lables and stylize to make...wjames51-6/+9
2009-09-15add avatar sized silhouetteChristian Fowler1-0/+0
2009-09-15add some classes to style usersinfo itemsChristian Fowler1-7/+5
2009-09-15heavy modification to verifyMX function, added many features and situational ...Tyler Bello1-95/+93
2009-09-14add numeric ordering to list of usersChristian Fowler1-2/+2
2009-09-14add count of user content for admins so it's easy to spot active accountsChristian Fowler2-6/+13
2009-09-14add \!empty and getConfig check around verified_emailChristian Fowler1-5/+5
2009-09-14remove module title , fix flag and language displayChristian Fowler1-5/+5
2009-09-04force portrait_url to small... for now. will add module_param shortlyChristian Fowler1-2/+4
2009-09-04clense and purge user wiki pageChristian Fowler1-57/+26
2009-09-04cleanup user portrait and new silhouette icon for unknown userChristian Fowler2-3/+3
2009-09-03clean up of users_profile to display more information in less space with less...Christian Fowler2-23/+50
2009-09-02add gBitSystem->getConfig( 'user_class', 'BitPermUser' )Christian Fowler1-4/+5
2009-09-01add ORDER BY, whitespaceChristian Fowler1-17/+18
2009-09-01log error on invalid email entryTyler Bello1-3/+6
2009-09-01use subselect to get emails to verify that have not be already verifiedChristian Fowler1-2/+2
2009-09-01change to index by id rather than group nameTyler Bello1-6/+4
2009-09-01index by id rather than nameTyler Bello1-2/+2
2009-09-01check for isset on ret in verifyEmailChristian Fowler1-4/+6
2009-09-01add semicolonTyler Bello1-4/+5
2009-09-01remove verify button from users_listTyler Bello1-8/+0
2009-09-01brief cleanup and rearrangement of verified, more to comeChristian Fowler2-13/+32
2009-09-01modify ability to verify emails by pinging the MX servers and placing users i...Tyler Bello5-70/+120
2009-08-25Only load ldap options if auth_ldap data is returnedLester Caine1-2/+2
2009-08-25break out user pref registration from notificaiton check - notify flag only a...wjames51-20/+22
2009-08-25ret true on register even if notification is off, also log itwjames51-5/+8
2009-08-25add comment to make easier to followwjames51-6/+10
2009-08-24add flag to notify user or not on regitrationChristian Fowler1-46/+48
2009-08-21call gBitSystem->getConfig( 'user_class' ) to get proper user class from configChristian Fowler1-4/+7
2009-08-07check for p_users_admin insetad of isAdmin for private users infoChristian Fowler1-2/+2
2009-07-16Input from Daniel Park on AD connection - group management still needs to be ...Lester Caine1-13/+43
2009-07-15quiet Auth/Auth.php include for system without that pear module installedChristian Fowler1-4/+3
2009-07-15Checks for setting of public/private user informationTyler Bello1-2/+7
2009-07-15Added option for public/private user info on registerTyler Bello1-1/+13
2009-07-15remove nested {legend}/fieldset which is hell on aligment, remove 'Optional D...Christian Fowler1-49/+47
2009-07-14init HTTP_USER_AGENT to empty so reliant methods don't need gobs of empty che...Christian Fowler1-1/+5
2009-07-14cast substr to (string) to prevent insert fatals if substr returns falseChristian Fowler1-4/+5
2009-07-04Pick up checkbox changes in plugin settings - needs extending to provide gene...Lester Caine1-2/+15
2009-07-03clean up private messageChristian Fowler1-2/+2
2009-06-30move $() into BitBase name space, and use document.getElementById in distro'e...Christian Fowler2-4/+4
2009-06-18merge User Info and User Prefs into a single form since they send the exact s...Christian Fowler2-12/+8
2009-05-22Fix table column alignment for non-standard groupsDaniel Sutcliffe1-1/+1
2009-05-04add name to login form, and auto-focus user input fieldChristian Fowler1-1/+4
2009-04-22add user_activity linkChristian Fowler1-0/+1
2009-04-21From witbeaver - correction to email lookupLester Caine1-4/+4
2009-04-21From witbeaver - tidy up of ldap authenticationLester Caine1-88/+91
2009-04-19Remove older status flagLester Caine1-3/+2
2009-04-19A little untidy - but now functional without modifying PEAR:AuthLester Caine1-27/+50
2009-04-18THIS NEEDS CONFIRMING - user information array should only be populated if a ...Lester Caine1-4/+4