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: 99890ca
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19a9dac
Choose a head ref
  • 14 commits
  • 23 files changed
  • 8 contributors

Commits on Nov 27, 2023

  1. fix(files_external): Fix "Could not find resource main.js to load"

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    64f5faf View commit details
    Browse the repository at this point in the history
  2. Migrate missing column database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2cb1c0f View commit details
    Browse the repository at this point in the history
  3. Migrate missing index database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ad88c04 View commit details
    Browse the repository at this point in the history
  4. Migrate missing primary key database check to new API

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1b547c7 View commit details
    Browse the repository at this point in the history
  5. Switch from deprecated hasPrimaryKey to getPrimaryKey function

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a0e365f View commit details
    Browse the repository at this point in the history
  6. fix(tests) Fix CheckSetupControllerTest

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6b0d295 View commit details
    Browse the repository at this point in the history
  7. Missing things in database should be warning, not info

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9a1f5ed View commit details
    Browse the repository at this point in the history
  8. sidebar: allow turning off tags view by default

    With #37065, there is no way to hide the tags from the sidebar
    by default when they are not relevant or redundant (e.g. the tab
    may already show the file's tags). This can be annyoing especially
    when the file has many tags. This patch adds an option to hide
    the tags from the sidebar by default (the user can still open
    the tags tab manually).
    
    This also reduces one request when opening the sidebar when the
    tags are turned off, since all tags don't need to be fetched
    anymore.
    
    Signed-off-by: Varun Patil <varunpatil@ucla.edu>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    pulsejet authored and nextcloud-command committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c581024 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge pull request #40939 from nextcloud/pulsejet/sidebar-tags

    sidebar: allow turning off tags view by default
    artonge authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a61ec60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41460 from nextcloud/feat/migrate-database-missin…

    …g-checks
    
    Migrate database missing checks
    come-nc authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    624f8f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41766 from nextcloud/bugfix/noid/remove-Could-not…

    …-find-resource-main.js
    
    fix(files_external): Fix "Could not find resource main.js to load"
    nickvergessen authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3365c87 View commit details
    Browse the repository at this point in the history
  4. Correct a typo

    Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
    Valdnet authored and AndyScherzinger committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9064171 View commit details
    Browse the repository at this point in the history
  5. Change to capital letter

    Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    Valdnet authored and AndyScherzinger committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d876008 View commit details
    Browse the repository at this point in the history
  6. Update test for changed string - openInFilesAction.spec.ts

    Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
    AndyScherzinger committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    19a9dac View commit details
    Browse the repository at this point in the history
Loading