willchen96 fixes the sharing bug that was hiding shared projects
A subtle database mismatch was breaking the exact feature collaboration depends on - and the same pass opens the door to self-hosted storage.
This pass fixed a real breakage and quietly widened where the project can store files. Two distinct changes:
- Shared projects come back: anyone who had a project shared with them was hitting a hard failure when they tried to load their project list. The query that checks who a project is shared with was asking the database the wrong way. willchen96 corrected it in both places it mattered - the main list view and the internal permission check - so collaborators can actually see the work shared with them again.
- Self-hosted storage becomes viable: the file-storage client was reconfigured to talk to storage services that don't follow Amazon's exact address format. That lets teams point the project at a local or self-hosted storage box instead of being locked to Amazon's cloud.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?