Skip to content

Releases: CSCfi/swift-browser-ui

v2.0.0

02 Mar 13:06
a1ce961
Compare
Choose a tag to compare

v1.1.0b8

12 Jan 10:02
60243e6
Compare
Choose a tag to compare
v1.1.0b8 Pre-release
Pre-release

Changes

  • Add support for tagging buckets
  • Add support for tagging objects
  • Add support for encrypting uploaded objects in the frontend
  • More changes outlined in the update PR #464

v1.1.0b7

01 Dec 08:40
151f7e8
Compare
Choose a tag to compare
v1.1.0b7 Pre-release
Pre-release
  1. npm and pypi package updates
  2. Add support for Openstak Fernet tokens #409
  3. Docs/update api docs #410
  4. Update/monthly #408
  5. Return empty list of buckets, fixes #356 #394
  6. Use Breadcrumbs from Buefy #392
  7. Update/bulk update front nov2021 #390 and typo: Containers -> ContainersView #393
  8. Fix breadcrumbs by changing URLs #418

v1.1.0b4

04 Aug 07:06
cf9b42d
Compare
Choose a tag to compare
v1.1.0b4 Pre-release
Pre-release
  1. contains package updates and merge PR for other related repositories:
  • swift-x-account-sharing
  • swift-sharing-request
  • swiftui-upload-runner
  1. Package updates

v1.1.0b3

07 Jul 12:10
325409c
Compare
Choose a tag to compare
v1.1.0b3 Pre-release
Pre-release

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

17 Jun 13:38
f975a97
Compare
Choose a tag to compare
v1.1.0b2 Pre-release
Pre-release

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

27 May 14:57
599c25f
Compare
Choose a tag to compare
v1.1.0b1 Pre-release
Pre-release

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

05 Apr 15:46
2b13190
Compare
Choose a tag to compare

update packages and dependencies

v1.0.0-rc15

09 Feb 07:41
b67eb6f
Compare
Choose a tag to compare

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

28 Jan 07:11
46824c9
Compare
Choose a tag to compare
  1. fix wrong download link
  2. update buefy library and fix breaking changes