aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add config variable for curl timeoutDominik Fuchß2023-06-132-2/+11
| | | | | | Add the config variable for curl calls ("remote_curl_timeout"). E.g., needed for nextcloud federation. Signed-off-by: Dominik Fuchß <develop@fuchss.org>
* Merge pull request #38781 from nextcloud/ci/noid/pin-setup-phpJohn Molakvoæ2023-06-137-8/+8
|\
| * ci: pin setup-php to avoid a regressionArthur Schiwon2023-06-127-8/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #38787 from ↵John Molakvoæ2023-06-131-3/+3
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/actions/setup-node-3
| * | chore(deps): Bump actions/setup-node from 2 to 3dependabot[bot]2023-06-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38786 from ↵John Molakvoæ2023-06-133-6/+6
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3
| * | | chore(deps): Bump peter-evans/create-or-update-comment from 2 to 3dependabot[bot]2023-06-123-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...c6c9a1a66007646a28c153e2a8580a5bad27bcfa) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38788 from ↵John Molakvoæ2023-06-131-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/github_actions/actions/upload-artifact-3
| * | | chore(deps): Bump actions/upload-artifact from 2 to 3dependabot[bot]2023-06-121-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #38785 from ↵John Molakvoæ2023-06-136-6/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-2.2 chore(deps): Bump skjnldsv/read-package-engines-version-actions from 1.1 to 2.2
| * | | chore(deps): Bump skjnldsv/read-package-engines-version-actionsdependabot[bot]2023-06-126-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 1.1 to 2.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v1.1...8205673bab74a63eb9b8093402fd9e0e018663a1) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-13172-462/+502
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38737 from kurtmckee/add-dependabot-for-actionsSimon L2023-06-131-0/+9
|\ \ | |/ |/| Add a Dependabot configuration to autoupdate GitHub action versions
| * Add a Dependabot configuration to autoupdate GitHub action versionsKurt McKee2023-06-101-0/+9
| | | | | | | | Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
* | Merge pull request #38642 from ↵Simon L2023-06-125-61/+6
|\ \ | | | | | | | | | | | | nextcloud/chore/appframework/drop-emptycontentsecuritypolicy-allowinlinescript chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript
| * | chore(appframework)!: Drop ↵Christoph Wurst2023-06-125-61/+6
| | | | | | | | | | | | | | | | | | \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-124-8/+12
|\ \ \ | | | | | | | | fix(caching): Avoid checking existence before fetching
| * | | fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-124-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #38735 from ↵Simon L2023-06-124-4/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/update-disabled-updater-wording allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
| * | | | allow to specify upgrade.cli-upgrade-link in order to link to the correct ↵Simon L2023-06-104-4/+15
| | |_|/ | |/| | | | | | | | | | | | | | | | | | documentation Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #38636 from fsamapoor/constructor_property_promotion_part1Simon L2023-06-1211-192/+108
|\ \ \ \ | |_|_|/ |/| | | [1/3] Refactors /core controllers using constructor property promotion.
| * | | Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-059-55/+73
| | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-5/+6
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Update core/Controller/CollaborationResourcesController.phpFaraz Samapoor2023-06-051-5/+7
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Update core/Controller/AppPasswordController.phpFaraz Samapoor2023-06-051-2/+3
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-0411-187/+81
| | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | Merge pull request #38725 from nextcloud/dropMetaRobotsSimon L2023-06-121-1/+0
|\ \ \ \ | | | | | | | | | | Drop meta robots header
| * | | | Drop meta robots tagGit'Fellow2023-06-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert mistake Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #38619 from ↵Simon L2023-06-125-9/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | fsamapoor/replace_strpos_calls_in_files_external_app Refactors "strpos" calls in /apps/files_external
| * | | | Update apps/files_external/lib/Lib/Storage/SMB.phpFaraz Samapoor2023-06-051-3/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-025-9/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | | Merge pull request #38543 from fsamapoor/use_null_coalescing_operatorSimon L2023-06-121-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Uses "Null Coalescing Operator" to improve code readability.
| * | | | | Uses "Null Coalescing Operator" to improve code readability.Faraz Samapoor2023-05-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1230-342/+350
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #38734 from ↵Louis2023-06-1148-82/+94
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.1.0 chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0
| * | | | | | chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0dependabot[bot]2023-06-1148-82/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/nextcloud/nextcloud-event-bus/compare/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>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1148-636/+820
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #38733 from ↵dependabot[bot]2023-06-102-17/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/composer/build/integration/dms/phpunit-arraysubset-asserts-0.5.0
| * | | | | chore(deps-dev): Bump dms/phpunit-arraysubset-assertsdependabot[bot]2023-06-102-17/+16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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](https://github.com/rdohms/phpunit-arraysubset-asserts/compare/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>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1022-286/+316
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #38226 from nextcloud/file-object-utilsRobin Appelman2023-06-098-1/+368
|\ \ \ \ \ | |_|_|/ / |/| | | | add utility command for object store objects
| * | | | add utility command for object store objectsRobin Appelman2023-06-098-1/+368
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #38645 from ↵Julius Härtl2023-06-091-16/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/link-ref-provider-local-image-uri
| * | | | | avoid requests to opengraph image if no host detectedJulien Veyssier2023-06-091-16/+21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #38703 from nextcloud/fix/trashbin-types-for-32bitsJohn Molakvoæ2023-06-091-38/+43
|\ \ \ \ \
| * | | | | Correctly react to bad configurationCôme Chilliet2023-06-081-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Do not cast sizes to int in Trashbin classCôme Chilliet2023-06-081-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps with 32bits support Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #38715 from nextcloud/deps/nextcloud/vue-7.12.0Pytal2023-06-0858-92/+92
|\ \ \ \ \ \
| * | | | | | chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0Christopher Ng2023-06-0858-92/+92
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #38710 from nextcloud/enh/noid/fix-issue-templateSimon L2023-06-081-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix wrong link in issue template