]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 months agoMerge pull request #46672 from nextcloud/fix/preview-invalid-id
Andy Scherzinger [Thu, 25 Jul 2024 17:37:30 +0000 (19:37 +0200)]
Merge pull request #46672 from nextcloud/fix/preview-invalid-id

Avoid using partial file info as valid one

2 months agoMerge pull request #46759 from nextcloud/chore/less-banding-image
Andy Scherzinger [Thu, 25 Jul 2024 17:33:37 +0000 (19:33 +0200)]
Merge pull request #46759 from nextcloud/chore/less-banding-image

fix(theming): Use version with less color banding for dark variant

2 months agoMerge pull request #46753 from nextcloud/fix/renaming-full-validation
Andy Scherzinger [Thu, 25 Jul 2024 16:28:13 +0000 (18:28 +0200)]
Merge pull request #46753 from nextcloud/fix/renaming-full-validation

fix(files): Use `@nextcloud/files` filename validation to show more details

2 months agofix(theming): Use version with less color banding for dark variant 46759/head
Ferdinand Thiessen [Thu, 25 Jul 2024 14:58:12 +0000 (16:58 +0200)]
fix(theming): Use version with less color banding for dark variant

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #46749 from nextcloud/fix/background-job-error
Greta [Thu, 25 Jul 2024 14:49:17 +0000 (16:49 +0200)]
Merge pull request #46749 from nextcloud/fix/background-job-error

fix: add a try and catch for delete versioning

2 months agoMerge pull request #46464 from nextcloud/unified-search-enhancements
Tobias Kaminsky [Thu, 25 Jul 2024 14:39:33 +0000 (16:39 +0200)]
Merge pull request #46464 from nextcloud/unified-search-enhancements

Unified search: add attributes for clients

2 months agochore: Compile assets 46753/head
Ferdinand Thiessen [Thu, 25 Jul 2024 13:49:17 +0000 (15:49 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(files): Use `@nextcloud/files` filename validation to show more details
Ferdinand Thiessen [Thu, 25 Jul 2024 12:29:31 +0000 (14:29 +0200)]
fix(files): Use `@nextcloud/files` filename validation to show more details

This will enable showing more details what exactly is wrong with the filename.
Especially with the new capabilities introduced with Nextcloud 30.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com/nextclo... 46464/head
tobiasKaminsky [Fri, 12 Jul 2024 07:18:16 +0000 (09:18 +0200)]
fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com/nextcloud/contacts/issues/3997

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2 months agoMerge pull request #46648 from nextcloud/fix/files-sharing-open
Ferdinand Thiessen [Thu, 25 Jul 2024 13:41:12 +0000 (15:41 +0200)]
Merge pull request #46648 from nextcloud/fix/files-sharing-open

fix(files_sharing): `open-in-files` should open a folder and not the parent

2 months agochore: Compile assets 46648/head
Ferdinand Thiessen [Thu, 25 Jul 2024 11:09:45 +0000 (13:09 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agotest: Add regression test for opening shared folders
Ferdinand Thiessen [Thu, 25 Jul 2024 11:30:43 +0000 (13:30 +0200)]
test: Add regression test for opening shared folders

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(files_sharing): `open-in-files` should open a folder and not the parent
Ferdinand Thiessen [Fri, 19 Jul 2024 17:31:43 +0000 (19:31 +0200)]
fix(files_sharing): `open-in-files` should open a folder and not the parent

For files this behavior is fine, but for folders the folder itself should be opened.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: add a try and catch for delete versioning 46749/head
greta [Thu, 25 Jul 2024 11:39:57 +0000 (13:39 +0200)]
fix: add a try and catch for delete versioning

Signed-off-by: greta <gretadoci@gmail.com>
2 months agoMerge pull request #46685 from nextcloud/sabre-directory-exception-previous
Robin Appelman [Thu, 25 Jul 2024 12:39:50 +0000 (14:39 +0200)]
Merge pull request #46685 from nextcloud/sabre-directory-exception-previous

fix: keep previous exception when wrapping dav exceptions

2 months agoMerge pull request #46383 from nextcloud/feat/template-fields
Julius Härtl [Thu, 25 Jul 2024 12:19:49 +0000 (14:19 +0200)]
Merge pull request #46383 from nextcloud/feat/template-fields

feat: Template field workflow

2 months agoMerge pull request #46739 from nextcloud/fix/noid/taskprocessing-missing-translate...
Julien Veyssier [Thu, 25 Jul 2024 11:00:34 +0000 (13:00 +0200)]
Merge pull request #46739 from nextcloud/fix/noid/taskprocessing-missing-translate-task-type

[taskprocessing] Add missing translate default task type

2 months agoMerge pull request #46693 from nextcloud/s3-writestream-impl
Stephan Orbaugh [Thu, 25 Jul 2024 10:58:06 +0000 (12:58 +0200)]
Merge pull request #46693 from nextcloud/s3-writestream-impl

feat: add a specialized writeStream implementation for s3 external storage

2 months agoMerge pull request #45932 from carhe/fix-45707
Stephan Orbaugh [Thu, 25 Jul 2024 10:55:57 +0000 (12:55 +0200)]
Merge pull request #45932 from carhe/fix-45707

fix(files_versions): avoid unintentional skipping of expiration

2 months agofix(files_versions): avoid unintentional skipping of expiration 45932/head
carhe [Mon, 17 Jun 2024 15:16:30 +0000 (17:16 +0200)]
fix(files_versions): avoid unintentional skipping of expiration

Signed-off-by: carhe <carstenherrmann@web.de>
2 months agofix(taskprocessing): add missing translate default task type 46739/head
Julien Veyssier [Thu, 25 Jul 2024 10:09:47 +0000 (12:09 +0200)]
fix(taskprocessing): add missing translate default task type

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agochore(assets): Recompile assets 46383/head
nextcloud-command [Thu, 25 Jul 2024 09:36:38 +0000 (09:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix: PHP formatting
Elizabeth Danzberger [Wed, 24 Jul 2024 23:47:14 +0000 (19:47 -0400)]
fix: PHP formatting

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Fix static analysis errors
Elizabeth Danzberger [Wed, 24 Jul 2024 23:41:52 +0000 (19:41 -0400)]
fix: Fix static analysis errors

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Can close template filler modal
Elizabeth Danzberger [Wed, 24 Jul 2024 23:28:04 +0000 (19:28 -0400)]
fix: Can close template filler modal

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Add SPDX header to new file
Elizabeth Danzberger [Wed, 24 Jul 2024 21:18:06 +0000 (17:18 -0400)]
fix: Add SPDX header to new file

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofeat: Add frontend components for filling out template
Elizabeth Danzberger [Wed, 24 Jul 2024 21:14:44 +0000 (17:14 -0400)]
feat: Add frontend components for filling out template

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofeat: Add support for filling fields to backend components
Elizabeth Danzberger [Wed, 24 Jul 2024 19:59:37 +0000 (15:59 -0400)]
feat: Add support for filling fields to backend components

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix(vue): Begin implementing template filler component
Elizabeth Danzberger [Tue, 16 Jul 2024 19:56:18 +0000 (15:56 -0400)]
fix(vue): Begin implementing template filler component

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix(api): Add alias to `Field`
Elizabeth Danzberger [Tue, 16 Jul 2024 19:54:31 +0000 (15:54 -0400)]
fix(api): Add alias to `Field`

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Make field index a string for better id/index support
Elizabeth Danzberger [Tue, 16 Jul 2024 16:06:05 +0000 (12:06 -0400)]
fix: Make field index a string for better id/index support

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Correct name of `InvalidFieldTypeException` class file
Elizabeth Danzberger [Tue, 16 Jul 2024 15:57:52 +0000 (11:57 -0400)]
fix: Correct name of `InvalidFieldTypeException` class file

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Add proper field types
Elizabeth Danzberger [Tue, 16 Jul 2024 15:48:17 +0000 (11:48 -0400)]
fix: Add proper field types

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Remove comments
Elizabeth Danzberger [Fri, 12 Jul 2024 18:40:32 +0000 (14:40 -0400)]
fix: Remove comments

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Add `InvalidFieldType` exception
Elizabeth Danzberger [Fri, 12 Jul 2024 18:36:40 +0000 (14:36 -0400)]
fix: Add `InvalidFieldType` exception

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: `Field` and `FieldType` implementation
Elizabeth Danzberger [Fri, 12 Jul 2024 18:27:24 +0000 (14:27 -0400)]
fix: `Field` and `FieldType` implementation

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Composer autoloads for Field classes
Elizabeth Danzberger [Fri, 12 Jul 2024 18:26:33 +0000 (14:26 -0400)]
fix: Composer autoloads for Field classes

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Add Field and FieldType back to server API
Elizabeth Danzberger [Wed, 10 Jul 2024 20:20:44 +0000 (16:20 -0400)]
fix: Add Field and FieldType back to server API

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Move field classes out of the server api
Elizabeth Danzberger [Fri, 5 Jul 2024 17:14:49 +0000 (13:14 -0400)]
fix: Move field classes out of the server api

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofix: Emit new `BeforeGetTemplates` event
Elizabeth Danzberger [Fri, 5 Jul 2024 16:47:01 +0000 (12:47 -0400)]
fix: Emit new `BeforeGetTemplates` event

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofeat: TemplateFiller component
Elizabeth Danzberger [Mon, 1 Jul 2024 20:47:12 +0000 (16:47 -0400)]
feat: TemplateFiller component

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofeat: Add template filler component
Elizabeth Danzberger [Fri, 28 Jun 2024 20:05:53 +0000 (16:05 -0400)]
feat: Add template filler component

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agofeat: Template fields
Elizabeth Danzberger [Thu, 27 Jun 2024 18:06:32 +0000 (14:06 -0400)]
feat: Template fields

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
fix: Composer dump

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
fix: Add field array to template class

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2 months agoMerge pull request #46722 from nextcloud/enh/noid/taskprocessing-enums-defaults
Julien Veyssier [Thu, 25 Jul 2024 09:03:23 +0000 (11:03 +0200)]
Merge pull request #46722 from nextcloud/enh/noid/taskprocessing-enums-defaults

feat(TaskProcessing): Implement enums and default values

2 months agofix(taskprocessing): fix typo in text2text task type 46722/head
Julien Veyssier [Thu, 25 Jul 2024 08:38:19 +0000 (10:38 +0200)]
fix(taskprocessing): fix typo in text2text task type

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(taskprocessing): add translate task type
Julien Veyssier [Thu, 25 Jul 2024 08:37:36 +0000 (10:37 +0200)]
feat(taskprocessing): add translate task type

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofix: Don't validate input again upon running a task
Marcel Klehr [Thu, 25 Jul 2024 08:27:45 +0000 (10:27 +0200)]
fix: Don't validate input again upon running a task

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 months agofix: Make sure provider provides enum values
Marcel Klehr [Thu, 25 Jul 2024 08:23:53 +0000 (10:23 +0200)]
fix: Make sure provider provides enum values

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 months agofix(taskprocessing): Update lib/private/TaskProcessing/Manager.php
Marcel Klehr [Thu, 25 Jul 2024 06:06:04 +0000 (08:06 +0200)]
fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 months agofix(taskprocessing): fix psalm issue
Julien Veyssier [Wed, 24 Jul 2024 17:25:34 +0000 (19:25 +0200)]
fix(taskprocessing): fix psalm issue

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofix(taskprocessing): fix cs issues and generate autoloaders
Julien Veyssier [Wed, 24 Jul 2024 14:48:14 +0000 (16:48 +0200)]
fix(taskprocessing): fix cs issues and generate autoloaders

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofix(taskprocessing): fix OpenAPI error and generate specs
Julien Veyssier [Wed, 24 Jul 2024 14:01:01 +0000 (16:01 +0200)]
fix(taskprocessing): fix OpenAPI error and generate specs

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofix(taskprocessing): add license
Julien Veyssier [Wed, 24 Jul 2024 13:57:04 +0000 (15:57 +0200)]
fix(taskprocessing): add license

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofix(taskprocessing): run cs:fix
Julien Veyssier [Wed, 24 Jul 2024 13:43:01 +0000 (15:43 +0200)]
fix(taskprocessing): run cs:fix

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(TaskProcessing): Implement enums and default values
Marcel Klehr [Wed, 24 Jul 2024 13:34:51 +0000 (15:34 +0200)]
feat(TaskProcessing): Implement enums and default values

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 months agoMerge pull request #44788 from nextcloud/db-error-logging
Stephan Orbaugh [Thu, 25 Jul 2024 07:09:57 +0000 (09:09 +0200)]
Merge pull request #44788 from nextcloud/db-error-logging

feat: add additional logging for database errors

2 months agoMerge pull request #46690 from nextcloud/fix/files-displayname
Ferdinand Thiessen [Thu, 25 Jul 2024 00:09:53 +0000 (02:09 +0200)]
Merge pull request #46690 from nextcloud/fix/files-displayname

Update `@nextcloud/files` to 3.6.0 and fix display name handling of folders (breadcrumbs and filename)

2 months agoMerge pull request #46494 from nextcloud/dependabot/npm_and_yarn/p-limit-6.1.0
dependabot[bot] [Thu, 25 Jul 2024 00:07:39 +0000 (00:07 +0000)]
Merge pull request #46494 from nextcloud/dependabot/npm_and_yarn/p-limit-6.1.0

2 months agoMerge pull request #46643 from nextcloud/fix/comments-vue-constructor
Ferdinand Thiessen [Thu, 25 Jul 2024 00:02:52 +0000 (02:02 +0200)]
Merge pull request #46643 from nextcloud/fix/comments-vue-constructor

fix(comments): Extend Vue before calling `new` on it

2 months agochore(assets): Recompile assets 46494/head
nextcloud-command [Wed, 24 Jul 2024 23:45:59 +0000 (23:45 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agochore(assets): Recompile assets 46643/head
Louis Chemineau [Wed, 24 Jul 2024 14:23:36 +0000 (16:23 +0200)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix(comments): Extend Vue before calling `new` on it
Louis Chemineau [Wed, 24 Jul 2024 14:18:54 +0000 (16:18 +0200)]
fix(comments): Extend Vue before calling `new` on it

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agobuild(deps): bump p-limit from 4.0.0 to 6.1.0
dependabot[bot] [Wed, 24 Jul 2024 23:32:36 +0000 (23:32 +0000)]
build(deps): bump p-limit from 4.0.0 to 6.1.0

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: p-limit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agoMerge pull request #46491 from nextcloud/dependabot/npm_and_yarn/types/dockerode...
Ferdinand Thiessen [Wed, 24 Jul 2024 23:31:18 +0000 (01:31 +0200)]
Merge pull request #46491 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.29

build(deps-dev): bump @types/dockerode from 3.3.28 to 3.3.29

2 months agochore(assets): Recompile assets 46690/head
nextcloud-command [Wed, 24 Jul 2024 14:05:35 +0000 (14:05 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix: Ensure displayname is a string
Ferdinand Thiessen [Wed, 24 Jul 2024 23:23:59 +0000 (01:23 +0200)]
fix: Ensure displayname is a string

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(files): Do not split filename into `base` and `extension` for folders
Ferdinand Thiessen [Mon, 22 Jul 2024 15:54:54 +0000 (17:54 +0200)]
fix(files): Do not split filename into `base` and `extension` for folders

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agochore(deps): Update `@nextcloud/files` to v3.6.0
Ferdinand Thiessen [Mon, 22 Jul 2024 15:54:20 +0000 (17:54 +0200)]
chore(deps): Update `@nextcloud/files` to v3.6.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #46714 from nextcloud/rakekniven-patch-2
Christoph Wurst [Wed, 24 Jul 2024 22:56:00 +0000 (00:56 +0200)]
Merge pull request #46714 from nextcloud/rakekniven-patch-2

chore(i18n): Changed wording to singular

2 months agochore(i18n): Changed wording to singular 46714/head
rakekniven [Wed, 24 Jul 2024 09:16:37 +0000 (11:16 +0200)]
chore(i18n): Changed wording to singular

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agoMerge pull request #46644 from nextcloud/cast-bigint
Ferdinand Thiessen [Wed, 24 Jul 2024 18:39:04 +0000 (20:39 +0200)]
Merge pull request #46644 from nextcloud/cast-bigint

fix: cast to bigint on postgresql

2 months agofeat: add a specialized writeStream implementation for s3 external storage 46693/head
Robin Appelman [Mon, 22 Jul 2024 19:51:34 +0000 (21:51 +0200)]
feat: add a specialized writeStream implementation for s3 external storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agoMerge pull request #45092 from nextcloud/fix/user-provider-search-shown
Benjamin Gaussorgues [Wed, 24 Jul 2024 14:38:13 +0000 (16:38 +0200)]
Merge pull request #45092 from nextcloud/fix/user-provider-search-shown

2 months agofeat: add additional logging for database errors 44788/head
Robin Appelman [Thu, 11 Apr 2024 15:08:34 +0000 (17:08 +0200)]
feat: add additional logging for database errors

including the stack trace of the current database transaction

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agoMerge pull request #46694 from nextcloud/fix/file-info-name
Stephan Orbaugh [Wed, 24 Jul 2024 13:22:11 +0000 (15:22 +0200)]
Merge pull request #46694 from nextcloud/fix/file-info-name

fix: FileInfo from `View` should have the correct name of a mountpoint

2 months agoMerge pull request #46689 from nextcloud/fix/46688/validate-new-file-name
Ferdinand Thiessen [Wed, 24 Jul 2024 12:09:26 +0000 (14:09 +0200)]
Merge pull request #46689 from nextcloud/fix/46688/validate-new-file-name

fix(files): validate input when creating file/directory

2 months agochore(assets): Recompile assets 46689/head
nextcloud-command [Wed, 24 Jul 2024 11:21:01 +0000 (11:21 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(files): validate input when creating file/directory
Maksim Sukharev [Mon, 22 Jul 2024 16:02:41 +0000 (18:02 +0200)]
fix(files): validate input when creating file/directory

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2 months agoMerge pull request #46708 from nextcloud/update-event-docs
Anna [Wed, 24 Jul 2024 09:34:15 +0000 (11:34 +0200)]
Merge pull request #46708 from nextcloud/update-event-docs

docs: update docs for ocp events

2 months agoMerge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation
Louis [Wed, 24 Jul 2024 09:15:54 +0000 (11:15 +0200)]
Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation

feat(users): Add users and group management to admin delegation

2 months agoMerge pull request #46681 from nextcloud/artonge/fix/grid_view_preview_size
Louis [Wed, 24 Jul 2024 08:25:16 +0000 (10:25 +0200)]
Merge pull request #46681 from nextcloud/artonge/fix/grid_view_preview_size

fix(files): Reduce preview size in grid view mode

2 months agochore: Compile assets 46681/head
Louis Chemineau [Wed, 24 Jul 2024 07:42:18 +0000 (09:42 +0200)]
chore: Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix(files): Grid view virtual scrolling computations
Louis Chemineau [Mon, 22 Jul 2024 15:35:27 +0000 (17:35 +0200)]
fix(files): Grid view virtual scrolling computations

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agofix(files): Reduce preview size in grid view mode
Louis Chemineau [Mon, 22 Jul 2024 13:06:19 +0000 (15:06 +0200)]
fix(files): Reduce preview size in grid view mode

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 24 Jul 2024 00:19:45 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofeat: mail provider backend
Sebastian Krupinski [Tue, 23 Jul 2024 20:46:02 +0000 (16:46 -0400)]
feat: mail provider backend

feature: mail provider backend

2 months agofeat: mail provider backend 45383/head
SebastianKrupinski [Thu, 16 May 2024 23:06:34 +0000 (19:06 -0400)]
feat: mail provider backend

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2 months agodocs: update docs for ocp events 46708/head
Daniel Kesselberg [Tue, 23 Jul 2024 16:49:26 +0000 (18:49 +0200)]
docs: update docs for ocp events

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 months agoMerge pull request #46359 from nextcloud/enh/task-processing-more-datetimes
Julien Veyssier [Tue, 23 Jul 2024 16:54:58 +0000 (18:54 +0200)]
Merge pull request #46359 from nextcloud/enh/task-processing-more-datetimes

[TaskProcessing] Add start, stop and schedule time to tasks

2 months agoMerge pull request #46702 from nextcloud/fix/update-background
Andy Scherzinger [Tue, 23 Jul 2024 15:30:28 +0000 (17:30 +0200)]
Merge pull request #46702 from nextcloud/fix/update-background

chore(theming): Adjust dark variant of the new default background

2 months agofix(taskprocessing): build autoloader files and fix psalm issue 46359/head
Julien Veyssier [Tue, 23 Jul 2024 09:58:41 +0000 (11:58 +0200)]
fix(taskprocessing): build autoloader files and fix psalm issue

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(taskprocessing): add appId filter to taskprocessing occ commands
Julien Veyssier [Tue, 23 Jul 2024 09:06:42 +0000 (11:06 +0200)]
feat(taskprocessing): add appId filter to taskprocessing occ commands

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(taskprocessing): add stats about input/output sizes
Julien Veyssier [Mon, 22 Jul 2024 11:30:01 +0000 (13:30 +0200)]
feat(taskprocessing): add stats about input/output sizes

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(taskprocessing): add occ commands to list tasks and compute stats
Julien Veyssier [Mon, 15 Jul 2024 11:30:59 +0000 (13:30 +0200)]
feat(taskprocessing): add occ commands to list tasks and compute stats

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agofeat(taskprocessing): add start, stop and schedule time to tasks
Julien Veyssier [Mon, 8 Jul 2024 16:04:46 +0000 (18:04 +0200)]
feat(taskprocessing): add start, stop and schedule time to tasks

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2 months agodocs: add preview image license information 46702/head
Andy Scherzinger [Tue, 23 Jul 2024 14:19:37 +0000 (16:19 +0200)]
docs: add preview image license information

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2 months agochore(theming): Adjust dark variant of the new default background
Ferdinand Thiessen [Tue, 23 Jul 2024 13:14:01 +0000 (15:14 +0200)]
chore(theming): Adjust dark variant of the new default background

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #46703 from nextcloud/fix/whiteboard-extension
Julius Härtl [Tue, 23 Jul 2024 14:20:34 +0000 (16:20 +0200)]
Merge pull request #46703 from nextcloud/fix/whiteboard-extension

fix: Add .whiteboard alias for .excalidraw files

2 months agofix: Add .whiteboard alias for .excalidraw files 46703/head
Julius Härtl [Tue, 23 Jul 2024 13:45:03 +0000 (15:45 +0200)]
fix: Add .whiteboard alias for .excalidraw files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 months agofix: explicitly filter for storageid in preview cleanup job 46644/head
Robin Appelman [Fri, 19 Jul 2024 16:05:07 +0000 (18:05 +0200)]
fix: explicitly filter for storageid in preview cleanup job

Signed-off-by: Robin Appelman <robin@icewind.nl>