Commit Graph

790 Commits

Author SHA1 Message Date
x
a32462953d feat: Add SQL migration for custom emojis, pinned comments, and thread locking, and remove the comments refresh button from the UI. 2026-01-25 15:34:20 +01:00
x
b1a6b177c2 making tos link more visible 2026-01-25 15:30:05 +01:00
x
acf0026e0f feat: introduce custom emojis, pinned comments, and thread locking features, and restrict comment visibility to authenticated users. 2026-01-25 15:26:49 +01:00
x
aed1d24f44 feat: Implement comment extras including custom emojis, pinned comments, and thread locking, with related UI and access control updates. 2026-01-25 15:23:47 +01:00
x
a944a7c4e7 feat: Introduce custom emojis, pinned comments, and comment locking, and enable toggling comment section visibility. 2026-01-25 15:20:56 +01:00
x
bf5996d2ba feat: Implement server-side comment preloading for improved performance and introduce new comment features including pinned comments, locked threads, and custom emojis. 2026-01-25 15:12:57 +01:00
x
68011c60de feat: Add custom emojis, pinned comments, and comment thread locking functionality. 2026-01-25 14:40:39 +01:00
x
8e1a377cb8 feat: Add custom emojis, pinned comments, and thread locking features, and remove comments list fade-in animation logic. 2026-01-25 14:31:28 +01:00
x
8d1a85cc60 feat: Introduce custom emojis, pinned comments, and comment thread locking, and enhance comment loading UI with a skeleton display. 2026-01-25 14:24:54 +01:00
x
624e9d5b6b feat: Implement fade-in effect for comments and add database schema for custom emojis, pinned comments, and comment thread locking. 2026-01-25 14:20:59 +01:00
x
73408403f2 feat: Introduce custom emojis, pinned comments, and thread locking features, while filtering deleted comments from API responses and refining comment root finding logic. 2026-01-25 14:15:10 +01:00
x
c0ffff386a feat: Introduce custom emojis, pinned comments, and comment thread locking, making comments require user login. 2026-01-25 14:11:21 +01:00
x
14fa613d77 feat: Implement custom emojis, pinned comments, and thread locking features with schema updates and client-side logic. 2026-01-25 13:48:33 +01:00
x
3016666ab2 feat: implement user comment subscriptions, custom emojis, pinned comments, and thread locking. 2026-01-25 13:41:03 +01:00
x
a2171477bd feat: Implement individual notification click handling, differentiate notification types for replies and subscriptions, and refine notification display text. 2026-01-25 13:18:21 +01:00
x
f64de4d1de feat: Implement pinned comments, locked comment threads, and a two-level reply structure with @mentions. 2026-01-25 13:10:08 +01:00
x
2c0f4f3397 feat: Implement admin functionality to edit and delete comments. 2026-01-25 04:31:23 +01:00
x
322698cf74 feat: Introduce a 'Load Comments' button to defer comment loading and refine notification data. 2026-01-25 04:00:17 +01:00
x
f958bbff52 feat: Implement lazy loading for comments via a new "Load Comments" button and simplify notification queries by exclusively using reference_id for comment joins. 2026-01-25 03:57:14 +01:00
x
d903ce8b98 feat: Implement comments, notifications, and custom emojis with new API routes, UI components, and database migrations. 2026-01-25 03:48:24 +01:00
x
595118c2c8 feat: Add Open Graph and Twitter meta tags, make the domain configurable, and use WebP for thumbnails. 2026-01-24 23:34:38 +01:00
x
0cc0e5aa02 ai slop at its best xd 2026-01-24 23:13:29 +01:00
x
1403d4a0c2 refactor: Change video preload to metadata and remove autoplay, width, and height attributes. 2026-01-24 22:59:46 +01:00
x
6fa95da04e feat: Encode URL components for tag and user in contextUrl and use the generated contextUrl for data.url.pathname. 2026-01-24 22:20:05 +01:00
x
19d9f82ade style: Decrease fullscreen container max-width from 90% to 80%. 2026-01-24 20:54:55 +01:00
x
7baf50f9fa feat: Refactor fullscreen toggle and theme initialization in JavaScript, and refine fullscreen CSS styling for improved appearance. 2026-01-24 20:52:53 +01:00
x
9d4f47698c feat: Remove infinite scrolling from tags page and increase tags per page to 500. 2026-01-24 19:52:41 +01:00
x
89483df993 feat: hide pagination for the toptags route 2026-01-24 19:45:04 +01:00
x
87e6e5355a feat: Implement infinite scroll for the tags page by adding a paginated API endpoint and client-side loading logic. 2026-01-24 19:28:51 +01:00
x
7896e6983f feat: Filter top tags to only include those assigned to at least one item. 2026-01-24 19:25:05 +01:00
x
debb14142e Remove the 500-item limit from the top tags database queries. 2026-01-24 19:22:53 +01:00
x
65692d67a8 refactor: Migrate template variable output to use escaped syntax 2026-01-24 19:18:56 +01:00
x
bb184edbf9 potential fix for tag page? 2026-01-24 19:01:57 +01:00
x
559521feb2 fixing delete button 2026-01-24 18:26:19 +01:00
x
27d474d9e3 feat: Add scripts for generating dummy data and copying thumbnails, and update admin deny routes to return JSON responses instead of redirects. 2026-01-24 18:23:34 +01:00
x
f23b108f9f feat: Add utility scripts for dummy data generation and thumbnail copying, and enhance the item schema with an is_deleted column and default setup data. 2026-01-24 18:06:22 +01:00
x
8e233947e2 Remove 'Deny All' functionality from the admin approval page and add utility scripts for copying thumbnails and generating dummy data. 2026-01-24 18:00:28 +01:00
x
7ebb730dd1 feat: add scripts for dummy item generation and thumbnail population, fix avatar foreign key constraint on item deletion, and improve admin approve view for empty trash. 2026-01-24 17:57:23 +01:00
x
2be5b33183 feat: Add scripts to copy thumbnails and generate dummy items, and improve item deletion to handle avatar foreign key constraints. 2026-01-24 17:39:01 +01:00
x
1646fdba56 feat: Introduce is_deleted flag for items, add scripts for dummy data and thumbnail population, and refine item deletion and statistics. 2026-01-24 17:32:28 +01:00
x
63e86e9be1 feat: Implement is_deleted flag for items, add new utility scripts, and refine UI styles. 2026-01-24 17:24:22 +01:00
x
ee416a1d08 feat: Add required Terms of Service acceptance to registration, enhance terms page content, and introduce utility scripts for thumbnail and dummy data generation. 2026-01-24 16:32:28 +01:00
x
2ad318e7c5 feat: Display login success messages, adjust user registration defaults and post-registration redirect, and include scripts for generating dummy items and copying thumbnails. 2026-01-24 16:11:56 +01:00
x
16da3ac9d0 feat: Add invite token-based user registration and an admin interface for token management. 2026-01-24 16:01:40 +01:00
x
1b1867332b feat: Introduce scripts for generating dummy items and copying thumbnails, and flatten UI elements by removing border-radius in CSS. 2026-01-24 15:28:03 +01:00
x
d8979b6b1a feat: introduce utility scripts for thumbnail management and dummy data generation, and remove rounded corners from upload UI. 2026-01-24 15:26:46 +01:00
x
c9ca037063 feat: Enhance upload page tag suggestions with keyboard navigation and a top-aligned dropdown, while adding utility scripts for thumbnail copying and dummy data generation. 2026-01-24 15:16:53 +01:00
x
111f06ed42 adding login page to navbar 2026-01-24 13:37:13 +01:00
x
8397d4ed3f improving upload page and conent guidelines 2026-01-24 12:05:10 +01:00
x
f2b14739e3 lights on/off play/pause hotkeys (re)added 2026-01-24 11:24:00 +01:00