Skip to content

Latest commit

 

History

History
144 lines (83 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

144 lines (83 loc) · 5.02 KB

Changelog

2.2.1

Fixed

  • Fix: Add mising SharingLoadAdditionalScriptsListener #553
  • Updating pr-feedback.yml workflow from template #555
  • Updating dependabot-approve-merge.yml workflow from template #556
  • Fix(UI): script to register at viewer has to require viewer #558
  • Chore(CI): Updating pr-feedback.yml workflow from template #562

2.2.0

Added

  • Compatiblity with Nextcloud 29

2.1.2

Fixed

  • fix: Load public share link file creation again @juliushaertl #548

2.1.1

Fixed

  • Fix wrong language in new file menu @Dennis1993 #528
  • Fixed remote redirect URL for federation shared files @hopleus #523
  • Fix broken calls for inline script support @juliushaertl #526

Other

  • chore(CI): Adjust testing matrix for Nextcloud 29 on main @nickvergessen #542

2.1.0

Fixed

  • fix: File creation on Nextcloud 28 @juliushaertl #519
  • fix: Skip CSP setup on CLI @juliushaertl #507
  • fix: 28 deprecation compatiblity @juliushaertl #490

2.0.3

Fixed

  • fix: Do not always assume en-US as language if we cannot clearly determine @juliushaertl #500
  • fix: enforce view mode on mobile @juliushaertl #497
  • fix: Avoid throwing during app setup when federation classes could not be queried @juliushaertl #488

2.0.2

Fixed

  • fix: Return X-WOPI-Lock when a manual lock from outside exists @juliushaertl #442
  • Add known issues to README @juliushaertl #427
  • Update dependencies

2.0.1

Fixed

  • fix: Avoid unlocking too early and fix collaboration in Word @juliushaertl #423

2.0.0

Added

  • Implment locking using files_lock #414
  • Compatiblity with Nextcloud 26

1.1.4

Fixed

  • Set allow_local_remote_servers to true for integration tests @juliushaertl #290
  • Replace deprecated String.prototype.substr() @CommanderRoot #282
  • Do not use libxml_disable_entity_loader on PHP 8 or later @juliushaertl #289
  • Move to QBMapper @juliushaertl #371
  • Do not use DOMContentLoaded for registering the viewer handler @juliushaertl #378
  • Fix viewer positioning on newer nextcloud releases @juliushaertl #370
  • Unify middleware checks @juliushaertl #384

1.1.3

Fixed

  • Fix icons in new file menu @andyxheli #253
  • Change Token Lifetime Limit @andyxheli #267

1.1.2

Fixed

  • #244 Avoid opening PDF files @andyxheli
  • Update dependencies

1.1.1

Fixed

  • #204 Unify error messages accross controllers @juliushaertl

Dependencies

  • #193 Bump stylelint-scss from 3.19.0 to 3.20.1 @dependabot[bot]
  • #190 Bump stylelint-config-recommended-scss from 4.2.0 to 4.3.0 @dependabot[bot]

1.1.0

  • #143 Fix opening files when groupfolder ACL has revoked share permissions @juliushaertl
  • #148 Set UI language parameter in the backend @juliushaertl
  • #160 Use new viewer syntax with destructuring object @azul

1.0.3

  • #111 Remove asset handling since Office Online does not support it
  • Bump dependencies

1.0.2

  • #59 Do not generate random parts that exceet 8bit values @juliushaertl
  • #69 Properly encode filename in urls @juliushaertl
  • Bump dependencies

1.0.1

  • Fix support for Oracle database backends
  • Remove unsupported mimetypes
  • Fix issue with duplicate index name

1.0.0

  • Implement Office Online integration