Skip to content

[stable31] Fix permission change in text doc#8748

Open
backportbot[bot] wants to merge 3 commits into
stable31from
backport/8746/stable31
Open

[stable31] Fix permission change in text doc#8748
backportbot[bot] wants to merge 3 commits into
stable31from
backport/8746/stable31

Conversation

@backportbot

@backportbot backportbot Bot commented Jun 16, 2026

Copy link
Copy Markdown

Backport of #8746

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Review and verify the backported changes
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Signed-off-by: silver <s.szmajduch@posteo.de>
run cs:fix

Signed-off-by: silver <s.szmajduch@posteo.de>
@samin-z samin-z force-pushed the backport/8746/stable31 branch 3 times, most recently from 4932000 to 4304180 Compare June 17, 2026 16:50
@samin-z samin-z marked this pull request as ready for review June 17, 2026 16:50
* @type {number}
*/
const FETCH_INTERVAL_READ_ONLY = 30000
const FETCH_INTERVAL_READ_ONLY = 5000

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we want to merge this PR, we should set this back to 30000

Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
@samin-z samin-z force-pushed the backport/8746/stable31 branch from 4304180 to 240854c Compare July 1, 2026 15:10
@samin-z

samin-z commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@silverkszlo @max-nextcloud stable31 is also now aligned with other versions, no custom changes, another round of review is highly appreciated.

@silverkszlo

silverkszlo commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Thank you for tackling that! I tested it and it works nicely. I just commented some small things. There is one unrelated bug:

The browser console throws a lot of these errors:
Screenshot from 2026-07-02 09-13-17

That can be fixed by adding the useIsRichWorkspaceMixin to ReadonlyBar.vue. That actually only applies to stable31, because later stables and main then use the useEditorFlags() composables instead of the provide/inject mixin pattern. I'll fix that in a separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants