Skip to content

Releases: bcgov/bcbox

bcbox-0.0.9

30 Aug 18:32
d653a31
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

v0.3.0

30 May 21:52
6da5a76
Compare
Choose a tag to compare

v0.3.0 - Version Management

  • Clean up notification pop-up success/failure messages (toast notifications)
  • Basic object versioning support
    • Update existing objects with new versions
    • Download specific object version
  • Update an existing object and version management
  • Handle navigation away from long uploads
  • Clean up experience when adding multiple users in permission management at once
  • Implements COMS v0.5.0 level functionality

What's Changed

Full Changelog: v0.2.1...v0.3.0

bcbox-0.0.8

30 May 21:37
6da5a76
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

v0.2.1

28 Apr 16:43
ae06ffd
Compare
Choose a tag to compare

v0.2.1 - COMS Metadata Alignment

  • Align with coms-* metadata key change
  • Implements COMS v0.4.2 level functionality

What's Changed

  • BCBox v0.2.1 - Retarget metadata name to coms-name by @jujaga in #76

Full Changelog: v0.2.0...v0.2.1

bcbox-0.0.7

28 Apr 00:21
ae06ffd
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

v0.2.0

26 Apr 21:33
f7bfa76
Compare
Choose a tag to compare

v0.2.0 - MVP - Core Basic Object Management and Sharing

  • Validate incoming bucket credentials
  • Basic object filename search support
  • Improve BCBox documentation
    • Implement landing home page
    • BCeID communications and materials reviewed by IDIM
    • Workable user manual and installation documentation
  • UI Design/Accessibility guideline alignment
  • Thorough QA and tech debt cleanup
    • Enforce Read permission bindings in permission modal
    • 50% code coverage on Store unit tests
    • Performance review
  • Implements COMS v0.4.1 level functionality

What's Changed

  • BCSans and new font by @dc-bcgov in #65
  • Home page: cap image size by @kamorel in #67
  • Resolve circular build dependency by @kamorel in #68
  • Prevent removal of last manager when unticking READ by @kamorel in #69
  • Bucket config modal updates by @kamorel in #70
  • Remove Developer tab, add Help tab by @TimCsaky in #71
  • Add notice on Configure Bucket form by @TimCsaky in #72
  • Store unit tests by @kamorel in #73
  • Release BCBox v0.2.0 by @jujaga in #74
  • Fix Helm chart to allow optional notification banner by @jujaga in #75

Full Changelog: v0.1.0...v0.2.0

bcbox-0.0.6

26 Apr 20:58
f7bfa76
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

bcbox-0.0.5

26 Apr 19:58
34dcd98
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

bcbox-0.0.4

13 Apr 17:22
3f535cf
Compare
Choose a tag to compare

A frontend UI for managing access control to S3 Objects

v0.1.0

05 Apr 21:56
2b2f8da
Compare
Choose a tag to compare

v0.1.0 - Pilot - Basic Bucket and Object Management

  • OIDC Authentication support
    • IDIR and (nominal) Basic BCeID authentication support
  • Basic Bucket lifecycle support
    • Permission and user management
    • List buckets
    • Add any S3 compatible bucket
    • Edit/configure buckets
  • Basic Object lifecycle support
    • Permission and user management
    • List objects
    • Multi-object upload support
    • Object details support
    • Download single object
    • Soft delete object support
  • Object sharing support
    • Public toggle
    • QR code and static URL support (both COMS and BCBox targets)
  • Thorough QA and tech debt review
  • Implements COMS v0.4.0 level functionality

Checkout our roadmap here.

What's Changed

  • Continuous Delivery: Openshift Deployments by @jujaga in #28
  • IDP specific user search functionality by @kamorel in #26
  • Filter out users without an IDP by @kamorel in #29
  • Object Permissions by @loneil in #23
  • Various bug fixes by @kamorel in #30
  • Feat/2941 file properties by @dc-bcgov in #31
  • Add user search to object permissions modal by @kamorel in #32
  • Permissions pass on action buttons by @kamorel in #34
  • Show correct bucket/object permissions after updating by @kamorel in #33
  • Add missing information to object details screens by @kamorel in #35
  • Implementation of 2966 bucket configure by @dc-bcgov in #36
  • Default table sorts by @loneil in #37
  • Share URL and QR code by @loneil in #38
  • Implementation of toggle button and set public flag by @dc-bcgov in #39
  • Refactor Vue Router and Authentication infrastructure by @jujaga in #41
  • File Details load object by @loneil in #40
  • Style tweaks by @loneil in #42
  • Store refactor by @kamorel in #43
  • Fetch proper bucket list for user after configuring by @kamorel in #45
  • Lock down bucket management to proper permissions by @kamorel in #44
  • Configurable banner by @loneil in #46
  • Add missing style on file details object permissions by @loneil in #47
  • Rename objId param, update COMS url by @TimCsaky in #49
  • Route entry permission checking by @kamorel in #48
  • Resolve 422 loading object file details by @kamorel in #50
  • Fix/3098 small bugs in test by @dc-bcgov in #51
  • disable other stuff when uploadin by @loneil in #53
  • Restructure network calls for Object sidebar & File Details by @kamorel in #52
  • Name display by @TimCsaky in #54
  • Wrap object and bucket name heading by @TimCsaky in #56
  • Various bug fixes by @kamorel in #55
  • Provide clarity on the Create Bucket screen by @dc-bcgov in #57
  • Changing request timeout to infinite for file upload by @dc-bcgov in #58
  • Styling adjustments by @loneil in #59
  • Changing the text in the upload section form by @dc-bcgov in #63
  • More UI qa feedback fixes by @loneil in #61
  • Proposal: File search, object refresh by @loneil in #62
  • Permissions audit by @kamorel in #60
  • Home page by @kamorel in #64
  • Check bucket exists before create/update by @kamorel in #66

Full Changelog: bcbox-0.0.1...v0.1.0