[Glense] Security & auth improvements with some features overhaul#26
Merged
[Glense] Security & auth improvements with some features overhaul#26
Conversation
Brankonymous
approved these changes
Mar 29, 2026
Owner
|
Just fix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InternalController, and PlaylistVideos endpoints. Added ownership
checks on comment delete and playlist video add/remove. Configured
JWT authentication for the Donation service.
flow, and video detail page. Sidebar categories now filter the feed.
Video owners can edit their video's category. Seed data includes
categories.
from recount to increment/decrement. Added full comment like/dislike
with new CommentLike model, backend endpoint, and frontend UI.
up postComment API. Comments now support like/dislike buttons.
proper dark theme CSS. Added sidebar navigation link, back button,
Snackbar feedback, and video thumbnail grid. Add-to-playlist dropdown
on video page styled for dark theme.
message ownership (isMe) using actual username from AuthContext
instead of hardcoded 'Alice'. Added user search to create chats with
real users. Chat list filtered to only show your conversations. Chat
header shows the other person's name, not the topic string.
server, auto-logs out on stale token (e.g. after DB reset). Logout
now redirects to home page.
category select, chat search. Fixed video timestamp format (Mar 21,
2026 instead of ISO string). "Show more" on description expands full
section on click, "Show less" collapses. Sidebar playlist link color
fix.
reset (nuke + rebuild + seed). Guarded Swagger UI behind
IsDevelopment() in VideoCatalogue and DonationService. Added JWT env
vars for Donation service in docker-compose.