silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

Fix follow symlinks #442

Open pdonias opened 3 years ago

pdonias commented 3 years ago

Fixes #437

It looks like rrdir used to follow symlinks by default and now doesn't so updating it in 12.0.0 broke that. This PR adds the followSymlinks option to make it follow symlinks again.

I don't know if it should also be added there: https://github.com/silverwind/droppy/blob/master/server/server.js#L1399.