Commit Graph

300 Commits

Author SHA1 Message Date
1e0c246467 single tick fix 2026-01-27 16:11:18 +01:00
fbc1c220cc umlaut fix 2026-01-27 16:05:25 +01:00
a52c50198e adding @mention functionality 2026-01-27 14:48:02 +01:00
e33115c2d9 respect admin multiplier for uploads 2026-01-27 12:01:38 +01:00
966b04dbaf hidden comment overview behind login 2026-01-27 00:05:54 +01:00
dfc8ebba89 adding comment overview page on userprofiles 2026-01-26 22:54:59 +01:00
0e9fedc9b4 enhance error handling for register 2026-01-26 20:28:25 +01:00
8fe362c966 making better use of the notification system 2026-01-26 20:02:15 +01:00
588ab3c3de gdfsgfds 2026-01-26 10:21:44 +01:00
Kibi Kelburton
46fb7067ed revert 166ba96f0f
revert revert c4bb21bc31

revert possible fix for slow loading times for non logged in users
2026-01-26 09:15:37 +00:00
Kibi Kelburton
166ba96f0f revert c4bb21bc31
revert possible fix for slow loading times for non logged in users
2026-01-26 09:10:48 +00:00
a2ebea2ba3 if this fails I revert 2026-01-26 10:09:11 +01:00
91546a1f0d lets try it out lmao 2026-01-26 10:04:53 +01:00
017ac4ca4c bruh 2026-01-26 10:00:59 +01:00
cb31cfd85b possible random performance improvement ? 2026-01-26 09:58:30 +01:00
a5acc22c4a possible performance improvement for random 2026-01-26 09:47:05 +01:00
dbcf39c3ba possible query optimization for random large datasets 2026-01-26 09:37:57 +01:00
4d2fd7561f possible performance optimization 2026-01-26 09:31:02 +01:00
c4bb21bc31 possible fix for slow loading times for non logged in users 2026-01-26 09:24:27 +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
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
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