Skip to content

Releases: CSCfi/swift-browser-ui

v1.1.0b2

17 Jun 13:38
f975a97

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

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

Choose a tag to compare

update packages and dependencies

v1.0.0-rc15

09 Feb 07:41
b67eb6f

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

Choose a tag to compare

  1. fix wrong download link
  2. update buefy library and fix breaking changes

v1.0.0-rc13

28 Jan 00:32
d7a6744

Choose a tag to compare

  1. replace map with _unpack and list comprehension
  2. add logging to API calls
  3. fix api tests
  4. Fix request shared container listing
  5. Fix Billing units calculation
  6. drop support for node 12

fix #116

v1.0.0-rc12

26 Jan 12:28
e94dfbe

Choose a tag to compare

see #120

  1. update npm packages
  2. catch more exceptions
  3. use python 3.8 in docker image
  4. attempted to address #117 at least by a message

v1.0.0-rc11

01 Dec 17:09
805af4e

Choose a tag to compare

bump to 1.0.0rc11 #115
bugfixes and move to python 3.8

v1.0.0-rc10

05 Nov 11:04
3723c90

Choose a tag to compare

#112
Refactor github actions and package updates for front-end

v1.0.0-rc9

02 Nov 10:20
092ece2

Choose a tag to compare

  • setting right flags cookies
  • catch urlopen exception
  • add CodeQL check