summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-16Staff::Edit: Disallow name=original in aliasesYorhel1-0/+1
2020-02-13HTML.pm: Force noindex tags on pages with a ?view= parameterYorhel1-1/+1
2020-02-13Staff::Page: Use server-side spoiler hidingYorhel1-8/+9
2020-02-13Chars::Page: Styling: Add "key" class to all keys in the tableYorhel1-2/+2
2020-02-13Chars::Page: Only show spoiler & sexual traits settings when they do somethingYorhel1-12/+24
2020-02-13Validation: Actually honor spoiler preference if no view= parameter is setYorhel1-1/+1
2020-02-13v2rw: Add instance listing to Chars::PageYorhel2-92/+43
2020-02-13v2rw: WIP: Convert character pagesYorhel4-5/+256
2020-02-09Tagmod: Add "notes" field to tag voting thingYorhel2-4/+13
2020-02-09VNWeb::HTML: Sync "anonymous" name for deleted users in user_displayname()Yorhel1-1/+1
2020-02-06Cache Markdown-to-HTML in the database for doc pagesYorhel5-44/+41
2020-01-28v2rw: Convert the VN tagmod interfaceYorhel7-199/+129
2020-01-24Use TUWF::XML's new xml_string()Yorhel2-15/+4
2020-01-23v2rw: Re-add "User options" functionality on release pagesYorhel2-4/+16
2020-01-23v2rw: Convert release pagesYorhel6-292/+226
2020-01-22User::Lists: Don't throw error when there are multiple ?q= parametersYorhel1-1/+1
2020-01-19Display "[deleted]" users as grayedout "anonymous" insteadYorhel1-1/+1
2020-01-19Tags::Links: Fix tag filter linkYorhel1-1/+1
2020-01-09ulist: Rework VN "User options" tab to be more prominent and convenientYorhel2-24/+11
2020-01-08ulist: Display vote stats for public votes even when "Vote" label is privateYorhel1-7/+7
2020-01-08ulist: Uh, let's also allow changing a vote when there already is oneYorhel1-1/+1
2020-01-08ulist: Disable voting from /u+/ulist for unreleased VNsYorhel1-1/+3
2020-01-08ulist: Add vote dropdown againYorhel1-0/+2
2020-01-08Slightly less ugly tagscore displayYorhel5-68/+29
2020-01-08v2rw: Convert tag link browserYorhel4-120/+149
2020-01-06Staff::Page: Add spoiler hiding options for voiced character listingYorhel1-5/+15
2020-01-06Handler::Chars: Fix empty lines from hidden spoilers in VN relations on char ...Yorhel1-1/+2
2020-01-05ulist: Fix loading of saved default for the wishlistYorhel1-1/+1
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel15-214/+171
2020-01-04ulist/API: Fix returning vnlist status=0 instead of buggy nullYorhel1-1/+1
2020-01-04ulist: Add ability to save views as defaultYorhel1-12/+45
2020-01-03ulist: Display platform icons in releases listingYorhel3-3/+6
2020-01-03ulist: Another column order changeYorhel1-23/+24
2020-01-02ulist: Fix alphabet filter to reset page numberYorhel1-1/+1
2020-01-02ulist: Add alphabet selection thing againYorhel1-20/+29
2020-01-02ulist: Hide "Multi-select" when JS is disabled + auto-submit on label filter ...Yorhel1-3/+5
2020-01-02ulist: Add "Labels" to the set of columns that can be enabled/disabledYorhel1-5/+6
2020-01-02ulist: Reorder columns to see if this works betterYorhel1-16/+17
2020-01-02ulist: Make label filter single-selection by defaultYorhel1-6/+7
2020-01-01API: Fix "get ulist-labels" and "get ulist labels"Yorhel1-4/+4
2019-12-30Minor refactor: Use TUWF::Validate's onerror clause for GET parametersYorhel9-29/+29
2019-12-30Discussions: Discourage necroing old and inactive threadsYorhel1-6/+10
2019-12-30Merge branch 'ulist'Yorhel54-6262/+408
2019-12-30ulist/API: Fix bug with "get wishlist" reporting high prio as mediumYorhel1-1/+1
2019-12-30Actually, let's get rid of v3 now that it doesn't work anymore anywayYorhel36-5220/+0
2019-12-30ulist: Remove remnants of old votes/vnlists/wlists tablesYorhel1-17/+0
2019-12-29ulist: Display labels on VN browserYorhel2-1/+10
2019-12-28ulist/API: Make (get|set) (votelist|vnlist|wishlist) commands work with new u...Yorhel1-38/+77
2019-12-24ulist: Delete old lists code and redirect old URLsYorhel3-756/+11
2019-12-24ulist: Add list management widget on VN pagesYorhel4-41/+50