summaryrefslogtreecommitdiff
path: root/lib/VNWeb
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Reviews: Hide up/down vote countsYorhel5-31/+9
2020-08-31Reviews in public beta: public visibility but allow only one review per userYorhel5-8/+6
2020-08-31Add review stats & tab to user page (re-using Reviews::List)Yorhel3-9/+25
2020-08-31Discussions/Reviews: Return 404 when requested post or comment does not existYorhel2-1/+2
2020-08-25HTML: Fix maintabs for DB entries with id >= 10Yorhel1-1/+1
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 votedYorhel2-0/+5
2020-08-25UList.VNPage: Use schema to normalize data + disallow undef schemaYorhel6-16/+29
2020-08-25Reviews::VNTab: Styling, fix full page linkYorhel1-6/+6
2020-08-24reviews: Get rid of summary field & split mini/full reviewsYorhel7-38/+38
2020-08-24reviews: Disallow voting on competing reviews + only use Elm when necessaryYorhel5-13/+31
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 browserYorhel1-0/+78
2020-08-19reviews: Cache vote & post statsYorhel2-15/+6
2020-08-19reviews: Count & list review comments as posts on user pageYorhel2-12/+19
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 testingYorhel3-1/+3
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...Yorhel5-15/+38
2020-08-16reviews: Add comment formYorhel1-2/+21
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...Yorhel3-55/+128
2020-08-14reviews: Add schema & display for commentsYorhel3-11/+37
2020-08-07reviews: Honor user spoiler preferencesYorhel2-2/+2
2020-08-07reviews: Add page for individual reviewsYorhel3-4/+101
2020-08-07cleanup: Add enrich_release_elm() and releases_by_vn() functionsYorhel6-62/+33
2020-08-07reviews: Implement review deletion and audit loggingYorhel1-3/+11
2020-08-07reviews: Add up/down voting on reviewsYorhel2-5/+37
2020-08-07reviews: Add reviews listing tab to VN pageYorhel4-64/+150
2020-08-07reviews: Add submit/edit formsYorhel4-4/+120
2020-08-07reviews: Add initial SQL schema + "review" permission flagYorhel2-1/+2
2020-08-07Discussions: Fix handling of user deletionYorhel3-4/+4
2020-08-06Discussions: Fix emulation of location.hashYorhel1-1/+1
2020-08-06Discussions: Don't show deletion button when creating a new threadYorhel1-1/+1
2020-08-06Discussions: Allow discontinuous post numbers + ignore hidden posts in counts...Yorhel4-17/+14
2020-08-06Discussions: Make /t#.# load the correct page without redirectYorhel3-20/+10
2020-08-06SQL: Use vndbid for thread identifiersYorhel6-30/+33
2020-07-29Reports: Keep track of unseen, new and last updated reportsYorhel2-1/+15
2020-07-29Reports: Add option to sort by last modified + reduce number of reports/pageYorhel1-5/+12
2020-07-29Reports: Fix display of deleted threadsYorhel1-1/+6
2020-07-29SQL: Fix escaping of backslash in LIKE patternsYorhel11-11/+16