Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 12, 2023

  1. Merge pull request #38642 from nextcloud/chore/appframework/drop-empt…

    …ycontentsecuritypolicy-allowinlinescript
    
    chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript
    szaimen committed Jun 12, 2023
  2. Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-get

    fix(caching): Avoid checking existence before fetching
    szaimen committed Jun 12, 2023
  3. Merge pull request #38735 from nextcloud/enh/noid/update-disabled-upd…

    …ater-wording
    
    allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
    szaimen committed Jun 12, 2023
  4. Merge pull request #38636 from fsamapoor/constructor_property_promoti…

    …on_part1
    
    [1/3] Refactors /core controllers using constructor property promotion.
    szaimen committed Jun 12, 2023
  5. chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurit…

    …yPolicy::allowInlineScript
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst committed Jun 12, 2023
  6. Merge pull request #38725 from nextcloud/dropMetaRobots

    Drop meta robots header
    szaimen committed Jun 12, 2023
  7. Merge pull request #38619 from fsamapoor/replace_strpos_calls_in_file…

    …s_external_app
    
    Refactors "strpos" calls in /apps/files_external
    szaimen committed Jun 12, 2023
  8. fix(caching): Avoid checking existence before fetching

    The cache might expire between checking for key existence and fetching
    the value. In this rare case the code continues with a null value when
    it doesn't expect one.
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and szaimen committed Jun 12, 2023
  9. Merge pull request #38543 from fsamapoor/use_null_coalescing_operator

    Uses "Null Coalescing Operator" to improve code readability.
    szaimen committed Jun 12, 2023
  10. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jun 12, 2023

Commits on Jun 11, 2023

  1. Merge pull request #38734 from nextcloud/dependabot/npm_and_yarn/next…

    …cloud/event-bus-3.1.0
    
    chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0
    artonge committed Jun 11, 2023
  2. chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0

    Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
    - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
    - [Commits](nextcloud/nextcloud-event-bus@v3.0.2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/event-bus"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    dependabot[bot] authored and nextcloud-command committed Jun 11, 2023
  3. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jun 11, 2023

Commits on Jun 10, 2023

  1. allow to specify upgrade.cli-upgrade-link in order to link to the cor…

    …rect documentation
    
    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Jun 10, 2023
  2. Merge pull request #38733 from nextcloud/dependabot/composer/build/in…

    …tegration/dms/phpunit-arraysubset-asserts-0.5.0
    dependabot[bot] committed Jun 10, 2023
  3. chore(deps-dev): Bump dms/phpunit-arraysubset-asserts

    Bumps [dms/phpunit-arraysubset-asserts](https://github.com/rdohms/phpunit-arraysubset-asserts) from 0.4.0 to 0.5.0.
    - [Release notes](https://github.com/rdohms/phpunit-arraysubset-asserts/releases)
    - [Commits](rdohms/phpunit-arraysubset-asserts@v0.4.0...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: dms/phpunit-arraysubset-asserts
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 10, 2023
  4. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jun 10, 2023

Commits on Jun 9, 2023

  1. Merge pull request #38226 from nextcloud/file-object-utils

    add utility command for object store objects
    icewind1991 committed Jun 9, 2023
  2. add utility command for object store objects

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 9, 2023
  3. Drop meta robots tag

    Revert mistake
    
    Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
    solracsf committed Jun 9, 2023
  4. avoid requests to opengraph image if no host detected

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Jun 9, 2023

Commits on Jun 8, 2023

  1. chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jun 8, 2023
  2. Merge pull request #38710 from nextcloud/enh/noid/fix-issue-template

    fix wrong link in issue template
    szaimen committed Jun 8, 2023
  3. Correctly react to bad configuration

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jun 8, 2023
  4. fix false link in issue template

    Signed-off-by: Simon L <szaimen@e.mail.de>
    szaimen committed Jun 8, 2023
  5. Merge pull request #38701 from nextcloud/fix/noid/oauth2-tests

    Fix oauth2 tests
    kesselb committed Jun 8, 2023
  6. Do not cast sizes to int in Trashbin class

    This helps with 32bits support
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jun 8, 2023
  7. fix oauth2 tests

    Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
    julien-nc committed Jun 8, 2023
  8. Merge pull request #38695 from nextcloud/dependabot/npm_and_yarn/css-…

    …loader-6.8.1
    
    chore(deps-dev): Bump css-loader from 6.7.3 to 6.8.1
    artonge committed Jun 8, 2023
  9. Remove 32bit question

    Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
    solracsf committed Jun 8, 2023
Older