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: 5acb525
Choose a base ref
...
head repository: nextcloud/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 733222b
Choose a head ref
  • 4 commits
  • 17 files changed
  • 2 contributors

Commits on Feb 6, 2023

  1. fix: transations in status message

    * Make sure the translation command for "Offline" can be parsed.
      Otherwise it will not be extracted as a translation entry.
    * Use `lastSave` as the variable name in the tooltip.
      That is what all the translations use right now.
    
    Fixes #3750.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d055707 View commit details
    Browse the repository at this point in the history
  2. Compile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b537208 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3764 from nextcloud/fix/translations-in-status

    fix: transations in status message
    max-nextcloud authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    15150e8 View commit details
    Browse the repository at this point in the history
  4. fix: empty code blocks

    Prosemirror and tiptap do not like empty text nodes.
    Leave out the entire text node instead.
    
    Fixes #3739.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    733222b View commit details
    Browse the repository at this point in the history
Loading