summaryrefslogtreecommitdiff
path: root/lib/VNWeb/User
AgeCommit message (Expand)AuthorFilesLines
2019-12-07ulist: Display useful message when list is empty or privateYorhel1-5/+10
2019-12-05ulist: Add search box + tabindex on filter input fieldsYorhel1-6/+10
2019-11-28ulist: Fix display of vote date when not votedYorhel1-1/+1
2019-11-27ulist: Add column selection + voted, modified, release date & rating columnsYorhel1-26/+60
2019-11-23ulist: Add some test menu linksYorhel1-0/+8
2019-11-23ulist: Make labels column sortableYorhel1-17/+18
2019-11-19ulist: Keep sort column when updating filtersYorhel1-0/+2
2019-11-19ulist: Remove the notes iconYorhel1-1/+0
2019-11-19Minor refactor: Use dbPage() in scalar context where applicableYorhel3-3/+3
2019-11-15Move pubskin fetching responsibility to VNWeb::HTML::framework_Yorhel1-2/+2
2019-11-11ulist: Add a "no label" filterYorhel1-9/+29
2019-11-11ulist: Update lastmod when changing labels or voteYorhel1-1/+3
2019-11-10ulist: Beta modeYorhel1-0/+17
2019-11-10ulist: SQL: Create labels for new users + auto-assign Voted label + import rl...Yorhel1-0/+1
2019-11-10ulist: Add feature to add releases to the listYorhel1-4/+6
2019-11-10ulist: Dynamically update releases summary on changeYorhel1-4/+3
2019-11-10ulist: Generalize Elm dropdown + add release status change & removalYorhel1-0/+20
2019-11-10ulist: Implement notes editing + small code reorgYorhel1-113/+136
2019-11-10ulist: Implement deletion of items from the listYorhel1-1/+18
2019-11-10ulist: Add (nonfunctional) releases + options UI; More consistent namingYorhel1-13/+35
2019-11-10ulist: Add comment and "this item is public" iconsYorhel1-7/+18
2019-11-10Reorganize JS and Elm instantiation + more efficient ulist loadingYorhel1-5/+6
2019-11-10ulist: Rename tables to something more sensibleYorhel1-21/+21
2019-11-10ulist: "End date" -> "Finish date" + put placeholder values in Elm divsYorhel1-9/+9
2019-11-10ulist: Inline start/end date editingYorhel1-2/+30
2019-11-10ulist: Inline assigning labels to VNsYorhel1-6/+47
2019-11-10ulist: Inline editable votesYorhel1-4/+31
2019-11-10ulist: Add some styling, sorting and a framework for extended info/optionsYorhel1-32/+70
2019-11-10ulist: Use lower numbers for custom labels + add VN listingYorhel1-37/+135
2019-11-10ulist: Add data model for new lists + Perl/Elm for label managementYorhel1-0/+119
2019-10-18User::Edit: Throw 404 if user does not existYorhel1-1/+1
2019-10-16HTML: Make "noindex" the defaultYorhel8-9/+9
2019-10-14v2rw: Convert user listingYorhel1-0/+96
2019-10-14User::PassSet: Show a CSRF error when the reset token is invalidYorhel1-1/+4
2019-10-13Fix 500 when posting notification form with empty selectionYorhel1-1/+1
2019-10-12Revert username capitalization in main menu and user pageYorhel1-1/+1
2019-10-12rewards: Fix applying the public skin even when disabledYorhel1-1/+1
2019-10-12v2rw: Convert user notifications interface (/u+/notifies)Yorhel1-0/+174
2019-10-11Two rewards-related bug fixesYorhel1-1/+1
2019-10-10rewards: Honor public custom css/skinYorhel1-2/+2
2019-10-10rewards: Apply supporters badge and unicode name (almost) everywhereYorhel1-4/+17
2019-10-10rewards: Add user settingsYorhel1-3/+23
2019-10-04v2rw: Convert user pagesYorhel1-0/+152
2019-10-03Disallow changing email address to one already used by another accountYorhel2-1/+2
2019-10-03Require email confirmation when changing email addressYorhel1-3/+50
2019-10-03SQL: Get rid of the users_prefs table, store preferences in users tableYorhel1-9/+7
2019-10-02v2rw: Convert user preferences formYorhel1-6/+95
2019-10-01Minor refactor: Actually, let's split up RegReset.pmYorhel6-152/+157
2019-10-01v2rw: Convert registration, account activation and password resetYorhel1-0/+143
2019-09-30v2rw: Convert login, logout & insecure-password-change formsYorhel1-0/+69