Releases: CSCfi/swift-browser-ui
Releases · CSCfi/swift-browser-ui
v2.0.0
v1.1.0b8
v1.1.0b7
- npm and pypi package updates
- Add support for Openstak Fernet tokens #409
- Docs/update api docs #410
- Update/monthly #408
- Return empty list of buckets, fixes #356 #394
- Use Breadcrumbs from Buefy #392
- Update/bulk update front nov2021 #390 and typo: Containers -> ContainersView #393
- Fix breadcrumbs by changing URLs #418
v1.1.0b4
v1.1.0b3
Changelog
- Terminology updates for customized builds
- Parameterize help links
- Add support for a configurable help button
- Add support for logging in with username+password
- Package updates
v1.1.0b2
Fixes upload issues arising from too large chunk size. Adds support for changing favicon, changes naming conventions.
Changelog
- Reduce upload chunk size to 5MiB
- Add support for changing favicons
- Change naming convention from container to bucket
v1.1.0b1
New functionality in preparation for launching v1.1.0. Implements e.g. container and object deletion, container addition, improves upload process, improves sharing related functionality, fixes some bugs, updates style, makes style customization possible, etc. Metadata related functionality is still lacking as a part of this PR, will follow in the future.
Changes Made
- Implement uploads into nested directories
- Fix bug in uploading: unable to upload after previous upload finishes
- Add object deletion in bulk + as a single object + inside nested directories
- Add container deletion for empty containers
- Add container creation
- Add direct share links for creating and sharing a container to pre-determined project provided in link
- Fix bug with synchronizing shared container information into the sharing database
- Allow changing logo, css on build time
- Create a CSC brand color scheme and make it the default
- Add support for overriding language parameters on build time, adding new languages, changing naming etc.
- Rewrite login screen, increase information in login
- Bump multiple packages
- Fix object refreshes after deletion, after uploads + inside nested directories
- Redirect established sessions directly into the application
- Improve session handling
- Move over to
black
style in linting - Move over to fstrings in the whole project / unify string style
- Pin package versions in python setup
- Reflect program name configuration in navigation and page title
- Fix synchronizing container ACLs to sharing database
v1.0.0-rc16
update packages and dependencies
v1.0.0-rc15
see #124
- breaking changes in cryptography require rust > 1.45 which is in alpine 3.13
- updated npm packages
- catch all exceptions in health call
v1.0.0-rc14
- fix wrong download link
- update buefy library and fix breaking changes