aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from Transifexstable31automated/noid/stable31-fix-npm-auditNextcloud bot23 hours32-142/+212
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52135 from nextcloud/fix/52131/ignore-missing-themes-31Maxence Lange30 hours1-2/+6
|\ | | | | [stable31] ignore missing theming app
| * fix(setup): ignore missing theming appfix/52131/ignore-missing-themes-31Maxence Lange33 hours1-2/+6
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix(l10n): Update translations from TransifexNextcloud bot47 hours84-196/+220
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52068 from nextcloud/backport/52066/stable31Joas Schilling2 days4-43/+101
|\ | | | | [stable31] fix(federation): Don't load the addressbook when resolving a cloud ID
| * fix(federation): Fix returning "no display name" after cache resultbackport/52066/stable31Joas Schilling3 days2-2/+33
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(federation): Don't load the addressbook when resolving a cloud IDJoas Schilling3 days4-42/+69
| | | | | | | | | | | | Instead we delay the lookup of the display name until it is actually used Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #52123 from nextcloud/backport/51431/stable31John Molakvoæ2 days2-3/+3
|\ \
| * | feat(bulk-upload): change the default to disabled as there are still some ↵backport/51431/stable31Simon L.3 days2-3/+3
| |/ | | | | | | | | | | bugs present Signed-off-by: Simon L. <szaimen@e.mail.de>
* | Merge pull request #52078 from nextcloud/backport/52075/stable31John Molakvoæ2 days14-13/+33
|\ \
| * | chore(assets): Recompile assetsbackport/52075/stable31nextcloud-command4 days9-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): fix share creation error handlingskjnldsv4 days5-6/+26
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #52054 from nextcloud/backport/52019/stable31Joas Schilling3 days1-0/+1
|\ \ \ | |_|/ |/| | [stable31] fix(dav): Really only run the chunk cleanup once
| * | fix(dav): Really only run the chunk cleanup oncebackport/52019/stable31Joas Schilling5 days1-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #52120 from nextcloud/backport/52050/stable31Alexander Piskun3 days5-2/+434
|\ \ \ | | | | | | | | [stable31] fix(taskprocessing): use the event for AppAPI to get list of AI providers
| * | | fix(taskprocessing): use the event for AppAPI to get list of AI providersbackport/52050/stable31Oleksander Piskun3 days5-2/+434
|/ / / | | | | | | | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot3 days56-156/+462
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52089 from nextcloud/release/31.0.3v31.0.3John Molakvoæ3 days1-2/+2
|\ \ \ | | | | | | | | 31.0.3
| * | | build(hub): 31.0.3release/31.0.3skjnldsv3 days1-2/+2
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | / Fix(l10n): Update translations from TransifexNextcloud bot4 days82-246/+310
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #52059 from nextcloud/revert/52038Joas Schilling5 days2-4/+7
|\ \ | | | | | | Revert "refactor(RichObjectStrings): Only log error if key or value i…
| * | Revert "refactor(RichObjectStrings): Only log error if key or value is not ↵revert/52038Joas Schilling5 days2-4/+7
|/ / | | | | | | | | | | | | | | string in validator" This reverts commit 23a61a2b42ce9b48ced31d05dba3dff281d37cf7. Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot5 days52-136/+334
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52018 from nextcloud/release/31.0.3_rc2v31.0.3rc2Benjamin Gaussorgues5 days1-2/+2
|\ | | | | 31.0.3 RC2
| * build(hub): 31.0.3 RC2release/31.0.3_rc2Benjamin Gaussorgues6 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51981 from nextcloud/backport/51715/stable31Stephan Orbaugh5 days1-1/+1
|\ \ | | | | | | [stable31] fix(dav): Allow underscores on custom links
| * | fix(shares): Allow underscores on custom linksbackport/51715/stable31Git'Fellow6 days1-1/+1
| |/ | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #52038 from nextcloud/backport/52035/stable31Stephan Orbaugh5 days2-7/+4
|\ \ | | | | | | [stable31] refactor(RichObjectStrings): Only log error if key or value is not string in validator
| * | refactor(RichObjectStrings): Only log error if key or value is not string in ↵backport/52035/stable31provokateurin5 days2-7/+4
|/ / | | | | | | | | | | validator Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #52033 from nextcloud/backport/52015/stable31Benjamin Gaussorgues6 days2-9/+9
|\ \ | |/ |/| [stable31] feat(ip): use larger IPv6 range by default
| * feat(ip): use larger IPv6 range by defaultBenjamin Gaussorgues6 days2-9/+9
|/ | | | | | | Some providers assign `/48` IPv6 blocks instead of `/64` so it sounds safer to use this mask by default. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot6 days60-40/+142
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51984 from nextcloud/backport/51942/stable31Arthur Schiwon6 days1-1/+1
|\ | | | | [stable31] fix(cache): always require updates if mtime is null
| * fix(cache): always require updates if mtime is nullbackport/51942/stable31Ferdinand Thiessen7 days1-1/+1
| | | | | | | | | | | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51941 Due to strong typings we introduced the parameter needs to be an integer. Previously it was `null` which was equal to `0`. So if there is no storage mtime we need to update the cache. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51992 from nextcloud/backport/51944/stable31Arthur Schiwon6 days7-2/+14
|\ \ | | | | | | [stable31] fix(files_reminders): add missing import
| * | chore: adjust syntax for app managerbackport/51944/stable31Ferdinand Thiessen7 days1-1/+1
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore: lint files_reminders using psalmFerdinand Thiessen7 days3-1/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen7 days1-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_reminders): add missing importFerdinand Thiessen7 days4-1/+4
|/ / | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51987 from nextcloud/backport/51982/stable31Stephan Orbaugh7 days5-38/+5
|\ \ | |/ |/| [stable31] Revert "refactor: add migration for email setting"
| * Revert "refactor: add migration for email setting"backport/51982/stable31provokateurin7 days5-38/+5
|/ | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot7 days20-218/+350
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot8 days20-46/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51965 from ↵John Molakvoæ9 days2-5/+5
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable31/types/dockerode-3.3.37 build(deps-dev): bump @types/dockerode from 3.3.35 to 3.3.37
| * build(deps-dev): bump @types/dockerode from 3.3.35 to 3.3.37dependabot/npm_and_yarn/stable31/types/dockerode-3.3.37dependabot[bot]9 days2-5/+5
|/ | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.35 to 3.3.37. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-version: 3.3.37 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot9 days32-56/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51929 from nextcloud/fix/31-template-layoutAndy Scherzinger10 days4-20/+32
|\ | | | | fix: ensure enabled themes are set on the template
| * fix: ensure enabled themes are set on the templateFerdinand Thiessen10 days4-20/+32
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot10 days48-22/+96
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51904 from nextcloud/release/31.0.3_rc1v31.0.3rc1Benjamin Gaussorgues10 days1-2/+2
|\ | | | | 31.0.3 RC1