AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Trying to save a file you don't own creates a new file with you as owner. #28

Closed eliztowns closed 12 years ago

eliztowns commented 12 years ago

I believe the easiest way to fix this would be to have the Client side check to see if the url has a filename and username in it. If it does, send me the user and filename. If it doesn't, it is a new file and should be saved with the current user as owner.

eliztowns commented 12 years ago

this seems to be fixed with the auto saving stuff