summaryrefslogtreecommitdiff
path: root/elm
AgeCommit message (Expand)AuthorFilesLines
2020-05-29JS: Split v2rw.js into plain.js and elm.js, only include JS files when necessaryYorhel8-26/+29
2020-05-29Elm User.Login: Add extra client-side validationYorhel1-4/+13
2020-05-28Staff::Edit: Make sure not to remove referenced aliases on revertYorhel1-1/+2
2020-05-28Drop ReleaseExtLinks.elm in favor of pure CSS solutionYorhel2-32/+1
2020-05-27UList.ManageLabels: Disallow duplicate label namesYorhel1-2/+3
2020-05-26Merge branch 'charedit'Yorhel7-19/+602
2020-05-25Chars::Edit: Add image flagging options to newly uploaded imagesYorhel1-2/+32
2020-05-25Chars::Edit: Character creation + copyingYorhel1-1/+1
2020-05-25Chars::Edit: Add VN/releases relations editingYorhel1-7/+113
2020-05-17Add option to hide all images by defaultYorhel1-2/+4
2020-05-14Chars::Edit: Add traits editingYorhel3-12/+99
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