You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/server/router
Johnny 1696c6c414 fix: add nil check for currentUser in DeleteUser
Defense-in-depth fix: Add missing nil check before accessing
currentUser.ID and currentUser.Role in DeleteUser function.

While the auth interceptor should block unauthenticated requests,
this check prevents potential nil pointer panic if fetchCurrentUser
returns (nil, nil).
4 months ago
..
api/v1 fix: add nil check for currentUser in DeleteUser 4 months ago
fileserver fix: add access control checks for attachments, comments, and reactions 4 months ago
frontend chore: prevent sensitive data caching 5 months ago
rss refactor: simplify theme/locale to user preferences and improve initialization 6 months ago