summaryrefslogtreecommitdiff
path: root/elm/ImageFlagging.elm
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Chars::Edit: Add image editingYorhel1-4/+4
2020-04-26imgflag: Honor show_nsfw setting for /img/<id> + hide excl_voted checkbox whe...Yorhel1-3/+4
2020-04-25imgflag: Add option to include images already voted onYorhel1-2/+8
2020-04-25imgflag: Add moderator vote overrulingYorhel1-25/+28
2020-04-20Strengthen ?view= query parameter security with a CSRF tokenYorhel1-1/+3
2020-04-17imgflag: Add quick-and-dirty fullscreen modeYorhel1-0/+9
2020-04-17JS: Obtain urlStatic from the DOM rather than embedding it in the JS fileYorhel1-2/+1
2020-04-16imgflag: Fix uid integrity + properly handle user account deletionYorhel1-1/+1
2020-04-14imgflag: Make image browser public + add NSFW warningYorhel1-0/+1
2020-04-05SQL: Add C-based "vndbid" type and use it for image IDsYorhel1-1/+1
2020-04-03imgflag: Avoid resize-after-load by passing window size from JSYorhel1-6/+4
2020-04-02imgflag: Hide votes by defaultYorhel1-23/+35
2020-03-31imgflag: Reserve space for the "other users" tableYorhel1-11/+12
2020-03-30imgflag: Fix arrow keys changing vote selection in ChromeYorhel1-8/+13
2020-03-27imgflag: More box size adjustmentsYorhel1-1/+1
2020-03-27imgflag: Automatically adjust box size based on window sizeYorhel1-7/+17
2020-03-27imgflag: Display image id link instead of using history.replaceState()Yorhel1-9/+5
2020-03-26imgflag: Document keyboard shortcuts + make them available to users with >=10...Yorhel1-4/+12
2020-03-25imgflag: Display votes from other usersYorhel1-2/+11
2020-03-21imgflag: Update UI URL with currently displayed image IDYorhel1-8/+12
2020-03-20imgflag: Use onKeyDown/Up in tandem to provide feedback over selected optionYorhel1-21/+29
2020-03-20imgflag: Add /img/<imgid> URL to open a specific image in the flagging UIYorhel1-12/+16
2020-03-20imgflag: Support displaying unreferenced imagesYorhel1-6/+7
2020-03-17imgflag: Make 30 recent image votes available in the UIYorhel1-5/+5
2020-03-17imgflag: More styling + add guideline link to UIYorhel1-42/+45
2020-03-17imgvote: Preload next imageYorhel1-5/+12
2020-03-17imgflag: Allow skipping images + some minor style changesYorhel1-10/+7
2020-03-16imgflag: Add keyboard shortcutsYorhel1-10/+37
2020-03-16imgflag: Add short mouse-over descriptions to the vote optionsYorhel1-13/+61
2020-03-16imgflag: Initial schema + UI for image flaggingYorhel1-0/+192