aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #53695 from nextcloud/fix/settings-l10nDaniel2025-06-261-4/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix(settings): use correct scope for translations
| * | | | | | | | | fix(settings): use correct scope for translationsfix/settings-l10nFerdinand Thiessen2025-06-261-4/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #53621 from ↵Salvatore Martire2025-06-265-0/+207
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/53428-autoCreateCollectionOnUpload Feature/53428 auto create collection on upload
| * | | | | | | | | build: update autoloaderSalvatore Martire2025-06-262-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | | | | | | | feat(files): automatically create directories on uploadSalvatore Martire2025-06-263-0/+205
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | | | | | | | | Merge pull request #53697 from nextcloud/fix/noid/content-header-heightMaksim Sukharev2025-06-265-8/+8
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2025-06-264-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | style(content): rely on var(--header-height)fix/noid/content-header-heightMaksim Sukharev2025-06-261-4/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | | | Merge pull request #53678 from nextcloud/debt/noid/wrong-return-type-nullcacheJohn Molakvoæ2025-06-263-34/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcacheDaniel Kesselberg2025-06-263-34/+18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface defines ICacheEntry|false, thus we should not return null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-2624-14/+1194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #53499 from nextcloud/jtr-profile-email-pagesAndy Scherzinger2025-06-252-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(profile): Consistent email confirmation pages
| * | | | | | | fix(profile): Consistent email confirmation success page designJosh2025-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
| * | | | | | | fix(profile): Consistent email confirmation page designJosh2025-06-251-1/+1
|/ / / / / / / | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | | Merge pull request #53649 from nextcloud/security-missing-auth-errorJohn Molakvoæ2025-06-252-2/+5
|\ \ \ \ \ \ \
| * | | | | | | fix: throw a better error if we don't get an authorization header for ↵security-missing-auth-errorRobin Appelman2025-06-242-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | secutity confirmation Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #53677 from nextcloud/fix/noid/ignore-missing-ownerKate2025-06-251-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(dav): catch exception on non local accountfix/noid/ignore-missing-ownerMaxence Lange2025-06-251-1/+8
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | Merge pull request #53657 from nextcloud/chore/debug-outputFerdinand Thiessen2025-06-251-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(files): add more debug output to the filename sanitizing command
| * | | | | | | | fix(files): add more debug output to the filename sanitizing commandchore/debug-outputFerdinand Thiessen2025-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #53676 from nextcloud/chore/noid/use-same-app-idChristoph Wurst2025-06-255-16/+11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Align app id for federation in error messages
| * | | | | | | | refactor(federation): omit app argument for error messageschore/noid/use-same-app-idDaniel Kesselberg2025-06-255-16/+11
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As federation is an app, the LoggerInterface instance is ScopedPsrLogger and will set it. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #52880 from nextcloud/memcache-commandsRobin Appelman2025-06-2511-125/+354
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add commands to set/get/delete/clear the distributed memcache
| * | | | | | | | feat: add command to clear memcachememcache-commandsRobin Appelman2025-06-244-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | feat: add command to delete memcache keyRobin Appelman2025-06-244-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | feat: add commands to get and set memcache valuesRobin Appelman2025-06-245-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | refactor: split off value casting out of config:system:set commandRobin Appelman2025-06-246-125/+151
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #53624 from ↵dependabot[bot]2025-06-252-15/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-24.10.2
| * | | | | | | | chore(deps-dev): bump puppeteer from 24.10.0 to 24.10.2dependabot/npm_and_yarn/puppeteer-24.10.2dependabot[bot]2025-06-242-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.10.0 to 24.10.2. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.0...puppeteer-v24.10.2) --- updated-dependencies: - dependency-name: puppeteer dependency-version: 24.10.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #53669 from ↵Joas Schilling2025-06-256-2/+247
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/noid/add-command-to-list-all-routes feat(occ): Add commands to list all routes and match a single one
| * | | | | | | | | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routesJoas Schilling2025-06-256-2/+247
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #53461 from nextcloud/copyr-no-empty-newfileRobin Appelman2025-06-251-2/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix: don't create an empty file before writing the contents in OC_Util::copyr
| * | | | | | | | | fix: don't create an empty file before writing the contents in OC_Util::copyrcopyr-no-empty-newfileRobin Appelman2025-06-241-2/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-2522-8/+240
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #53647 from nextcloud/dont-double-scan-storageKate2025-06-241-4/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: don't scan the same storage multiple timesdont-double-scan-storageRobin Appelman2025-06-241-4/+44
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #53623 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.7dependabot[bot]2025-06-242-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | chore(deps-dev): bump dockerode from 4.0.6 to 4.0.7dependabot/npm_and_yarn/dockerode-4.0.7dependabot[bot]2025-06-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: dockerode dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #53653 from nextcloud/dependabot/npm_and_yarn/pbkdf2-3.1.3dependabot[bot]2025-06-2415-109/+143
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2025-06-2414-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3dependabot[bot]2025-06-241-58/+92
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | Merge pull request #52832 from nextcloud/feat/noid/lexicon-migrate-keysMaxence Lange2025-06-2423-126/+605
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat(lexicon): migrate config key/value
| * | | | | | | | feat(lexicon): better numeric conversionMaxence Lange2025-06-243-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | feat(lexicon): new tests about lexicon migrationMaxence Lange2025-06-242-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | feat(lexicon): fix testsMaxence Lange2025-06-246-81/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | feat(lexicon): migrate keys on app updateMaxence Lange2025-06-243-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | feat(lexicon): using configmanagerMaxence Lange2025-06-243-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | feat(lexicon): migrate config key/valueMaxence Lange2025-06-2417-66/+491
|/ / / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | Merge pull request #53615 from nextcloud/fix/revive-lowercase-emailRichard Steinmetz2025-06-248-1/+70
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | fix: revive always storing lowercased email addresses
| * | | | | | | fix: revive always storing lowercased email addressesRichard Steinmetz2025-06-248-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>