summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Chars::Edit: Add image editingYorhel4-2/+63
2020-05-12Chars::Edit: Add instance editingYorhel3-0/+54
2020-05-12Char::Edit: Initial rewrite of the character edit form, general info firstYorhel3-7/+91
2020-05-11Char::Page: Also check image flagging vote count for og:imageYorhel1-1/+1
2020-05-11Char::Page: Add og:image tagYorhel1-1/+2
2020-05-11Char::Page: Fix check for non-logged in visitorsYorhel1-2/+2
2020-05-11imgflag: Add sexual/violence user preferences + show/hide character imagesYorhel4-12/+72
2020-04-29VN::Page: Properly deduplicate developer listingYorhel1-2/+2
2020-04-27Fix pointless audit log when creating a new threadYorhel1-1/+1
2020-04-27Add minimal audit logging for user-related changesYorhel4-3/+32
2020-04-26Fix loading of /v+/tagmod with tags with only ignored votedYorhel1-1/+1
2020-04-26Ignore existing tag votes by users without perm_tagYorhel3-5/+7
2020-04-26User::Edit: Restructure form to allow non-usermods to edit some permissionsYorhel3-70/+109
2020-04-26imgflag: Honor show_nsfw setting for /img/<id> + hide excl_voted checkbox whe...Yorhel2-3/+4
2020-04-26imgflag: Add separate "imgmod" permission flagYorhel3-6/+6
2020-04-25imgflag: Add option to include images already voted onYorhel1-4/+5
2020-04-25imgflag: Add moderator vote overrulingYorhel2-11/+39
2020-04-25Multi::Anime: Handle DNS resolution failureYorhel1-0/+4
2020-04-25VN::Page: Fix two more warnings related to old revisionsYorhel1-2/+3
2020-04-24Auth: Drop support for old (and now all expired) CSRF tokensYorhel1-19/+11
2020-04-24VN::Page: Also hide removed aliases from the staff boxYorhel1-1/+1
2020-04-24VN::Page: Fix display of deleted staff aliases in diffsYorhel1-1/+2
2020-04-24Merge branch 'v2rw/vnpage'Yorhel13-983/+457
2020-04-24v2rw/VN::Page: Remove old and unused codeYorhel5-954/+3
2020-04-24v2rw/VN::Page: Some revision display fixesYorhel2-12/+16
2020-04-24v2rw/VN::Page: Converted screenshots + image viewerYorhel1-3/+42
2020-04-22v2rw/VN::Page: Add character summary + mainbox summarizationYorhel1-2/+48
2020-04-22v2rw/VN::Page: Add staff listingYorhel1-1/+56
2020-04-20v2rw/VN::Page: Add releases listingYorhel6-16/+124
2020-04-20Strengthen ?view= query parameter security with a CSRF tokenYorhel2-11/+25
2020-04-20Shorten the CSRF tokens to 8 charactersYorhel1-7/+20
2020-04-17JS: Obtain urlStatic from the DOM rather than embedding it in the JS fileYorhel1-2/+1
2020-04-17v2rw/VN::Page: Start conversion of VN pagesYorhel3-7/+180
2020-04-17VN/Producers::Graph: Fix title/name escaping for GraphvizYorhel3-3/+3
2020-04-16User::Lists: Always allow filtering on "Voted" label, even when privateYorhel1-4/+15
2020-04-16API: get ulist: Always return and allow filtering on label 7 (Voted)Yorhel1-2/+2
2020-04-16imgflag: Fix uid integrity + properly handle user account deletionYorhel2-2/+2
2020-04-15VN::Votes: Fix reference to "hide_list"Yorhel1-4/+4
2020-04-15VN::Page: Fix incorrect use of auth->perm()Yorhel1-2/+2
2020-04-15SQL: Split "perm" column into multiple booleansYorhel6-44/+25
2020-04-14Char::Page: Make spoiler markings stand out a little moreYorhel1-2/+2
2020-04-14imgflag: Make image browser public + add NSFW warningYorhel9-54/+84
2020-04-13Discussions: Mark notification as read when opening threadYorhel2-1/+6
2020-04-13UList.VNPage: Allow setting notes from the VN pageYorhel3-4/+5
2020-04-13FIXUP: How did I not commit this?Yorhel1-1/+1
2020-04-13Fix input validation of Wikidata IDs + fix "id" upper boundYorhel2-2/+2
2020-04-12Char::Page: Mark spoiler traits in VNs in character info tableYorhel1-1/+9
2020-04-11Limit identifier input validation to the range supported by the "vndbid" typeYorhel3-6/+7
2020-04-11VN::Page: Fix opengraph image selection warning when everything is NSFWYorhel1-1/+1
2020-04-11v2rw: Convert VN char pages (/v+/chars)Yorhel5-199/+429