Skip to content

Releases: nowo-tech/YopassBundle

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:34

Release v1.1.0

Share list and per-share access events for teams, grants, and role-based rules.
Backward compatible: creator-only behaviour remains the default.

Changelog

Added

  • Share eventsShareListQueryEvent, ShareListResultEvent, and ShareAccessCheckEvent to customize manage list queries and per-share access without built-in teams/ACL.
  • ShareLister and ShareAccessGuard services wired into ShareManageController (creator remains the default list subject and access grant).
  • ShareAccessAction enum (View, Preview, Extend, Revoke, Delete) for per-route access checks.
  • Examplesexamples/access-control/ (teams, individual grants, role-based access) and docs/examples/AccessControl.md.

Fixed

  • composer.lock — sync content-hash with composer.json (composer validate --strict in CI).
  • Local devCOMPOSER_IGNORE_PLATFORM_REQ=ext-mongodb in docker-compose.yml (MongoDB is require-dev only).

Full Changelog: v1.0.1...v1.1.0

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:24

Release v1.0.1

CI fixes for Symfony 8 (doctrine-bundle ^3.0) and optional ext-mongodb in GitHub Actions.
See docs/CHANGELOG.md for details.

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:18

Release v1.0.0

First stable release of Yopass Bundle for Symfony.
See docs/CHANGELOG.md for details.