mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-12 01:01:47 +00:00
* feat: scope index_url uniqueness to hosted domains Allows duplicate non-hosted origins while enforcing hosted-origin uniqueness and joining new app creation into an existing owner-matching hosted app UUID. Restricts hosted index_url joins to unowned conflict apps, persists old-to-canonical app UID aliases in kvstore via sudo, and resolves aliases on read with parallel lookup to minimize latency. * fix: allow merge for owned origin bootstrap apps Restores hosted update/create merge when the conflicting app is the same-user auto-created origin bootstrap app while still blocking merges into normal same-owner apps to avoid multi-join behavior.