summaryrefslogtreecommitdiffstats
path: root/web/html/account.php
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Fix PHP notices in the account formorigin/liveLukas Fleischer1-5/+5
2020-02-02Add support for backup email addressesLukas Fleischer1-0/+3
2020-01-30Require password when changing account informationLukas Fleischer1-2/+3
2020-01-30Require password when deleting an accountLukas Fleischer1-4/+13
2020-01-30Require current password when setting a new oneLukas Fleischer1-0/+1
2019-08-18Move permission for LIST_COMMENTS to dev/tu blockEli Schwartz1-1/+1
2018-08-06Allow listing all comments from a userJohannes Löthberg1-1/+19
2017-04-27Call check_sid() from a central locationLukas Fleischer1-3/+0
2017-02-28account.php: Always initialize $successLukas Fleischer1-0/+1
2017-01-20account.php: Reformat process_account_form() callMark Weiman1-6/+18
2017-01-20Add user set timezonesMark Weiman1-0/+3
2016-06-25Add missing database and account fieldsJohannes Löthberg1-3/+6
2016-06-08Add a homepage field to accountsLukas Fleischer1-15/+38
2016-02-07Add support for package update notificationsLukas Fleischer1-5/+5
2016-02-07Add global comment notification settingLukas Fleischer1-6/+12
2015-09-20Add option to hide one's email addressMarcel Korpel1-9/+10
2015-08-08Set correct 'My Account' link after changing usernameMarcel Korpel1-10/+28
2015-08-08Use username from the database if one is provided by the userMarcel Korpel1-2/+2
2015-06-27Add support for multiple SSH public keysLukas Fleischer1-1/+2
2015-06-27Move registration code to a separate unitLukas Fleischer1-17/+1
2015-06-09Drop suffixes from confirm parametersLukas Fleischer1-1/+1
2015-05-31Show the SSH key field on the registration pageLukas Fleischer1-1/+2
2015-02-04Rename the AUR software to aurwebLukas Fleischer1-1/+1
2014-12-27Add support for adding SSH public keys to profilesLukas Fleischer1-2/+3
2014-12-13Show user name in title on the account details pageLukas Fleischer1-13/+19
2014-07-29Fix the registration formLukas Fleischer1-3/+3
2014-07-25Add support for deleting user accountsLukas Fleischer1-0/+16
2014-07-15Rework permission handlingLukas Fleischer1-13/+7
2013-08-27Pick sane default registration languageLukas Fleischer1-1/+1
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer1-2/+3
2013-04-24Remove superfluous search wrapper functioncanyonknight1-1/+1
2013-03-19Enforce e-mail validation during registrationLukas Fleischer1-2/+2
2013-02-10Fix default selection on the account edit pageLukas Fleischer1-1/+1
2013-02-10Remove unneeded database connection callscanyonknight1-1/+0
2013-02-10Add database wrapper class and new connection methodcanyonknight1-1/+1
2013-01-30Replace permission check code with can_edit_account()canyonknight1-5/+2
2012-11-29Fix account editing and hijacking vulnerabilitycanyonknight1-3/+8
2012-09-18Overhaul ability to edit own accountcanyonknight1-25/+9
2012-07-14Merge branch 'maint'Lukas Fleischer1-7/+7
2012-07-06acctfuncs.inc.php: Move XHTML to account_details.php templatecanyonknight1-3/+1
2012-07-06account.php: Pull out DB codecanyonknight1-34/+10
2012-07-06Overhaul account pages to match archwebcanyonknight1-3/+1
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer1-1/+1
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight1-5/+7
2012-03-24Support canonical links to accountsLukas Fleischer1-1/+5
2012-03-24Add field for PGP key in profile informationLukas Fleischer1-6/+7
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer1-1/+1
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-1/+1
2011-10-24Show last voted date on account details pageDan McGee1-1/+1
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-2/+2