Surfer - Package Updates
-
You can use this thread to track updates to the Surfer package.
Please open issues in a separate topic instead of replying here.
-
[5.10.1]
- Add breadcrumbs to public folder listing
- Minor UI improvements
-
[5.10.2]
- Fix public folder listing if path contains spaces #14
- Improve breadcrumb layout
- Fix chrome bug on file rename #15
-
[5.10.3]
- Sanitize username input to prevent LDAP DoS attack. Thanks to Alessio (d3lla) for reporting!
-
[5.10.4]
- Update screenshots
- (security) Use crypto.random instead of uuid to generate API tokens
- API tokens are now base64 safe (to make it suitable for masked GitLab CI variables)
-
[5.11.0]
- Improve file uploading through cli
- Purge remote files during surfer put with --delete flag
- Improve UI login behavior and autofocus
-
[5.11.1]
- Fix file uploading bug
-
[5.11.2]
- Allow ability to remove all files via cli
- Update all dependencies
-
[5.11.3]
- Fix public viewing of subfolders
- Add music type icon
-
[5.12.0]
- Add CORS support
-
[5.12.1]
- Fix extensive WebDAV usage by caching auth
-
[5.13.1]
- Rewritten UI in primevue
- Add support for listing folders first
- Support for site name and favicon
-
[5.13.2]
- Add ability to password or user protect the site
- Update node modules
-
[5.13.3]
- Fix previews when site is protected
-
[5.13.4]
- Fix case where access restriction is on and public folder listing off
-
[5.13.5]
- Add file name to preview
- Allow to close preview
- Fix dialog closing when clicking on backdrop
- Update dependencies
-
[5.14.0]
- Enable multi-domain flag for setting domain aliases
-
[5.14.1]
- Fix upload progress
-
[5.15.0]
- Allow to have custom 404.htm(l) in root folder
- Fix back button
- Update to base image v3
-
[5.16.0]
- Add basic support for noscript usage
- Improve preview behavior
- Be more conform with web usage and create proper web links and allow initial selection to prepare multiselect
- Fix alphanumeric sorting
-
[5.16.1]
- Use proper mime-type database for content-type delivery
- Fix rename selection bug
- Allow keyboard up/down navigation
-
[5.16.2]
- Allow to set index filename
-
[5.16.3]
- Fixup various path encoding issues
-
[5.16.4]
- Fix public listing regression for folders with special characters
-
[5.16.5]
- Use secure cookies
-
[5.16.6]
- Fix action overflow in file listing
-
[5.16.7]
- Update base image to v3.2.0
-
[5.17.0]
- Update dependencies
- Reduce flickering on login
- Reduce padding in list
-
[5.17.2]
- Always protect /api/files/*
- Stop using GET /api/files/* in UI
-
nebulon
-
[5.17.3]
- Send 401 status code instead of 200 when authentication is required first
- Update dependencies
-
[5.17.4]
- Update dependencies
- Only show preview for supported types to avoid immediate download
- Fix various vuejs warnings
-
[5.17.5]
- Update depenencies
- Fixup cli tool to report better error status codes
-
[5.17.6]
- Further cli tool exit status code fixes
-
[5.17.7]
- Fixup cli logout
- Update dependencies
-
[5.17.8]
- Remove timeout on upload
- Do not crash if upload is cancelled and headers are already sent
This fixes https://git.cloudron.io/cloudron/surfer/-/issues/20
-
[5.17.9]
- Update dependencies