summaryrefslogtreecommitdiff
path: root/elm/User
AgeCommit message (Expand)AuthorFilesLines
2023-09-12User::PassSet: Convert form to JSYorhel1-83/+0
2023-09-12User::PassReset: Convert form to JSYorhel1-79/+0
2023-06-15User::Register: Rewrite form in JS + improve error reportingYorhel1-116/+0
2023-06-04UserEdit rewrite part 10: delete the old Elm form \o/Yorhel1-739/+0
2023-05-21JS/CSS: Rewrite login form + experiment with new form code & styleYorhel1-143/+0
2023-05-11JS: Preparing for writing forms without Elm + minor CSS changesYorhel5-19/+10
2023-05-05CSS: Use <nav>/<menu> for maintabs + re-calibrate marginsYorhel1-2/+2
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel5-16/+16
2023-04-15CSS: Use <b> as main "standout" elementYorhel3-6/+6
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel1-2/+2
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-4/+4
2023-04-12User.Edit: Add note about @import statements to Custom CSS fieldYorhel1-1/+4
2023-04-08JS: Reorganization to prepare for an Elm->Preact migrationYorhel1-12/+0
2023-02-21Users::Prefs: Separate highlighting from tag&trait overrides + custom color s...Yorhel1-36/+52
2023-02-01Refactor: langpref -> titleprefs + use more strict schemaYorhel1-28/+28
2023-01-17API2: Add listwrite permission & list management APIYorhel1-2/+8
2022-12-15Let's add some checkboxes to the user registration formYorhel1-1/+16
2022-12-13Add timezone option to user preferencesYorhel2-1/+26
2022-12-03Switch to the HIBP password databaseYorhel1-0/+6
2022-11-29API2: Implement token-based authentication + GET /authinfoYorhel2-5/+106
2022-08-30Also add trait overridesYorhel1-12/+58
2022-08-30Rename users_prefs_tags.tag -> tid, add update scriptYorhel1-3/+3
2022-08-29User.Edit: Don't reload form on saveYorhel1-11/+14
2022-08-29Add tag spoiler & highlight preferencesYorhel1-1/+49
2022-08-25Staff editionsYorhel1-0/+14
2022-06-19Move & streamline VN release expanding settingsYorhel1-0/+14
2022-06-18Users/prefs: Move prodrelexpand setting from cookie to user settingsYorhel1-0/+4
2022-06-15User.Edit: Add live preview when changing skin selectionYorhel2-2/+14
2022-06-15User.Edit: Add tabs to separate account settings and display preferencesYorhel1-45/+72
2022-04-01Add user traits featureYorhel1-0/+38
2022-03-31UserEdit: fix inserting multiple languages when "original language" is select...Yorhel1-1/+1
2022-02-22LangPref: Add "only if original title" option + expand fallback list to 5Yorhel1-5/+6
2022-02-12Update edit forms to warn/hide about the correct Chinese language optionsYorhel1-1/+1
2022-02-12Add Traditional & Simplified Chinese languagesYorhel1-1/+1
2022-02-11User.Edit: Re-add "romanized" checkbox to original language preferenceYorhel1-1/+1
2022-02-11User.Edit: Only enable "romanized" option for languages in non-latin scriptsYorhel1-2/+5
2022-02-10Add title language user preferenceYorhel1-0/+51
2021-10-28Allow uppercase characters in usernamesYorhel2-3/+3
2021-10-28Allow and log username changesYorhel1-5/+20
2021-07-30Add early test implementation of VN length votingYorhel1-0/+5
2021-07-28Users: remove "imgmod" permission flag, use "dbmod" for thatYorhel1-6/+1
2021-06-28User::Edit: Add admin option to more quickly change permsYorhel1-0/+29
2021-06-07A few email delivery related changesYorhel2-25/+14
2021-03-23Add Outlook to blocked email providersYorhel2-3/+4
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel2-3/+3
2020-12-19Warn about shitty email providers upon registration & password resetYorhel2-1/+21
2020-11-13Elm/forms: Fix reporting of validation errors for fields on hidden tabsYorhel5-5/+5
2020-08-07reviews: Add initial SQL schema + "review" permission flagYorhel1-0/+3
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