Small, but important bug. When I install filelocker in a subdirectory, it puts me to http://domain/file/download instead of http://domain/subdir/file/download.
The problem is at src/static/js/file.js:186. I'm fixing mine by putting my full root URL. Need some JS magic to make it work the right way.
Found the correct way to change it. Here's the patch below inline.
This has been committed to the 2.6 branch.