Skip to content

Releases: donquixote/collabora-drupal

0.9.0-beta8

26 Nov 14:36
3efea73
Compare
Choose a tag to compare

What's Changed

  • #19: Make the jwt patch work when installed as contrib module

0.9.0-beta7

26 Nov 10:27
ec1cb08
Compare
Choose a tag to compare

What's Changed

  • Issue #49: Introduce new "Preview own unpublished ... in Collabora" permission.
  • Issue #52: Group integration.

0.9.0-beta4 (fork repo)

24 Oct 12:06
3b6bf3d
Compare
Choose a tag to compare
Pre-release

This release contains latest changes that have not been merged yet in the base repository.
Projects can use this until the base repository catches up.

Changes since https://github.com/CollaboraOnline/collabora-drupal/releases/tag/0.9.0-beta4

CollaboraOnline/collabora-drupal@0.9.0-beta4...donquixote:collabora-drupal:0.9.0-beta5

Functionality:

  • Issue #30 Allow fullscreen.
    • Follow-up fix in Issue #41: Handle case if 'allowfullscreen' option not initialized.
  • Issue #27:
    • Replace the custom role settings with regular Drupal permissions.
    • Have separate permissions per media type.
    • Use the entity access API to manage access checks for media preview and edit with Collabora Online. This allows other modules to alter the access, e.g. to grant access based on a group membership.
    • Move access checking logic out of the controller, and add them as requirements on the route. As a consequence, the fallback behavior will no longer work.
    • Make sure that edit and preview links in different places only show up to eligible users.

Bug fixes, clean-up:

  • Issue #33: Remove php closing tag.
  • Issue #35: Don't hard-code module path in template.
  • Issue #37: Add missing parentheses to fix an output string.
  • Issue #39: Fix warnings if user has no picture.