summaryrefslogtreecommitdiff
path: root/elm/User
AgeCommit message (Expand)AuthorFilesLines
2020-07-09User::Edit: Remove "show_nsfw" setting from profile + deprecate NSFW flagsYorhel1-7/+2
2020-05-29Elm User.Login: Add extra client-side validationYorhel1-4/+13
2020-05-17Add option to hide all images by defaultYorhel1-2/+4
2020-05-11imgflag: Add sexual/violence user preferences + show/hide character imagesYorhel1-2/+21
2020-04-27User.Edit: Fix DOM update bug when opening password change formYorhel1-9/+12
2020-04-26Ignore existing tag votes by users without perm_tagYorhel1-1/+1
2020-04-26User::Edit: Restructure form to allow non-usermods to edit some permissionsYorhel1-103/+131
2020-04-26imgflag: Add separate "imgmod" permission flagYorhel1-0/+3
2020-04-25imgflag: Ignore votes from users who do not have the imgvote permissionYorhel1-1/+1
2020-04-15SQL: Split "perm" column into multiple booleansYorhel1-5/+25
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel5-65/+31
2019-12-20ulist: Remove deprecated hide_list user preferenceYorhel1-8/+0
2019-12-09Add SubscribeStar buttonYorhel1-1/+1
2019-12-08Fix json_api() URL matching + move URL parameters to POST bodyYorhel3-4/+4
2019-12-01v2rw: Convert thread display + poll votingYorhel5-5/+5
2019-11-27Elm: Use fieldset to disable the form while loadingYorhel5-5/+5
2019-10-16Display star next to 'My profile' link when supporter options are availableYorhel1-1/+1
2019-10-12Add Patreon link to main menu + minor fixesYorhel1-1/+1
2019-10-10rewards: Apply supporters badge and unicode name (almost) everywhereYorhel1-2/+2
2019-10-10rewards: Add user settingsYorhel1-17/+44
2019-10-06Elm: Support arbitrary id types in inputSelect + actually honor the selected ...Yorhel1-6/+6
2019-10-03Require email confirmation when changing email addressYorhel1-15/+21
2019-10-02Improve client-side username validation and registration messageYorhel1-1/+2
2019-10-02v2rw: Convert user preferences formYorhel5-66/+226
2019-10-01Minor refactor: Actually, let's split up RegReset.pmYorhel4-14/+14
2019-10-01v2rw: Convert registration, account activation and password resetYorhel4-1/+300
2019-09-30Fixups: Build nested Elm modules in prod + only show help message on errorYorhel1-1/+1
2019-09-30v2rw: Convert login, logout & insecure-password-change formsYorhel1-0/+161