summaryrefslogtreecommitdiff
path: root/elm
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Chars::Edit: Add image editingYorhel4-9/+103
2020-05-12Chars::Edit: Add instance editingYorhel3-2/+66
2020-05-12Char::Edit: Initial rewrite of the character edit form, general info firstYorhel3-6/+208
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 permissionsYorhel2-104/+132
2020-04-26imgflag: Honor show_nsfw setting for /img/<id> + hide excl_voted checkbox whe...Yorhel1-3/+4
2020-04-26imgflag: Add separate "imgmod" permission flagYorhel1-0/+3
2020-04-25imgflag: Add option to include images already voted onYorhel1-2/+8
2020-04-25imgflag: Add moderator vote overrulingYorhel1-25/+28
2020-04-25imgflag: Ignore votes from users who do not have the imgvote permissionYorhel1-1/+1
2020-04-24Merge branch 'v2rw/vnpage'Yorhel6-8/+273
2020-04-24v2rw/VN::Page: Make the release extlink dropdown open on hoverYorhel2-6/+17
2020-04-24v2rw/VN::Page: Converted screenshots + image viewerYorhel1-0/+190
2020-04-22v2rw/VN::Page: Add character summary + mainbox summarizationYorhel1-0/+33
2020-04-20v2rw/VN::Page: Add releases listingYorhel3-4/+35
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 fileYorhel3-2/+10
2020-04-16imgflag: Fix uid integrity + properly handle user account deletionYorhel1-1/+1
2020-04-15SQL: Split "perm" column into multiple booleansYorhel1-5/+25
2020-04-14imgflag: Make image browser public + add NSFW warningYorhel1-0/+1
2020-04-13UList.VNPage: Allow setting notes from the VN pageYorhel1-3/+56
2020-04-06Releases::Edit: Fixup: Allow empty GTIN fieldYorhel1-1/+1
2020-04-06Release::Edit: Consider GTIN code as a string for validation/editingYorhel2-14/+10
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 JSYorhel2-6/+6
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()Yorhel2-17/+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 IDYorhel2-8/+21
2020-03-21boardmod feature: Full deletion of threads/postsYorhel1-1/+16
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 imageYorhel2-5/+27
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-16Merge branch 'imgflag'Yorhel2-0/+193
2020-03-16imgflag: Initial schema + UI for image flaggingYorhel2-0/+193
2020-03-14Lib.Autocomplete: Disable browser-based autocompletionYorhel1-1/+2