summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Discussions
AgeCommit message (Expand)AuthorFilesLines
2020-08-06SQL: Use vndbid for thread identifiersYorhel5-28/+31
2020-07-29SQL: Fix escaping of backslash in LIKE patternsYorhel2-2/+2
2020-07-28Discussions::Thread: Run bb2html over the thread title to make links clickableYorhel1-1/+1
2020-07-25Reports: Allow reporting DB entriesYorhel1-5/+2
2020-07-23Add new reporting featureYorhel2-5/+9
2020-05-19Discussions::Edit: Don't set last modified date when creating a new threadYorhel1-1/+1
2020-04-27Fix pointless audit log when creating a new threadYorhel1-1/+1
2020-04-27Add minimal audit logging for user-related changesYorhel1-1/+2
2020-04-13Discussions: Mark notification as read when opening threadYorhel1-0/+5
2020-04-09Stop keeping track of users/threads/posts count cacheYorhel1-1/+0
2020-04-01VN::Graph: Also generate VN graphs on-demandYorhel1-1/+1
2020-03-27Discussions::Thread: Indicate locked status in headerYorhel1-0/+1
2020-03-21boardmod feature: Full deletion of threads/postsYorhel1-0/+22
2020-03-13Discussions::Thread: Show a 404 if there are no posts to displayYorhel1-0/+1
2020-02-27Discussions::Edit: Correctly fill out "hidden" flag when editing the threadYorhel1-2/+2
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel3-89/+82
2019-12-30Minor refactor: Use TUWF::Validate's onerror clause for GET parametersYorhel3-4/+4
2019-12-30Discussions: Discourage necroing old and inactive threadsYorhel1-6/+10
2019-12-20Discussions::Thread: Ignore poll votes from ign_votes usersYorhel1-2/+3
2019-12-16Discussions::Index: Add "Start a new thread" linkYorhel1-0/+3
2019-12-16Minor refactor: Make better use of SQL::Interp for INSERT INTO clausesYorhel2-25/+29
2019-12-12v2rw: Discussion board editing & thread creationYorhel5-13/+226
2019-12-10Elm: Add Redirect response + fix redirect to last post on replyYorhel1-10/+3
2019-12-08Discussions::Thread: Show deleted post author & date to boardmodsYorhel1-1/+1
2019-12-08Fix json_api() URL matching + move URL parameters to POST bodyYorhel1-2/+2
2019-12-08Discussions: Add exception for uid 2 in sql_visible_threads()Yorhel1-0/+1
2019-12-05v2rw: Convert thread reply form to ElmYorhel1-17/+33
2019-12-01Discussions: Do not highlight post when nagivating to the "last post"Yorhel2-4/+11
2019-12-01v2rw: Convert thread display + poll votingYorhel3-12/+215
2019-11-19Minor refactor: Use dbPage() in scalar context where applicableYorhel1-2/+2
2019-11-19Discussions: Fix index linkYorhel1-1/+1
2019-11-19Fix consistency between discussion counter in the dbentry tabs and actual lis...Yorhel1-5/+9
2019-11-19v2rw: Convert discussion board listings + change link structure a bitYorhel4-11/+84
2019-11-15Discussions::Lib: Use same WHERE clause for counting and listingYorhel1-3/+3
2019-11-15Move pubskin fetching responsibility to VNWeb::HTML::framework_Yorhel1-2/+2
2019-11-15threadlist: Automatically hide threads the user should not see + display hidd...Yorhel3-5/+11
2019-11-15v2rw: Convert discussion board indexYorhel3-64/+129
2019-11-15v2rw: Convert discussion board searchYorhel1-0/+210
2019-10-30v2rw: Convert /u+/postsYorhel1-0/+72