Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes to display latest page content in reader #1450

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Commits on Aug 28, 2024

  1. fix(editor): Pass onCreate callback to editor API

    Makes sure that reader content is updated with editor content on initial
    load.
    
    Depends on nextcloud/text#6274.
    
    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4448855 View commit details
    Browse the repository at this point in the history
  2. fix(pageContent): Add cache buster param to DAV request

    Enures that we always get the latest DAV content and nobody (neither
    browser nor server) cache anything in between.
    
    Fixes: #1437
    
    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e4716a View commit details
    Browse the repository at this point in the history