aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-035-0/+267
| | | | | | | | | | | | | When changing preview parameters (size, format, …), one can simply delete the preview folder and run files:scan-app-data in order to retrigger updated preview recreation because files are absent. However, that's not possible when using ObjectStorage as primary storage, as there's no concept of "preview folder". This command allows to simply delete and recreate the preview folder properly from Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #48540 from nextcloud/bugfix/noid/remove-3rdparty-useJoas Schilling2024-10-035-13/+13
|\ | | | | fix(filesexternal): Remove unneeded 3rdparty library use
| * fix(filesexternal): Remove unneeded 3rdparty library usebugfix/noid/remove-3rdparty-useJoas Schilling2024-10-025-13/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03228-290/+404
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-023-108/+66
|\ | | | | fix(caldav): add missing handlers
| * fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-013-108/+66
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48519 from nextcloud/bug/48518/ignore-invalid-datesSebastian Krupinski2024-10-022-4/+11
|\ \ | | | | | | fix(dav): don't crash subscription on invalid calendar object
| * | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-022-4/+11
| | | | | | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | | Merge pull request #48486 from nextcloud/chore/48408/rename-twitter-to-xF. E Noel Nfebe2024-10-021-7/+7
|\ \ \ | |/ / |/| | chore: Move from Twitter to X
| * | chore: Move from Twitter to Xchore/48408/rename-twitter-to-xfenn-cs2024-10-021-7/+7
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #47414 from nextcloud/debt/noid/user-changed-eventArthur Schiwon2024-10-021-0/+92
|\ \ \ | | | | | | | | test(admin_audit): add test for user management listener
| * | | test(admin_audit): add test for user management listenerdebt/noid/user-changed-eventDaniel Kesselberg2024-09-231-0/+92
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #48512 from nextcloud/fix/pick-folder-smart-pickerPytal2024-10-023-15/+14
|\ \ \ \ | |_|/ / |/| | | fix(files): Fix folders not being selectable in the smart picker
| * | | chore(assets): Recompile assetsfix/pick-folder-smart-pickernextcloud-command2024-10-012-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-011-12/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-026-1/+190
|\ \ \ \ | | | | | | | | | | feat(carddav): add command to list address books
| * | | | feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #48513 from nextcloud/fix/taskprocessing-manager/php-noticeMarcel Klehr2024-10-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult
| * | | | | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultfix/taskprocessing-manager/php-noticeMarcel Klehr2024-10-021-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0230-8/+80
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48496 from ↵Julien Veyssier2024-10-015-1/+49
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/enh/noid/taskprocessing-commands-task-errors [taskprocessing] Add new command to get a task from a task ID
| * | | 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 #48451 from ↵Daniel2024-10-014-15/+103
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/federated-addressbook-sync-without-localaddressallowed fix: make federation address book sync work with allow_local_remote_servers = false
| * | | | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowedDaniel Kesselberg2024-10-012-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change should make it easier to spot wrong uses of the HTTP client on development setups where allow_local_remote_servers is usually true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | fix: make federation address book sync work with allow_local_remote_servers ↵Daniel Kesselberg2024-10-012-10/+91
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #48426 from nextcloud/jtr/fix-45671Kate2024-10-011-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix(config): Suppress error at install timejtr/fix-45671Josh2024-09-271-1/+2
| | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | 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