aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #53478 from ↵HEADmasterdependabot[bot]38 hours1-6/+7
|\ | | | | | | nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.0.18
| * build(deps-dev): bump rector/rector in /vendor-bin/rectordependabot/composer/vendor-bin/rector/rector/rector-2.0.18dependabot[bot]2 days1-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.0.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #53698 from nextcloud/fix/pronouns-translationFerdinand Thiessen2 days3-14/+16
|\ \ | |/ |/| fix(settings): translate pronounce account property
| * chore(assets): Recompile assetsnextcloud-command2 days2-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(settings): translate pronounce account propertyFerdinand Thiessen2 days1-11/+13
|/ | | | | | | Template string is not working. Additionally migrate to Typescript and directly import `t` method. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53421 from ↵feat/workflow-auto-update-reuse.ymlJoas Schilling2 days1-2/+4
|\ | | | | | | | | nextcloud/fix/convert-schedulednotifications-to-timedjob fix: make ScheduledNotifications a TimedJob and run every minute
| * fix: make ScheduledNotifications a TimedJob and...fix/convert-schedulednotifications-to-timedjobSalvatore Martire9 days1-2/+4
| | | | | | | | | | | | run every 1s. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot3 days6-12/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53695 from nextcloud/fix/settings-l10nDaniel3 days1-4/+1
|\ \ | | | | | | fix(settings): use correct scope for translations
| * | fix(settings): use correct scope for translationsfix/settings-l10nFerdinand Thiessen3 days1-4/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #53621 from ↵Salvatore Martire3 days5-0/+207
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/53428-autoCreateCollectionOnUpload Feature/53428 auto create collection on upload
| * | | build: update autoloaderSalvatore Martire3 days2-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | feat(files): automatically create directories on uploadSalvatore Martire3 days3-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 Sukharev3 days5-8/+8
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command3 days4-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 Sukharev3 days1-4/+4
|/ / / | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Merge pull request #53678 from nextcloud/debt/noid/wrong-return-type-nullcacheJohn Molakvoæ3 days3-34/+18
|\ \ \ | |/ / |/| |
| * | fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcacheDaniel Kesselberg3 days3-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 bot4 days24-14/+1194
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53499 from nextcloud/jtr-profile-email-pagesAndy Scherzinger4 days2-2/+2
|\ \ | | | | | | fix(profile): Consistent email confirmation pages
| * | fix(profile): Consistent email confirmation success page designJosh4 days1-1/+1
| | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
| * | fix(profile): Consistent email confirmation page designJosh4 days1-1/+1
|/ / | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #53649 from nextcloud/security-missing-auth-errorJohn Molakvoæ4 days2-2/+5
|\ \
| * | fix: throw a better error if we don't get an authorization header for ↵security-missing-auth-errorRobin Appelman5 days2-2/+5
| | | | | | | | | | | | | | | | | | secutity confirmation Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #53677 from nextcloud/fix/noid/ignore-missing-ownerKate4 days1-1/+8
|\ \ \
| * | | fix(dav): catch exception on non local accountfix/noid/ignore-missing-ownerMaxence Lange4 days1-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #53657 from nextcloud/chore/debug-outputFerdinand Thiessen4 days1-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 Thiessen5 days1-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #53676 from nextcloud/chore/noid/use-same-app-idChristoph Wurst4 days5-16/+11
|\ \ \ \ \ | |_|/ / / |/| | | | Align app id for federation in error messages
| * | | | refactor(federation): omit app argument for error messageschore/noid/use-same-app-idDaniel Kesselberg4 days5-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 Appelman4 days11-125/+354
|\ \ \ \ | | | | | | | | | | Add commands to set/get/delete/clear the distributed memcache
| * | | | feat: add command to clear memcachememcache-commandsRobin Appelman5 days4-1/+51
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add command to delete memcache keyRobin Appelman5 days4-0/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add commands to get and set memcache valuesRobin Appelman5 days5-0/+106
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | refactor: split off value casting out of config:system:set commandRobin Appelman5 days6-125/+151
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #53624 from ↵dependabot[bot]4 days2-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]5 days2-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 Schilling4 days6-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 Schilling4 days6-2/+247
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #53461 from nextcloud/copyr-no-empty-newfileRobin Appelman4 days1-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 Appelman5 days1-2/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot5 days22-8/+240
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53647 from nextcloud/dont-double-scan-storageKate5 days1-4/+44
|\ \ \ \
| * | | | fix: don't scan the same storage multiple timesdont-double-scan-storageRobin Appelman5 days1-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]5 days2-5/+5
|\ \ \ \
| * | | | chore(deps-dev): bump dockerode from 4.0.6 to 4.0.7dependabot/npm_and_yarn/dockerode-4.0.7dependabot[bot]8 days2-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]5 days15-109/+143
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command5 days14-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]5 days1-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 Lange5 days23-126/+605
|\ \ \ \ | | | | | | | | | | feat(lexicon): migrate config key/value