Releases: nextcloud/richdocuments
Releases · nextcloud/richdocuments
v7.1.2
Fixed
v6.3.5
v4.2.10
Other
- fix: Trigger initial setup earlier #2851
- fix: Check for template id match in middleware @juliushaertl #2863
v3.8.8
Fixed
- Check for template id match in middleware
v8.0.0-beta.2
Added
- Integrate the link picker @julien-nc #2814
Fixed
- Fix regression on share links as logged in users @juliushaertl #2784
- Fix viewer height on safari mobile @julien-nc #2801
- Fix base64 image generation @julien-nc #2826
Dependencies
- build(deps-dev): Bump cypress from 12.3.0 to 12.4.1 @dependabot[bot] #2774
- build(deps-dev): Bump psalm/phar from 5.4.0 to 5.6.0 @dependabot[bot] #2772
- build(deps): Bump @nextcloud/vue from 7.4.0 to 7.5.0 @dependabot[bot] #2773
- build(deps-dev): Bump phpunit/phpunit from 9.5.28 to 9.6.3 @dependabot[bot] #2796
- build(deps-dev): Bump friendsofphp/php-cs-fixer from 3.13.2 to 3.14.3 @dependabot[bot] #2789
- build(deps-dev): Bump phpunit/phpunit from 9.5.28 to 9.6.1 @dependabot[bot] #2788
- build(deps-dev): Bump friendsofphp/php-cs-fixer from 3.14.3 to 3.14.4 @dependabot[bot] #2800
- build(deps-dev): Bump typescript from 4.9.4 to 4.9.5 @dependabot[bot] #2791
- build(deps-dev): Bump cypress from 12.4.1 to 12.5.1 @dependabot[bot] #2792
- build(deps-dev): Bump psalm/phar from 5.6.0 to 5.7.6 @dependabot[bot] #2817
- build(deps-dev): Bump cypress from 12.5.1 to 12.7.0 @dependabot[bot] #2818
- Update nextcloud/ocp dependency @nextcloud-command #2840
Other
- allow to add ttf files @szaimen #2782
- Move document params to initial state @juliushaertl #2258
- fix: direct editing integration tests @juliushaertl #2795
- chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 @nickvergessen #2829
v7.1.1
Fixed
- Fix loading share links for logged in users @juliushaertl #2786
- Avoid exception when uploading epub #2780
- allow to add ttf files #2783
v8.0.0-beta.1
Added
- Add app config to override wopi checkFileInfo @juliushaertl #2560
- Implement user mentions API @Raudius #2576
- Add confirmation dialog after document is opened locally @Raudius #2648
Fixed
- For PDFs rename context menu option to "Open with" @Raudius #2527
- Do not fail if no directory is passed when creating a file from a template @juliushaertl #2543
- Return proper status code if file is not found during writing @juliushaertl #2537
- Use proper product name in capabilities @juliushaertl #2525
- option to use new grouped saveas @pedropintosilva #2551
- Keep passing light theme values to Collabora as long as the dark mode is not available there @juliushaertl #2550
- Invoke read permission check to trigger terms of services when creating a token @juliushaertl #2559
- Fix redundant port number in url @mayswind #2573
- Improve error handling for global template uploads @juliushaertl #2595
- Listen for event during preview rendering and apply secure view options @juliushaertl #2579
- Adjust preview event name to BeforePreviewFetchedEvent @juliushaertl #2588
- Pass the proper target path/name for new files created through direct editing @juliushaertl #2626
- Increase timeout for preview generation @gitsan13 #2623
- Fix array access error when requesting preview while not having access to Collabora @juliushaertl #2640
- Move WOPI checks to the middleware @juliushaertl #2669
- Be less strict with splitting the wopi allow list @juliushaertl #2692
- Another attempt to work around Safari issues @juliushaertl #2605
- fix(viewer): Do not attempt to register file actions if not available @juliushaertl #2713
- fix: Open pdf files by default on share links if files_pdfviewer is disabled @juliushaertl #2723
- Load viewer scripts depending on share ownership @juliushaertl #2745
- Fix creating new files from user templates @juliushaertl #2740
- Show warning if "WOPI allow-list" not configured @Raudius #2604
- Adjust local editing button position in tabbed view @Raudius #2597
- Add logging for remote requests @juliushaertl #2652
- Fix the return type according to global definition @christianlupus #2661
- Remove deprecation warning if no access groups are defined @christianlupus #2662
- Valdnet patch 1 @Valdnet #2656
- introduce zotero integration for Nextcloud Office (Collabora Online) @lpranam #2657
- Log info message on wopi ip mismatch @juliushaertl #2688
- ci(integration): Use apcu and speed up basic auth @juliushaertl #2712
- Fix IPv6 handling in WOPI allow list @juliushaertl #2696
- minimal template.odg (locale agnostic) @timar #2730
- Add cypress tests @juliushaertl #1939
- Use private field for sharing Zotero key @eszkadev #2726
- l10n: Unified spelling and removed spaces @Valdnet #2756
- perf(autoloader): Add composer autoloader @juliushaertl #2768
- Rename main Git development branch from
master
tomain
@mejo- #2761 - Avoid exception when uploading epub @eszkadev #2767
- chore(CI): Update master php testing versions and workflow templates @nickvergessen #2760
v7.1.0
Added
- introduce zotero integration for Nextcloud Office (Collabora Online) #2738
Fixed
- Be less strict with splitting the wopi allow list #2693
- Another attempt to work around Safari issues #2718
- fix: Open pdf files by default on share links if files_pdfviewer is disabled #2724
- fix(viewer): Do not attempt to register file actions if not available #2721
- Load viewer scripts depending on share ownership #2747
- Fix creating new files from user templates #2741
- Log info message on wopi ip mismatch #2690
- Fix IPv6 handling in WOPI allow list #2709
- minimal template.odg (locale agnostic) #2731
- Use private field for sharing Zotero key #2739
v6.3.3
Fixed
- Improve error handling for global template uploads #2611
- Increase timeout for preview generation #2633
- Fix array access error when requesting preview while not having access to Collabora #2642
- Pass the proper target path/name for new files created through direct editing #2637
- Always show the close button #2624
- Move WOPI checks to the middleware @juliushaertl #2673
- Open PDF files by default when PDF viewer is disabled #2598
- Show warning if "WOPI allow-list" not configured #2608
- Add logging for remote requests #2654
- Fix the return type according to global definition #2666