Releases: CSCfi/swift-browser-ui
Releases · CSCfi/swift-browser-ui
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
blackstyle 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
v1.0.0-rc13
- replace map with _unpack and list comprehension
- add logging to API calls
- fix api tests
- Fix request shared container listing
- Fix Billing units calculation
- drop support for node 12
fix #116
v1.0.0-rc12
v1.0.0-rc11
bump to 1.0.0rc11 #115
bugfixes and move to python 3.8
v1.0.0-rc10
#112
Refactor github actions and package updates for front-end
v1.0.0-rc9
- setting right flags cookies
- catch urlopen exception
- add CodeQL check