Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a98dd1c27bcdd900b7e3a9a09624fcdc0c7b4cb
Choose a base ref
...
head repository: nextcloud/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce387af7b713f96996e1f65fb4d8dec2e21c8292
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 27, 2025

  1. Configuration menu
    Copy the full SHA
    9f12f21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7502 from nextcloud/renovate/main-rollup-rollup-l…

    …inux-x64-gnu-4.x
    
    chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.0 (main)
    github-actions[bot] authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    def9c23 View commit details
    Browse the repository at this point in the history
  3. fix(richworkspace): toggle localHasRichWorkspace right away

    Awaiting the request for the file lead to race conditions:
    * Enter directory with rich workspace, loading is triggered.
    * Navigate to directory without rich workspace.
    * Loading finishes - rich workspace was shown.
    
    Also clean up some minor things:
    * `this.creating` was not used at all.
    * The Editor does not emit `error`.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    f556630 View commit details
    Browse the repository at this point in the history
  4. fix(workspace): do not render if not enabled

    The header is just hidden if enabled is false.
    But for the workspace this leads to continuous requests updating the content.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    ce387af View commit details
    Browse the repository at this point in the history
Loading