aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-252-2/+2
* Merge pull request #46071 from nextcloud/fix/46070/scope-errorArthur Schiwon2024-06-241-1/+4
|\
| * fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATIONArthur Schiwon2024-06-241-1/+4
* | fix: Avoid throwing errors for teams are unavailableJulius Härtl2024-06-241-0/+16
|/
* Merge pull request #45877 from nextcloud/fix-default-cert-bundle-pathRobin Appelman2024-06-241-9/+9
|\
| * fix: don't use custom certificate bundle if no customer certificates are conf...Robin Appelman2024-06-141-9/+9
* | Merge pull request #45973 from nextcloud/remove-chunking-v1Julius Härtl2024-06-243-163/+0
|\ \
| * | chore: remove chunking-v1Robin Appelman2024-06-193-163/+0
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-234-0/+14
* | | Merge pull request #46017 from nextcloud/get-first-node-by-id-folderRobin Appelman2024-06-211-1/+1
|\ \ \
| * | | fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeByIdRobin Appelman2024-06-201-1/+1
* | | | Merge pull request #45514 from nextcloud/bug/noid/fix-check-for-dark-avatarDaniel2024-06-211-8/+10
|\ \ \ \
| * | | | fix: use different file name for generated dark avatarsDaniel Kesselberg2024-05-261-8/+10
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-212-2/+2
| |/ / / |/| | |
* | | | fix(taskprocessing): missing GenerateEmoji default task type in manager::_get...Julien Veyssier2024-06-201-0/+1
* | | | fix(taskprocessing): missing ContextWrite default task type in manager::_getT...Julien Veyssier2024-06-201-0/+1
* | | | fix: removed unused variable and check if tag ids are empty before starting t...yemkareems2024-06-191-1/+6
* | | | fix: filtering tags based on existing tags and doing a transaction around the...yemkareems2024-06-191-11/+14
* | | | fix: do a select in systemtag_object_mapping to see if tag exists already in ...yemkareems2024-06-191-6/+20
| |/ / |/| |
* | | Merge pull request #45930 from nextcloud/repair-mimetype-expensiveRobin Appelman2024-06-195-28/+89
|\ \ \
| * | | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-184-27/+88
| * | | fix: move repair mimetype repair step to the expensive stepsRobin Appelman2024-06-171-1/+1
* | | | Merge pull request #45945 from nextcloud/perf/upgrade-reset-stepsRichard Steinmetz2024-06-182-3/+7
|\ \ \ \
| * | | | perf: Avoid reusing previous migration stepsJulius Härtl2024-06-182-3/+7
| | |_|/ | |/| |
* | | | fix(preview): don't create folder structure when previews are disabledDaniel Kesselberg2024-06-181-4/+17
* | | | use LazyUser in DefaultShareProviderRobin Appelman2024-06-171-5/+6
| |/ / |/| |
* | | Merge pull request #45582 from nextcloud/joblist-cleanup-by-idRobin Appelman2024-06-173-2/+14
|\ \ \
| * | | fix: delete background jobs by id when cleaning upRobin Appelman2024-05-303-2/+14
* | | | fix(S3): Adjust usage of guzzle promiseFerdinand Thiessen2024-06-162-3/+3
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-162-4/+92
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-152-44/+44
| |/ / |/| |
* | | Merge pull request #45172 from nextcloud/test-scanner-no-transactionsRobin Appelman2024-06-131-1/+5
|\ \ \
| * | | feat: add option to disable scanner transactionsRobin Appelman2024-05-031-1/+5
* | | | fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-132-2/+2
* | | | fix(ObjectStore): handle empty S3 hostnameJosh2024-06-121-1/+1
* | | | fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+1
* | | | Merge pull request #45768 from nextcloud/artonge/fix/copy_retryLouis2024-06-121-2/+6
|\ \ \ \
| * | | | fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-111-2/+6
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-122-0/+46
* | | | | chore(composer): composer install --no-devCôme Chilliet2024-06-114-87/+6
* | | | | chore(webhooks): Rename webhooks application to webhook_listenersCôme Chilliet2024-06-111-0/+1
* | | | | fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-115-6/+32
* | | | | feat: Make node events serializableCôme Chilliet2024-06-115-1/+68
* | | | | Revert "feat: Add support for webhook listeners"Côme Chilliet2024-06-116-166/+0
* | | | | Revert "feat: Serialize event data and author userid to webhook"Côme Chilliet2024-06-111-45/+6
* | | | | feat: Serialize event data and author userid to webhookCôme Chilliet2024-06-111-6/+45
* | | | | feat: Add support for webhook listenersCôme Chilliet2024-06-116-0/+166
|/ / / /
* | | | fix(logger): Fix scoped PSR logger when running psalm:ciJoas Schilling2024-06-111-9/+9
* | | | Merge pull request #45737 from nextcloud/jtr/fix-appmanager-checkappforX-logJosh2024-06-101-2/+6
|\ \ \ \