aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-022-4/+11
* Merge pull request #47414 from nextcloud/debt/noid/user-changed-eventArthur Schiwon2024-10-021-0/+92
|\
| * test(admin_audit): add test for user management listenerdebt/noid/user-changed-eventDaniel Kesselberg2024-09-231-0/+92
* | Merge pull request #48512 from nextcloud/fix/pick-folder-smart-pickerPytal2024-10-023-15/+14
|\ \
| * | chore(assets): Recompile assetsfix/pick-folder-smart-pickernextcloud-command2024-10-012-3/+3
| * | fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-011-12/+11
* | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-026-1/+190
|\ \ \
| * | | feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
* | | | 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 setTaskResultfix/taskprocessing-manager/php-noticeMarcel Klehr2024-10-021-1/+1
|/ / / /
* | / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0230-8/+80
| |/ / |/| |
* | | Merge pull request #48496 from nextcloud/enh/noid/taskprocessing-commands-tas...Julien Veyssier2024-10-015-1/+49
|\ \ \
| * | | feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-015-1/+49
* | | | Merge pull request #48451 from nextcloud/bug/noid/federated-addressbook-sync-...Daniel2024-10-014-15/+103
|\ \ \ \
| * | | | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowedDaniel Kesselberg2024-10-012-5/+12
| * | | | fix: make federation address book sync work with allow_local_remote_servers =...Daniel Kesselberg2024-10-012-10/+91
| |/ / /
* | | | 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
* | | | Merge pull request #48454 from nextcloud/fix/storage/get-directory-content-re...Kate2024-10-015-6/+6
|\ \ \ \
| * | | | fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-typeprovokateurin2024-09-305-6/+6
* | | | | Merge pull request #48484 from nextcloud/fwdport/48445/masterArthur Schiwon2024-10-011-6/+14
|\ \ \ \ \
| * | | | | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/masterArthur Schiwon2024-10-011-6/+14
* | | | | | Merge pull request #48480 from nextcloud/checkColExistsGit'Fellow2024-10-011-15/+21
|\ \ \ \ \ \
| * | | | | | fix(migration): Check if column exits before adding itcheckColExistsGit'Fellow2024-10-011-15/+21
* | | | | | | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-016-28/+219
|\ \ \ \ \ \ \
| * | | | | | | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunitRobin Appelman2024-09-271-19/+55
| * | | | | | | test: fix share storage move test with object storeRobin Appelman2024-09-271-0/+1
| * | | | | | | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-273-10/+27
| * | | | | | | fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-09-271-0/+1
| * | | | | | | test: re-add object store primary storage phpunit testsRobin Appelman2024-09-272-0/+136
* | | | | | | | ci: Fix path nameJoas Schilling2024-10-011-1/+1
* | | | | | | | Merge pull request #48483 from nextcloud/ci/noid/execute-psalm-security-on-pushJoas Schilling2024-10-011-1/+13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | ci: Execute psalm:security on pushesJoas Schilling2024-10-011-1/+13
|/ / / / / / /
* | | | | | | Merge pull request #48476 from nextcloud/ci/noid/improve-running-psalm-locallyDaniel2024-10-016-12/+150
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locallyJoas Schilling2024-10-015-4/+146
| * | | | | | ci: Don't upload output of normal psalm to GitHub Security sectionJoas Schilling2024-09-301-7/+1
| * | | | | | ci: Improve usability of running different psalm modes locallyJoas Schilling2024-09-303-4/+6
* | | | | | | Merge pull request #48479 from nextcloud/dependabot/github_actions/github-act...dependabot[bot]2024-10-0141-49/+49
|\ \ \ \ \ \ \
| * | | | | | | chore(deps): Bump actions/checkout in the github-actions groupdependabot/github_actions/github-actions-aa3137d618dependabot[bot]2024-09-3041-49/+49
| |/ / / / / /
* / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
|/ / / / / /
* | | | | | Merge pull request #48455 from nextcloud/update-phpdoc-for-folder-getDaniel2024-09-305-28/+2
|\ \ \ \ \ \
| * | | | | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
| * | | | | | docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-305-27/+1
* | | | | | | Merge pull request #47846 from nextcloud/fix/provisionApi-status-codesHamza2024-09-303-31/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-303-31/+31
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #48466 from nextcloud/ci/noid/require-up-to-date-psalm-pas...Daniel2024-09-301-2/+2
|\ \ \ \ \ \
| * | | | | | ci: fail psalm when baseline update requiredci/noid/require-up-to-date-psalm-paselineDaniel Kesselberg2024-09-301-2/+2
| |/ / / / /
* | | | | | Merge pull request #48461 from nextcloud/perf/files/chunked-upload-default-10...Kate2024-09-301-1/+1
|\ \ \ \ \ \
| * | | | | | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mibprovokateurin2024-09-301-1/+1
* | | | | | | Merge pull request #48460 from nextcloud/deps/noid/bump-3rdparty-hashJoas Schilling2024-09-301-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |