summaryrefslogtreecommitdiff
path: root/lib/VNWeb/User/Notifications.pm
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Fix two redirect status codes that should be temporaryYorhel1-1/+1
2023-10-10Validation: Remove "required" and be explicit about optional fieldsYorhel1-2/+2
2023-08-29User::Notifications: Fix bell icon for implicit subscriptionsYorhel1-0/+2
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel1-3/+3
2023-04-15CSS: Add font:inherit and color:inherit reset + minor cleanupYorhel1-2/+2
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-1/+1
2023-04-12Some JS/API/Mithril frameworking + rewrite Subscribe.elm into JSYorhel1-5/+2
2023-02-19Rework passing around entry titles + add proper HTML5 'lang' attrsYorhel1-1/+1
2023-02-02Refactor part 2: get rid of temporary vnt/releasest viewsYorhel1-1/+1
2021-11-29Move undefbool validation to TUWF for better Elm interopYorhel1-2/+1
2021-03-23Traits: Convert to vndbids + add edit historyYorhel1-1/+1
2021-03-11Tags: Convert to vndbids + add edit historiesYorhel1-2/+2
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel1-10/+10
2021-01-21Auth: Eagerly load and clean up preferences listYorhel1-8/+12
2020-10-13notifications: Add subscribing for (un)applications of traitsYorhel1-2/+4
2020-10-08notifications: Add subscription management UI + finalize DB migrationYorhel1-0/+31
2020-10-07notifications: Mark as read when opening page + delete when deleting posts/re...Yorhel1-5/+13
2020-10-07notifications: Add backend for subscriptions and new notification typesYorhel1-8/+18
2020-10-05notifications: Consolidate and simplify creation of notificationsYorhel1-9/+8
2020-09-05Notifications: Add notifications for thread posts and review commentsYorhel1-1/+18
2020-09-05Notifications: Modernize SQL schemaYorhel1-4/+4
2020-05-29JS: Split v2rw.js into plain.js and elm.js, only include JS files when necessaryYorhel1-1/+1
2020-04-13Discussions: Mark notification as read when opening threadYorhel1-1/+1
2020-02-28User::Notifications: Fix action displayYorhel1-1/+1
2019-12-30Minor refactor: Use TUWF::Validate's onerror clause for GET parametersYorhel1-2/+2
2019-11-19Minor refactor: Use dbPage() in scalar context where applicableYorhel1-1/+1
2019-10-16HTML: Make "noindex" the defaultYorhel1-1/+1
2019-10-13Fix 500 when posting notification form with empty selectionYorhel1-1/+1
2019-10-12v2rw: Convert user notifications interface (/u+/notifies)Yorhel1-0/+174