aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-015-1/+49
| | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #48454 from ↵Kate2024-10-015-6/+6
|\ | | | | | | nextcloud/fix/storage/get-directory-content-return-type
| * fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-typeprovokateurin2024-09-305-6/+6
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48484 from nextcloud/fwdport/48445/masterArthur Schiwon2024-10-011-6/+14
|\ \ | | | | | | fix(Auth): ignore missing token when trying to set password-unconfirm…
| * | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/masterArthur Schiwon2024-10-011-6/+14
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #48480 from nextcloud/checkColExistsGit'Fellow2024-10-011-15/+21
|\ \ \ | | | | | | | | fix(migration): Check if column exits before adding it
| * | | fix(migration): Check if column exits before adding itcheckColExistsGit'Fellow2024-10-011-15/+21
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-016-28/+219
|\ \ \ \ | | | | | | | | | | test: re-add object store primary storage phpunit tests
| * | | | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunitRobin Appelman2024-09-271-19/+55
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: fix share storage move test with object storeRobin Appelman2024-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-273-10/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | test: re-add object store primary storage phpunit testsRobin Appelman2024-09-272-0/+136
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | ci: Fix path nameJoas Schilling2024-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48483 from nextcloud/ci/noid/execute-psalm-security-on-pushJoas Schilling2024-10-011-1/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | ci: Execute psalm:security on pushes
| * | | | ci: Execute psalm:security on pushesJoas Schilling2024-10-011-1/+13
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48476 from nextcloud/ci/noid/improve-running-psalm-locallyDaniel2024-10-016-12/+150
|\ \ \ \ | |_|/ / |/| | | ci: Don't upload output of normal psalm to GitHub Security section
| * | | ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locallyJoas Schilling2024-10-015-4/+146
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | ci: Don't upload output of normal psalm to GitHub Security sectionJoas Schilling2024-09-301-7/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | ci: Improve usability of running different psalm modes locallyJoas Schilling2024-09-303-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48479 from ↵dependabot[bot]2024-10-0141-49/+49
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/github-actions-aa3137d618
| * | | | chore(deps): Bump actions/checkout in the github-actions groupdependabot/github_actions/github-actions-aa3137d618dependabot[bot]2024-09-3041-49/+49
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48455 from nextcloud/update-phpdoc-for-folder-getDaniel2024-09-305-28/+2
|\ \ \ | | | | | | | | update docs for Folder.get and call for Folder.nodeExists
| * | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-305-27/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #47846 from nextcloud/fix/provisionApi-status-codesHamza2024-09-303-31/+31
|\ \ \ \ | |/ / / |/| | | fix: provision api's status codes
| * | | fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-303-31/+31
| | |/ | |/| | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Merge pull request #48466 from ↵Daniel2024-09-301-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/ci/noid/require-up-to-date-psalm-paseline ci: fail psalm when baseline update required
| * | | ci: fail psalm when baseline update requiredci/noid/require-up-to-date-psalm-paselineDaniel Kesselberg2024-09-301-2/+2
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #48461 from ↵Kate2024-09-301-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/perf/files/chunked-upload-default-100-mib
| * | | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mibprovokateurin2024-09-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48460 from nextcloud/deps/noid/bump-3rdparty-hashJoas Schilling2024-09-301-0/+0
|\ \ \ \ | |_|/ / |/| | | build: Bump 3rdparty hash after empty updates
| * | | build: Bump 3rdparty hash after empty updatesdeps/noid/bump-3rdparty-hashJoas Schilling2024-09-301-0/+0
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #48453 from nextcloud/fix/psalm/update-baselineKate2024-09-301-10/+0
|\ \ \ | |/ / |/| |
| * | fix(psalm): Update baselinefix/psalm/update-baselineprovokateurin2024-09-301-10/+0
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #47910 from nextcloud/fix/files-add-move-infoDaniel2024-09-309-13/+45
|\ \ \ | |/ / |/| | fix(files): Add more visual move / copy notification
| * | fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-309-13/+45
|/ / | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/46645 This adds loading toast notification while the move operation is running. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48439 from nextcloud/fix/background-imageDaniel2024-09-302-1/+4
|\ \ | | | | | | fix(theming): Use `AppConfig` for setting background image
| * | fix(theming): Use `AppConfig` for setting background imagefix/background-imageFerdinand Thiessen2024-09-282-1/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #48437 from nextcloud/fix/noid/count-disabled-correctKate2024-09-301-4/+4
|\ \ \
| * | | fix: correctly count disabled users for subadminsfix/noid/count-disabled-correctMaksim Sukharev2024-09-281-4/+4
| |/ / | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Merge pull request #48446 from nextcloud/fix/fix-storage-interface-checkKate2024-09-302-2/+2
|\ \ \
| * | | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-checkCôme Chilliet2024-09-302-2/+2
|/ / / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29240-518/+674
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48431 from ↵dependabot[bot]2024-09-2881-204/+171
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vueuse/integrations-11.1.0
| * | | chore(deps): Bump @vueuse/integrations from 11.0.3 to 11.1.0dependabot[bot]2024-09-2881-204/+171
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 11.0.3 to 11.1.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v11.1.0/packages/integrations) --- updated-dependencies: - dependency-name: "@vueuse/integrations" 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>
* | | Merge pull request #48430 from ↵dependabot[bot]2024-09-285-10/+9
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.9
| * | | chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9dependabot[bot]2024-09-285-10/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.5 to 1.11.9. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.5...v1.11.9) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #48432 from nextcloud/dependabot/npm_and_yarn/cypress-13.15.0dependabot[bot]2024-09-2816-158/+72
|\ \ \