Commit Graph

292 Commits

Author SHA1 Message Date
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
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
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
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
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
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
bb184edbf9 potential fix for tag page? 2026-01-24 19:01:57 +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
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
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
fc7d38e3f1 mono theme, keep it black and simple 2026-01-24 11:12:25 +01:00
x
2229f32dd3 potential fix for the last fucked up commits xd 2026-01-24 10:58:22 +01:00
x
c822a4f4e7 possible user fav fix 2026-01-24 01:16:49 +01:00
x
85578b179b clean up deleted q 2026-01-24 00:14:25 +01:00
x
1a3514effa more possible fixes for uploading 2026-01-23 23:44:50 +01:00
x
a439683caf possible upload fix 2026-01-23 23:42:23 +01:00
x
577d73af11 realizing webupload with approval functionality 2026-01-23 23:35:12 +01:00
x
42f4e19897 remove debug output for fav randoming 2026-01-23 22:09:58 +01:00
x
0a5f57b5a9 another possible fix for fav randoming 2026-01-23 22:06:57 +01:00
x
03f2630090 potential fix for mixed random results when unathenticated 2026-01-23 22:00:49 +01:00
x
6692f32c4b possible fix for random fav behaviour 2026-01-23 21:52:34 +01:00
x
8af49b6ec1 improving fav detection logic 2026-01-23 21:38:47 +01:00
x
e9c377dc87 fixing random not working for user fav view 2026-01-23 20:28:03 +01:00
x
f5e386593d fixing tag image encoding 2026-01-23 20:08:38 +01:00
x
1dd4b54b48 change how tags are displayed in tag image 2026-01-23 19:52:39 +01:00
x
224064d0ca fixing background visibility and states 2026-01-23 18:37:44 +01:00
x
3ee28fd0b7 Merge branch 'f0bm' into eins-f0bm 2026-01-23 17:03:13 +01:00
x
9a03d5f697 adding generic tag cards 2026-01-23 16:53:19 +01:00
eins
9b1041dda7 first version of infinite scrolling 2026-01-23 15:45:28 +00:00
4bc8b8f436 Merge pull request 'fixed issues with the random button and hotkeys' (#2) from eins/f0bm:f0bm into f0bm
Reviewed-on: #2
2026-01-23 14:53:20 +00:00
eins
6799ec1567 fixed issues with the random button and hotkeys 2026-01-23 14:07:52 +00:00
4a2925b141 revert a4f9c48e13
revert various fixes to get it working for myself
2026-01-23 13:24:43 +00:00
eins
b72fcaa426 added AJAX loading for videos 2026-01-23 13:18:55 +00:00