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.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/1988
**Author:** [@Fredkiss3](https://github.com/Fredkiss3)
**Created:** 12/5/2025
**Status:** ✅ Merged
**Merged:** 12/6/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `dev` ← **Head:** `refactor/show-product-updates-conditionnally`
---
### 📝 Commits (9)
- [`889b381`](https://github.com/fosrl/pangolin/commit/889b381e96134e8df1266a2c78de12e752092017) ♻️ only show product updates if the user is an admin or the owner
- [`897ddbe`](https://github.com/fosrl/pangolin/commit/897ddbec01455da5b02aad59367fd57e3405ee08) 📦 fix lockfile
- [`93af09e`](https://github.com/fosrl/pangolin/commit/93af09ee9764f7e465ad100a81be55eee64114d3) 📦 update lockfile
- [`f4701f3`](https://github.com/fosrl/pangolin/commit/f4701f3da5117c378b24ee59408354d6f6bd57a1) 🐛 fix lockfile bugs with node version
- [`bfd1293`](https://github.com/fosrl/pangolin/commit/bfd1293847f5084a0e10cddd6c022eed12a0096c) 🚨 fix lint errors
- [`d263d28`](https://github.com/fosrl/pangolin/commit/d263d282ee26edc4890d7d61104fecb6108de1ad) Merge branch 'dev' into refactor/show-product-updates-conditionnally
- [`97489b9`](https://github.com/fosrl/pangolin/commit/97489b95640fd3cbb4d9962eee035ed35e0c47eb) ♻️ check by current Org
- [`151cd3e`](https://github.com/fosrl/pangolin/commit/151cd3e6defd9bd783b49f26ac987455d8d2d7b6) Trigger Build
- [`090706c`](https://github.com/fosrl/pangolin/commit/090706c8169665a390f9e8bcd1f90815e31d501a) Merge branch 'dev' into refactor/show-product-updates-conditionnally
### 📊 Changes
**4 files changed** (+47 additions, -42 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.