summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc
AgeCommit message (Expand)AuthorFilesLines
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-847/+0
2011-05-17fix case where user does not existelij1-0/+3
2011-05-17test return value from db_query before assuming it is validelij1-24/+35
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee1-9/+9
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee1-1/+1
2011-04-13Pass array_map() callback function properly.Lukas Fleischer1-1/+1
2011-04-13Remove "New Package Notify" option from user account settings.Lukas Fleischer1-27/+6
2011-03-11Fix broken XHTML.Lukas Fleischer1-38/+41
2011-03-10More PHP Notice undefined fixupsDan McGee1-1/+2
2011-03-04Fix PHP notices in account pagesDan McGee1-0/+8
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee1-1/+0
2011-02-23Add a per-user session limit (fixes FS#12898).Lukas Fleischer1-1/+15
2011-02-21Make persistent cookie timeout configurable via "config.inc" (FS#22994).Lukas Fleischer1-1/+3
2010-10-09acctfuncs: Make message translatable.Loui Chang1-1/+1
2010-10-02Fixing XSS vulnerabilityViktor Leonhardt1-15/+15
2010-04-17Support for storing salted passwordsDenis1-20/+38
2010-02-21acctfuncs: Fix some whitespace and formatting.Loui Chang1-40/+36
2009-06-25Remove excess whitespace.1.5.6.3Loui Chang1-3/+3
2009-01-19Use new conglomerated translation files.Loui Chang1-1/+0
2008-12-31Get db connection for accounts search results.Loui Chang1-0/+2
2008-12-22Really make all web paths relative.Loui Chang1-4/+4
2008-12-21Introduce function include_lang for translations.Loui Chang1-1/+1
2008-12-21Make all web paths relative.Loui Chang1-2/+2
2008-12-12Quell missing argument warning in clear_expired_sessions().Loui Chang1-1/+2
2008-11-25Make remembered sessions actually save themselves.Loui Chang1-3/+11
2008-11-13Clear out old expired sessions on log out.Loui Chang1-2/+12
2008-07-08Remember user between sessions.Andrea Scarpino1-1/+6
2008-06-17Remove all vim mode lines. Add HACKING file.Loui Chang1-1/+0
2008-06-07Fix logging in from package pageCallan Barrett1-1/+1
2008-04-04Fix some string translation problems in acctfuncsLoui Chang1-12/+13
2008-03-23Changed valid_passwd() to check for non-empty password instead of good_passwd()Loui Chang1-1/+1
2008-03-23Put login into its own function.Loui Chang1-1/+0
2008-01-20Several functions added to web/lib/acctfuncs.inc Weeere back!Loui Chang1-4/+211
2008-01-20Revert "Several functions added to web/lib/acctfuncs.inc"Loui Chang1-191/+4
2008-01-20Several functions added to web/lib/acctfuncs.incLoui Chang1-4/+191
2008-01-20search_accounts_form() output is put into a templateLoui Chang1-68/+1
2007-09-20patch from eliott to convert all <? to <?phppjmattal1-1/+1
2007-09-20- Applied a patch from Loui to fix session removal.swiergot1-18/+18
2005-11-13link user search to user packagessimo1-1/+1
2005-10-17Added link to user's packages in profilesimo1-0/+4
2005-06-10Added Simo's patch for #2579, adding user info pagepjmattal1-0/+55
2005-02-25fixed bug 2263pjmattal1-2/+1
2005-01-25started working on package delete supporteric1-1/+1
2005-01-21added hashed passwordsjchu1-0/+6
2004-06-29fleshing out the package logic, renamed pkg include files for consistencyeric1-0/+1
2004-06-24getting closer to printing package search results - also fixed some XHTML stufferic1-1/+1
2004-06-24started working on the pkgsearcheric1-6/+12
2004-06-23account adding/editing is workingeric1-39/+65
2004-06-22pulled out account functions into separate include fileeric1-0/+552