filebrowser/frontend
Andrew Kennedy 73932a666d
Fix 401 error in share view open file button
This link would be generated with a `?token=<hash>?inline=true` when it should be `?token=<hash>&inline=true`. This was causing 401 Unauthorized errors because `URL.Query().Get("token")` would return the empty string and so (authenticateShareRequest)[dee465ab86/http/public.go (L126)] would try to verify the password in the header, which doesn't exist for these requests.
2021-08-03 02:28:45 -07:00
..
dist refactor: migrate from rice to embed.FS 2021-03-09 19:09:32 +01:00
public feat: loading spinner on views navigation 2021-04-16 12:47:50 +00:00
src Fix 401 error in share view open file button 2021-08-03 02:28:45 -07:00
assets_dev.go chore: frontend DirFS for development 2021-03-15 14:06:21 +00:00
assets.go chore: frontend DirFS for development 2021-03-15 14:06:21 +00:00
babel.config.js chore: add prettier frontent linter 2021-03-21 12:51:58 +01:00
package-lock.json feat: gzip encoding for static js files 2021-04-22 12:48:45 +00:00
package.json feat: gzip encoding for static js files 2021-04-22 12:48:45 +00:00
vue.config.js feat: gzip encoding for static js files 2021-04-22 12:48:45 +00:00