summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-31Config: Fix extraction of version when there is no commit ID in git describe2.28Yorhel1-1/+1
2020-08-31Reviews in public beta: public visibility but allow only one review per userYorhel5-8/+6
2020-08-31Reviews.Edit: Add some guidelines/rulesYorhel1-1/+10
2020-08-31Add review stats & tab to user page (re-using Reviews::List)Yorhel3-9/+25
2020-08-31Handler::Misc: Replace "Random VNs" section with "New Reviews"Yorhel1-7/+12
2020-08-31Multi::IRC: Support review ids and notificationsYorhel2-11/+27
2020-08-31Discussions/Reviews: Return 404 when requested post or comment does not existYorhel2-1/+2
2020-08-31BBCode: Add support for w+ and w+.+ dblinksYorhel2-8/+8
2020-08-31unusedimages.pl: Also scan reviews and commentsYorhel1-0/+2
2020-08-28SQL: Oh god in how many ways can I screw this up?Yorhel1-3/+3
2020-08-28SQL: Typo fixYorhel1-1/+1
2020-08-28SQL/perms: Allow Multi to read update reviews for maintenance queryYorhel1-0/+3
2020-08-25HTML: Fix maintabs for DB entries with id >= 10Yorhel1-1/+1
2020-08-25SQL/reviews: Two rather stupid fixups on reviews_postsYorhel3-2/+7
2020-08-25Reviews::Page: Remove VN header & turn it into a regular dbentry pageYorhel4-33/+29
2020-08-25UList.VNPage: Add link to review submit/edit form when votedYorhel3-3/+10
2020-08-25UList.VNPage: Use schema to normalize data + disallow undef schemaYorhel7-38/+32
2020-08-25Reviews::VNTab: Styling, fix full page linkYorhel1-6/+6
2020-08-24reviews: Get rid of summary field & split mini/full reviewsYorhel13-77/+72
2020-08-24reviews: Disallow voting on competing reviews + only use Elm when necessaryYorhel7-21/+35
2020-08-20Reviews::Edit: Expand vndbids in reviewsYorhel1-0/+3
2020-08-19Reviews::Page: Fix perl warning about count being undefYorhel1-1/+1
2020-08-19reviews: Add quick and dirty review browserYorhel2-0/+88
2020-08-19reviews: Cache vote & post statsYorhel7-16/+75
2020-08-19reviews: Count & list review comments as posts on user pageYorhel3-12/+20
2020-08-19Reviews::Edit: Fix audit loggingYorhel1-2/+2
2020-08-18Discussions::Edit: Fix permission check when editing threadYorhel1-1/+1
2020-08-18reviews: Fix permission check when deleting reviewYorhel1-1/+1
2020-08-18reviews: Disable voting on own reviewYorhel2-2/+2
2020-08-18Reviews: Also fix editing permission checkYorhel2-3/+3
2020-08-18Reviews::Page: Fix 500 in checking comment permissionsYorhel1-1/+1
2020-08-17VN::Page: Fix og:image selection to not select NSFW screenshots in some casesYorhel1-1/+1
2020-08-17Chars::Edit: Fix 500 when adding a new char entryYorhel1-1/+1
2020-08-17reviews: Make reviews mod-only for now to allow some beta testingYorhel6-7/+53
2020-08-17reports: Add object ID in PM subjectYorhel1-1/+2
2020-08-17reviews: Honor ign_votes for reviews_votesYorhel2-2/+8
2020-08-16Reports: Get rid of report_type, split vndbid/num + allow reporting reviews a...Yorhel8-39/+70
2020-08-16reviews: Add comment formYorhel2-2/+73
2020-08-16reviews: Fix deleting users who have posted a reviewYorhel1-1/+1
2020-08-16VN::Page: Display number of characters & reviews in tabsYorhel1-7/+6
2020-08-16Discussions: Split post editing out of Discussions::Edit + support editing re...Yorhel5-77/+244
2020-08-14reviews: Add schema & display for commentsYorhel5-11/+51
2020-08-07reviews: Honor user spoiler preferencesYorhel2-2/+2
2020-08-07reviews: Add page for individual reviewsYorhel4-4/+112
2020-08-07cleanup: Add enrich_release_elm() and releases_by_vn() functionsYorhel6-62/+33
2020-08-07reviews: Implement review deletion and audit loggingYorhel2-4/+47
2020-08-07reviews: Add up/down voting on reviewsYorhel5-7/+119
2020-08-07reviews: Add reviews listing tab to VN pageYorhel5-65/+164
2020-08-07reviews: Add submit/edit formsYorhel5-4/+267
2020-08-07reviews: Add initial SQL schema + "review" permission flagYorhel5-3/+60