summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-20Hide flagged reviews from the home pageYorhel1-1/+2
2020-09-20Reviews: Add mod option to lock reviews for commentsYorhel2-7/+18
2020-09-17Misc::Feeds: Set correct content-type headerYorhel1-0/+1
2020-09-17Feeds: Move feed generation form Multi to VNWebYorhel9-163/+81
2020-09-15Reviews::VNTab: Hide box if there are no reviews to be displayedYorhel1-0/+1
2020-09-15Reviews::Edit: Bump reviews/day/account limit to 5Yorhel1-2/+2
2020-09-15Reviews::VNTab: Put all reviews on a single page if there are 4 or less mini-...Yorhel2-7/+16
2020-09-15HomePage: Discard date filters in upcoming/just released boxesYorhel1-4/+6
2020-09-12Reviews::Edit: Adjust throttle timeoutYorhel1-1/+1
2020-09-12Misc::HomePage: Load thumbnails rather than full-size screenshotsYorhel1-1/+1
2020-09-12v2rw: Add new filter querying framework + rewrite homepageYorhel7-524/+333
2020-09-11v2rw/filters: Fixed a few more validation errorsYorhel1-6/+6
2020-09-10v2rw/filters: Fix two validation errors found (instantly) in prodYorhel1-5/+5
2020-09-10v2rw/filters: Add experimental validation + move compat to VNWebYorhel4-17/+126
2020-09-09Chars::Page: Fix replacing of spoiler tags with an indicatorYorhel1-1/+1
2020-09-07Reviews: Bunch of minor changesYorhel4-8/+31
2020-09-06Reviews: Allow everyone to submit 1 review a dayYorhel1-2/+12
2020-09-05Notifications: Add notifications for thread posts and review commentsYorhel3-2/+25
2020-09-05Notifications: Modernize SQL schemaYorhel4-7/+7
2020-09-03User::Page: Remove review approval ratingYorhel1-4/+3
2020-09-03Reviews: Hide downvoted reviews & allow moderator overrulingYorhel5-13/+20
2020-09-03Reviews: increase max character counts a bit for mini-reviewsYorhel1-1/+1
2020-09-02BBCode: Consolidate bb2html & bb2text + only convert ids in thread titlesYorhel21-98/+92
2020-09-01Reviews: Hide up/down vote countsYorhel5-31/+9
2020-09-01Handler::Misc: Bring back random VNs, split new reviews and add recent commentsYorhel1-11/+68
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-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 notificationsYorhel1-10/+23
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+.+ dblinksYorhel1-2/+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 reviewsYorhel9-46/+46
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 statsYorhel3-15/+8
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