seerr/server/entity
fallenbagel 4f089b29d0
Merge commit from fork
Add ownership check to GET /api/v1/user/:id so the full user object(including eager-loaded settings
with notification credentials) is onlyreturned to the user themselves or MANAGE_USERS admins. All
otherauthenticated users receive a stripped response (which is the intended behaviour as
https://github.com/sct/overseerr/pull/3695#issuecomment-1817827774). Also expands
User.filteredFields to strip sensitive fileds to prevent leaking credentials
2026-02-28 00:58:28 +08:00
..
Blocklist.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
DiscoverSlider.ts fix(entity): use TIMESTAMPTZ in Postgres and sort issue comments oldest-first (#1654) 2025-05-10 03:38:22 +08:00
Issue.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
IssueComment.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
Media.ts fix: preserve blocklist on media deletion & optimise watchlist-sync (#2478) 2026-02-18 21:23:50 +01:00
MediaRequest.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
OverrideRule.ts fix(entity): use TIMESTAMPTZ in Postgres and sort issue comments oldest-first (#1654) 2025-05-10 03:38:22 +08:00
Season.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
SeasonRequest.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
Session.ts style: fix organize-imports to work with tailwindcss prettier plugin (#2957) [skip ci] 2022-08-21 10:40:12 +00:00
User.ts Merge commit from fork 2026-02-28 00:58:28 +08:00
UserPushSubscription.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00
UserSettings.ts feat(notifications): added telegram thread id's (#1145) 2024-12-21 14:54:55 +08:00
Watchlist.ts perf: add missing indexes on all foreign key columns (#2461) 2026-02-17 00:36:55 +08:00