mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #1988] [MERGED] refactor: Only show the product updates to an org admin or owner #30725
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1988
Author: @Fredkiss3
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/6/2025
Merged by: @miloschwartz
Base:
dev← Head:refactor/show-product-updates-conditionnally📝 Commits (9)
889b381♻️ only show product updates if the user is an admin or the owner897ddbe📦 fix lockfile93af09e📦 update lockfilef4701f3🐛 fix lockfile bugs with node versionbfd1293🚨 fix lint errorsd263d28Merge branch 'dev' into refactor/show-product-updates-conditionnally97489b9♻️ check by current Org151cd3eTrigger Build090706cMerge branch 'dev' into refactor/show-product-updates-conditionnally📊 Changes
4 files changed (+47 additions, -42 deletions)
View changed files
📝
server/routers/olm/peers.ts(+6 -5)📝
server/routers/org/listUserOrgs.ts(+6 -2)📝
server/routers/siteResource/createSiteResource.ts(+11 -9)📝
src/components/LayoutSidebar.tsx(+24 -26)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Exactly like the PR title says, product updates & latest versions popup are not very useful for regular org members.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.