aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | build(hub): 31.0.3 RC2release/31.0.3_rc2Benjamin Gaussorgues8 days1-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #51981 from nextcloud/backport/51715/stable31Stephan Orbaugh7 days1-1/+1
|\ \ \ \ | | | | | | | | | | [stable31] fix(dav): Allow underscores on custom links
| * | | | fix(shares): Allow underscores on custom linksbackport/51715/stable31Git'Fellow8 days1-1/+1
| |/ / / | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #52038 from nextcloud/backport/52035/stable31Stephan Orbaugh7 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/stable31provokateurin7 days2-7/+4
|/ / / | | | | | | | | | | | | | | | validator Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #52033 from nextcloud/backport/52015/stable31Benjamin Gaussorgues7 days2-9/+9
|\ \ \ | |/ / |/| | [stable31] feat(ip): use larger IPv6 range by default
| * | feat(ip): use larger IPv6 range by defaultBenjamin Gaussorgues7 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 bot8 days60-40/+142
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51984 from nextcloud/backport/51942/stable31Arthur Schiwon8 days1-1/+1
|\ \ | | | | | | [stable31] fix(cache): always require updates if mtime is null
| * | fix(cache): always require updates if mtime is nullbackport/51942/stable31Ferdinand Thiessen9 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 Schiwon8 days7-2/+14
|\ \ \ | |_|/ |/| | [stable31] fix(files_reminders): add missing import
| * | chore: adjust syntax for app managerbackport/51944/stable31Ferdinand Thiessen8 days1-1/+1
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore: lint files_reminders using psalmFerdinand Thiessen8 days3-1/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen8 days1-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_reminders): add missing importFerdinand Thiessen8 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 Orbaugh8 days5-38/+5
|\ \ | |/ |/| [stable31] Revert "refactor: add migration for email setting"
| * Revert "refactor: add migration for email setting"backport/51982/stable31provokateurin9 days5-38/+5
|/ | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot9 days20-218/+350
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot10 days20-46/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51965 from ↵John Molakvoæ11 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]11 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 bot11 days32-56/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51929 from nextcloud/fix/31-template-layoutAndy Scherzinger12 days4-20/+32
|\ | | | | fix: ensure enabled themes are set on the template
| * fix: ensure enabled themes are set on the templateFerdinand Thiessen12 days4-20/+32
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot12 days48-22/+96
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51904 from nextcloud/release/31.0.3_rc1v31.0.3rc1Benjamin Gaussorgues12 days1-2/+2
|\ | | | | 31.0.3 RC1
| * build(hub): 31.0.3 RC1release/31.0.3_rc1Benjamin Gaussorgues13 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51566 from nextcloud/backport/51418/stable31Andy Scherzinger12 days3-7/+7
|\ \ | | | | | | [stable31] fix(unified-search): do not overlap search bar with button
| * | chore(assets): Recompile assetsbackport/51418/stable31nextcloud-command13 days2-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(unified-search): do not overlap search with buttonFerdinand Thiessen13 days1-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51915 from nextcloud/backport/50783/stable31Arthur Schiwon12 days18-89/+258
|\ \ \ | | | | | | | | [stable31] fix(workflowengine): require a web component as operation plugin
| * | | build(workflowengine): compile assetsArthur Schiwon12 days2-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | style(vue): satisfy linterArthur Schiwon12 days5-53/+50
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix: properly set value in FileMimeTypeArthur Schiwon12 days1-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon12 days1-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon12 days2-8/+28
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon12 days2-15/+27
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon12 days2-13/+20
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon12 days3-6/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon12 days2-32/+7
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): minimally adapt check operator FileMimeType to use web ↵Arthur Schiwon12 days4-27/+64
| | | | | | | | | | | | | | | | | | | | | | | | component Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon12 days4-6/+34
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): require a web component as check pluginArthur Schiwon12 days2-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar case as with operator plugins (check previous commit). Although we are not aware of an existign problem, it is there in principle, and asjusting the API we stay consistent with that one from the operations. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(workflowengine): require a web component as operation pluginArthur Schiwon12 days3-4/+40
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solves an incompatibility issue when the providing app registers their code from an incompatible nextcloud-vue version. Also changes and clarifies WorkflowEngine API. This is necessary to stay compatible with the original way, but also promotes usage of the originally declared but never used "component" attribute on registration. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #51906 from nextcloud/backport/51905/stable31Andy Scherzinger12 days2-3/+42
|\ \ \ | | | | | | | | [stable31] fix(session): Only mark sessions of permanent tokens as app passwords
| * | | fix(session): Only mark sessions of permanent tokens as app passwordsbackport/51905/stable31Christoph Wurst13 days2-3/+42
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #51912 from nextcloud/backport/51861/stable31Louis12 days3-14/+33
|\ \ \ | | | | | | | | [stable31] fix: Catch exceptions when expiring trashbin
| * | | fix: Catch exceptions when expiring trashbinbackport/51861/stable31Louis Chemineau12 days3-12/+29
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | chore: Use iterator in ExpireTrash commandLouis Chemineau12 days1-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #51659 from nextcloud/backport/51471/stable31Louis12 days4-8/+23
|\ \ \ \ | |/ / / |/| | | [stable31] fix(files): Ensure actions never overflow filename