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/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a68085
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3af27b
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 21, 2025

  1. fix: rename 'edit locally' to 'open locally'

    Replace "Edit" by "Open"
    
    Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
    Jerome-Herbinet authored and susnux committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    e3d8edb View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    28e69f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge pull request #50957 from nextcloud/patch-14

    fix: rename 'edit locally' to 'open locally'
    susnux authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a4ffc55 View commit details
    Browse the repository at this point in the history
  2. fix: validate account properties as a repair step

    Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step,
    `ValidateAccountProperties` which validates and sanitizes all account
    properties.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    08d33a9 View commit details
    Browse the repository at this point in the history
  3. fix: Optimize repair step performance

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    575222b View commit details
    Browse the repository at this point in the history
  4. refactor: convert sanitize account properties repair step to backgrou…

    …nd job
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    e3af27b View commit details
    Browse the repository at this point in the history
Loading