Releases: bcgov/bcbox
Releases · bcgov/bcbox
bcbox-0.0.15
A frontend UI for managing access control to S3 Objects
v0.7.0
v0.7.0 - Invite Links, Pagination and Synchronization Dates
- Add support for paginated object listing
- Provide visibility into last synchronization date and last version modified date
- Implement Magic Invite flow for deferred resource access granting
- Security improvements and various bugfixes
What's Changed
- Copy config to sbin by @kyle1morel in #158
- Remove sync sentance from homescreen login page by @jatindersingh93 in #160
- Update NPM dependencies and openshift router ingress network policy by @jujaga in #161
- Skip pop-up blocker by @TimCsaky in #163
- Rewrite getConfig to attempt to reacquire config if missing by @jujaga in #176
- Object table: lazy-loading, filtering, sorting and fetching permissions by @TimCsaky in #170
- change default row count to 10 by @TimCsaky in #178
- Refactor File Details page by @TimCsaky in #177
- Display last sync date for buckets and objects by @norrisng-bc in #181
- Implement Magic Link redirection support and InviteButton component by @jatindersingh93 in #179
- Restrict bucket fetch only if Ids are provided by @jatindersingh93 in #183
- Release BCBox v0.7.0 by @jujaga in #182
Full Changelog: v0.6.0...v0.7.0
bcbox-0.0.14
A frontend UI for managing access control to S3 Objects
bcbox-0.0.13
A frontend UI for managing access control to S3 Objects
v0.6.0
v0.6.0 - Nested Buckets
- Bucket tree view to mirror a folder hierarchy
- Easier workflow to create nested buckets
- Various Usability improvements
- Improved warning messages
- Add multiple users' permissions with fewer clicks
- CSS inheritance fixes and a better layout on smaller screens
What's Changed
- Fix getGitRevision mishandling HEAD file read by @jujaga in #145
- Add public toggle to permissions modal by @norrisng-bc in #144
- Add clarification to version update action for non-versioned buckets by @jatindersingh93 in #147
- Implement support for nested buckets view by @kyle1morel in #146
- CSS refactor to be more compatible with PrimeVue and improve layout on smaller screens by @TimCsaky in #148
- ObjectTable: select all on current page only by @norrisng-bc in #149
- Fix adding multiple users to buckets and objects by @wilwong89 in #151
- Create toast if user updates credentials for bucket that has children by @norrisng-bc in #152
- Add sub-folder creation support by @TimCsaky in #150
- Implement CORS and Helmet middleware by @kyle1morel in #154
- Refactor backend stack to explicitly transpile code by @jujaga in #155
- Release BCBox v0.6.0 by @TimCsaky in #153
Full Changelog: v0.5.0...v0.6.0
bcbox-0.0.12
A frontend UI for managing access control to S3 Objects
v0.5.0
v0.5.0 - Synchronization and Usability Improvements
- Implements COMS v0.7.0 level functionality
- Buttons to initiate synchronization
- Simplify bucket configuration process
- Additional accessibility requirements and minor UI improvements
What's Changed
- SC-3335, bug: stop loading files into browser memory before upload by @wilwong89 in #118
- Search objects by @TimCsaky in #119
- Dont pass file name when updating an object, dont persist store by @TimCsaky in #120
- Fix object list refresh; get bucket details by @TimCsaky in #122
- SC-3258, feature: Add sync button+dialog for both bucket+object respe… by @wilwong89 in #121
- Filter out system user from COMS user search by @TimCsaky in #124
- Include bucket perms when showing objects filtered by tag/meta by @TimCsaky in #125
- SC-3336, fix: update vite to 4.4.9, fix type reference in SearchUsers… by @wilwong89 in #126
- Update README: add note on removing BCBox-specific branding by @norrisng-bc in #129
- SC-3338, fix: prevent single slash in BucketConfigForm error by @wilwong89 in #130
- Update bucket name in sync modal after page load by @norrisng-bc in #132
- Make Object / Version dates more accurate by @TimCsaky in #133
- feat:(SC-3320) Added tests for layout components and bucket components by @wilwong89 in #134
- Sc3004 by @jatindersingh93 in #135
- Return back to alpine node base image by @jujaga in #138
- adjust and remove heading css by @jatindersingh93 in #139
- Fix bug caused by assigned undefined array to new set by @kyle1morel in #140
- Filter S3 Metadata in COMS data by @TimCsaky in #137
- fix:(SC-3376) Handle delete success/fail toasts on a per object basis by @wilwong89 in #136
- Formatter, package/security updates, tsconfig build updates by @kyle1morel in #141
- Sc3171 by @jatindersingh93 in #142
- Release BCBox v0.5.0 by @kyle1morel in #143
New Contributors
- @jatindersingh93 made their first contribution in #135
- @kyle1morel made their first contribution in #140
Full Changelog: v0.4.0...v0.5.0
bcbox-0.0.11
A frontend UI for managing access control to S3 Objects
bcbox-0.0.10
A frontend UI for managing access control to S3 Objects
v0.4.0
v0.4.0 - Metadata and Tagging
- Basic Metadata and Tagging support
- Add metadata/tags to objects and versions
- Ad-hoc metadata/tag editing
- Privacy-masked reverse-search discoverability support
- Metadata and tag filtering in object list
- Allow bucket managers to delete buckets from database
- Implements COMS v0.6.0 level functionality
What's Changed
- Initial Vue SFC unit test patterns by @kamorel in #89
- Metadata & tags on upload by @kamorel in #90
- Update key handling during bucket config by @kamorel in #92
- ID attribute on help texts not resolving field name by @loneil in #93
- Metadata and tag updating by @kamorel in #91
- Edit metadata/tags for new version upload by @kamorel in #96
- Bucket sidebar shows correct 'Managed By' users by @kamorel in #98
- Bucket delete by @kamorel in #99
- Remove eager metadata fetch on object list by @loneil in #101
- Update home page text by @norrisng-bc in #102
- Disable "public" toggle for files if not elevated user by @norrisng-bc in #104
- Tag/meta filter by @loneil in #103
- Use the bucket ID prop in the object filters by @loneil in #105
- Hide "edit metadata" and "edit tags" buttons by @norrisng-bc in #106
- Text changes: configuring new buckets by @norrisng-bc in #108
- Feature/highlight selected version by @norrisng-bc in #109
- use objectId to check permissions for button display by @TimCsaky in #110
- SC-3303: Align BCBox with V0.6 file upload changes by @wilwong89 in #111
- SC-3324, fix: update utils.js for RFC3986 compliant filenames by @wilwong89 in #114
- Divide COMS object search request to limit URL length by @TimCsaky in #116
- Release BCBox v0.4.0 by @jujaga in #117
New Contributors
- @norrisng-bc made their first contribution in #102
- @wilwong89 made their first contribution in #111
Full Changelog: v0.3.0...v0.4.0