]>
source.dussan.org Git - nextcloud-server.git/log
MichaIng [Wed, 26 Jun 2024 22:13:09 +0000 (00:13 +0200)]
feat(cache): CLI should not fail if APCu is not available
but fallback to NullCache. This can be the case if APCu is used without apc.enable_cli=1. APCu however runs within the PHP instance and hence cannot be shared between CLI and web or used as distributed cache. The CLI call can hence only create or invalidate entries for itself. For short-living CLI calls, this is theoretically a downsides regarding performance and resource usage, and Nextcloud must not have any issues using the dummy NullCache instead of an isolated freshly created and destroyed APCu instance.
This partly reverts https://github.com/nextcloud/server/pull/25770. The fallback was removed, because CLI calls started to hang after https://github.com/nextcloud/server/pull/25440. The reason however was not that a cache is generally required for CLI calls, but because the previously logged warning invoked the user backend, which invoked again the caching backend, causing a loop.
This commit re-adds the fallback without logging a warning, and for APCu only. For mentioned reasons, it is okay to fallback to NullCache silently. If Redis or memcached are configured but not available, then the web UI would fail as well, and it makes sense to abort and inform CLI calls as well then.
The motivation is to make apc.enable_cli=1 optional, and that hence the documentation about it can be removed. We should not enforce admins to enable APCu for CLI calls, which is reasonably disabled by default. This also reduces requirements for hosting providers to support Nextcloud.
Signed-off-by: MichaIng <micha@dietpi.com>
Kate [Thu, 1 Aug 2024 07:56:19 +0000 (09:56 +0200)]
Merge pull request #46804 from nextcloud/refactor/encryption/security-attributes
Kate [Thu, 1 Aug 2024 07:55:55 +0000 (09:55 +0200)]
Merge pull request #46810 from nextcloud/refactor/files_sharing/security-attributes
Andy Scherzinger [Thu, 1 Aug 2024 07:50:12 +0000 (09:50 +0200)]
Merge pull request #46873 from nextcloud/chore/hide-initial-state-into-container
chore(core): wrap initial state into hidden container
Maksim Sukharev [Thu, 1 Aug 2024 07:20:31 +0000 (09:20 +0200)]
Merge pull request #46925 from nextcloud/feat/add-small-font-size-variable
Add small font size variable
Marcel Klehr [Thu, 1 Aug 2024 07:04:15 +0000 (09:04 +0200)]
Merge pull request #46912 from nextcloud/fix/taskprocessing-speech-to-text-legacy
More fixes for task processing
Marcel Klehr [Thu, 1 Aug 2024 07:02:26 +0000 (09:02 +0200)]
Merge pull request #46872 from nextcloud/fix/taskprocessing/dont-break-with-provider-errors
fix(TaskProcessing): Don't break if provider methods throw
Marco [Thu, 1 Aug 2024 06:35:08 +0000 (08:35 +0200)]
Merge branch 'master' into feat/add-small-font-size-variable
John Molakvoæ [Thu, 1 Aug 2024 05:47:32 +0000 (07:47 +0200)]
Merge pull request #46936 from nextcloud/dependabot/github_actions/github-actions-
7693f3e7a3
Ferdinand Thiessen [Thu, 1 Aug 2024 05:30:36 +0000 (07:30 +0200)]
Merge pull request #46083 from nextcloud/refactor/files-logger
refactor(files): Migrate logger to Typescript
Ferdinand Thiessen [Tue, 30 Jul 2024 11:43:54 +0000 (13:43 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 24 Jun 2024 22:24:22 +0000 (00:24 +0200)]
refactor(files): Resort imports and fix doc comment
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
github-actions[bot] [Thu, 1 Aug 2024 02:54:58 +0000 (02:54 +0000)]
Merge pull request #46901 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
nextcloud-command [Thu, 1 Aug 2024 02:31:50 +0000 (02:31 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Ferdinand Thiessen [Mon, 10 Jun 2024 19:21:26 +0000 (21:21 +0200)]
refactor(files): Migrate logger util to Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 1 Aug 2024 00:11:41 +0000 (02:11 +0200)]
Merge pull request #46768 from nextcloud/fix/files-actions
fix(files): Provide default file action for file entry name (on click action)
Ferdinand Thiessen [Thu, 25 Jul 2024 23:44:15 +0000 (01:44 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 25 Jul 2024 23:43:52 +0000 (01:43 +0200)]
fix(files): Add missing directory variable to error message
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 25 Jul 2024 23:42:31 +0000 (01:42 +0200)]
fix(files): Provide file actions from list entry to make it reactive
This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Wed, 31 Jul 2024 23:31:43 +0000 (01:31 +0200)]
Merge pull request #46921 from nextcloud/fix/system-tags-displayname
fix(systemtags): Correctly set the display name for the Nextcloud node
dependabot[bot] [Wed, 31 Jul 2024 22:54:25 +0000 (22:54 +0000)]
build(deps): bump the github-actions group with 6 updates
Bumps the github-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.31.0` | `2.31.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.0.2` | `4.0.3` |
| [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6.7.1` | `6.7.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.4` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.1.1` | `4.5.0` |
| [mdecoleman/pr-branch-name](https://github.com/mdecoleman/pr-branch-name) | `2.0.0` | `3.0.0` |
Updates `shivammathur/setup-php` from 2.31.0 to 2.31.1
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/
2e947f1f6932d141d076ca441d0e1e881775e95b ...
c541c155eee45413f5b09a52248675b1a2575231 )
Updates `actions/setup-node` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/
60edb5dd545a775178f52524783378180af0d1f8 ...
1e60f620b9541d16bece96c5465dc8ee9832be0b )
Updates `cypress-io/github-action` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/github-action/compare/
8d3918616d8ac34caa2b49afc8b408b6a872a6f5 ...
df7484c5ba85def7eef30db301afa688187bc378 )
Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/
65462800fd760344b1a7b4382951275a0abb4808 ...
0b2256b8c012f0828dc542b3febcab082c67f72b )
Updates `codecov/codecov-action` from 4.1.1 to 4.5.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.5.0)
Updates `mdecoleman/pr-branch-name` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/mdecoleman/pr-branch-name/releases)
- [Commits](https://github.com/mdecoleman/pr-branch-name/compare/
bab4c71506bcd299fb350af63bb8e53f2940a599 ...
55795d86b4566d300d237883103f052125cc7508 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: mdecoleman/pr-branch-name
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Wed, 31 Jul 2024 20:26:27 +0000 (22:26 +0200)]
Merge pull request #46917 from nextcloud/fix/add-missing-empty-content
fix(files): Add missing `emptyView` handling
Ferdinand Thiessen [Wed, 31 Jul 2024 14:52:24 +0000 (16:52 +0200)]
fix(systemtags): Correctly set the display name for the Nextcloud node
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Fri, 28 Jun 2024 15:13:56 +0000 (17:13 +0200)]
fix(files): Add missing `emptyView` handling
The interface provides this option but it was never implemented.
This feature of being able to render a custom empty view message is needed
for public file drops to properly show the terms of service.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Wed, 31 Jul 2024 19:52:51 +0000 (21:52 +0200)]
Merge pull request #46913 from nextcloud/fix/menu-order
fix: template folder and file request menu order
John Molakvoæ [Wed, 31 Jul 2024 18:48:26 +0000 (20:48 +0200)]
Merge pull request #46927 from nextcloud/fix/edit-locally-ppublic
fix(files): do not show legacy `edit locally` action on public pages
skjnldsv [Wed, 31 Jul 2024 07:30:34 +0000 (09:30 +0200)]
fix(files): fix template folder and file request menu order
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
skjnldsv [Wed, 31 Jul 2024 07:28:25 +0000 (09:28 +0200)]
chore(files_sharing): use spawnDialog for new file request handler
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Marco Ambrosini [Wed, 31 Jul 2024 15:28:12 +0000 (17:28 +0200)]
feat: add small font size variable
This is needed to create a bit more hyerarchy between more important
and less important text. For example for the talk conversation
description in the header or in NcListItem's "subname"
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
John Molakvoæ [Wed, 31 Jul 2024 16:08:04 +0000 (18:08 +0200)]
Merge pull request #46916 from nextcloud/fix/appmenu-label-pos
skjnldsv [Wed, 31 Jul 2024 15:39:19 +0000 (17:39 +0200)]
fix(files): do not show legacy `edit locally` action on public pages
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv [Wed, 31 Jul 2024 15:19:25 +0000 (17:19 +0200)]
fix(core): do not show unread notification on app menu hover
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
skjnldsv [Wed, 31 Jul 2024 13:12:49 +0000 (15:12 +0200)]
fix(core): app menu label position and animation
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Marco [Wed, 31 Jul 2024 15:20:27 +0000 (17:20 +0200)]
Merge pull request #46876 from nextcloud/feat/update-line-height
Update line height
Josh [Wed, 31 Jul 2024 14:46:35 +0000 (10:46 -0400)]
Merge pull request #46915 from nextcloud/fix/config-php-sample-imaginary
fix: don't break doc builds / fix imaginary config sample formatting
Ferdinand Thiessen [Wed, 31 Jul 2024 14:12:56 +0000 (16:12 +0200)]
Merge pull request #46892 from nextcloud/fix/add-note-to-recipient
fix(files_sharing): Add missing "note to recipient"
Ferdinand Thiessen [Tue, 30 Jul 2024 19:59:29 +0000 (21:59 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 30 Jul 2024 18:10:33 +0000 (20:10 +0200)]
test(files_sharing): Add test for "note to recipient" feature
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 30 Jul 2024 17:24:34 +0000 (19:24 +0200)]
fix(files_sharing): Ensure "note to recipient" textarea is shown if there is a note
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 30 Jul 2024 16:52:59 +0000 (18:52 +0200)]
fix(files_sharing): Add missing "note to recipient"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Marco [Wed, 31 Jul 2024 13:02:13 +0000 (15:02 +0200)]
Merge branch 'master' into feat/update-line-height
Josh [Wed, 31 Jul 2024 12:56:35 +0000 (08:56 -0400)]
fix: don't break doc builds / fix imaginary config sample formatting
Signed-off-by: Josh <josh.t.richards@gmail.com>
Marco Ambrosini [Wed, 31 Jul 2024 12:36:23 +0000 (14:36 +0200)]
Feat: update line height
Since we have different font sizes, we should make the line height
dependent on the font size and not a fixed value. The recommended
value for accessibility is 1.5.
https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Marcel Klehr [Wed, 31 Jul 2024 09:05:25 +0000 (11:05 +0200)]
fix(TaskProcessing): Legacy Speech To Text support needs UserId
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Ferdinand Thiessen [Wed, 31 Jul 2024 10:22:27 +0000 (12:22 +0200)]
Merge pull request #46897 from nextcloud/fix/missing-template
revert: chore(files): cleanup old templates
F. E Noel Nfebe [Wed, 31 Jul 2024 10:09:24 +0000 (11:09 +0100)]
Merge pull request #46452 from nextcloud/feat/46438/provide-feedback-edit-locally
feat(editLocallyAction): Handle possible no local client scenario
nextcloud-command [Wed, 31 Jul 2024 09:48:07 +0000 (09:48 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Wed, 31 Jul 2024 09:24:14 +0000 (10:24 +0100)]
fix: Adjust tests for editLocallyAction
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Thu, 11 Jul 2024 13:20:58 +0000 (14:20 +0100)]
feat(editLocallyAction): Handle possible no local client scenario
Resolves: https://github.com/nextcloud/server/issues/46438
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Andy Scherzinger [Wed, 31 Jul 2024 09:11:41 +0000 (11:11 +0200)]
Merge pull request #46896 from nextcloud/fix/files-actions-contaniner
fix(files): Set container for file list actions
Christoph Wurst [Wed, 31 Jul 2024 09:08:07 +0000 (11:08 +0200)]
Merge pull request #45306 from nextcloud/perf/systemtags-object-mapping-objectid-index
perf(systemtags): Add index for systemtags_object_mappings.objectid
Ferdinand Thiessen [Tue, 30 Jul 2024 20:53:58 +0000 (22:53 +0200)]
revert: chore(files): cleanup old templates
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 31 Jul 2024 08:48:16 +0000 (10:48 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Kate [Wed, 31 Jul 2024 08:46:32 +0000 (10:46 +0200)]
Merge pull request #46747 from nextcloud/refactor/dav/security-attributes
Ferdinand Thiessen [Tue, 30 Jul 2024 20:25:23 +0000 (22:25 +0200)]
fix(files): Set container for file list actions
This is needed to ensure the actions are rendered below dialogs which will have the body as the container.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Wed, 31 Jul 2024 07:43:04 +0000 (09:43 +0200)]
Merge pull request #46903 from nextcloud/feat/module-webpack-dev
Andy Scherzinger [Wed, 31 Jul 2024 07:00:14 +0000 (09:00 +0200)]
Merge pull request #42746 from j-carl/nextcloud-server/update-irc-url
Update IRC URL
Andy Scherzinger [Wed, 31 Jul 2024 06:59:50 +0000 (08:59 +0200)]
docs: Update CONTRIBUTING.md
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Jens Carl [Fri, 12 Jan 2024 22:17:54 +0000 (14:17 -0800)]
Update IRC URL
Signed-off-by: Jens Carl <j.carl43@gmx.de>
skjnldsv [Wed, 31 Jul 2024 06:50:10 +0000 (08:50 +0200)]
fix(build): do not run SPDX Plugin in dev mode
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 31 Jul 2024 06:34:51 +0000 (08:34 +0200)]
Merge pull request #46893 from nextcloud/fix/cypress-local
John Molakvoæ [Wed, 31 Jul 2024 06:24:58 +0000 (08:24 +0200)]
Merge pull request #46895 from nextcloud/fix/template-filler
Nextcloud bot [Wed, 31 Jul 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 30 Jul 2024 22:18:50 +0000 (00:18 +0200)]
Merge pull request #46894 from nextcloud/bugfix/noid/improve-explanation-of-timestamp
fix(trashbin): Improve documentation of since/until timestamps of res…
Elizabeth Danzberger [Tue, 30 Jul 2024 20:05:54 +0000 (16:05 -0400)]
fix: Commit assets
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Kate [Tue, 30 Jul 2024 20:01:20 +0000 (22:01 +0200)]
Merge pull request #46822 from nextcloud/refactor/user_ldap/security-attributes
Kate [Tue, 30 Jul 2024 20:00:48 +0000 (22:00 +0200)]
Merge pull request #46824 from nextcloud/refactor/weather_status/security-attributes
Elizabeth Danzberger [Tue, 30 Jul 2024 19:30:36 +0000 (15:30 -0400)]
fix: Go back to template picker if template filler closed
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Elizabeth Danzberger [Tue, 30 Jul 2024 19:18:09 +0000 (15:18 -0400)]
fix: Template filler shows only if template has fields
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Joas Schilling [Tue, 30 Jul 2024 18:33:56 +0000 (20:33 +0200)]
fix(trashbin): Improve documentation of since/until timestamps of restore trashbin
Signed-off-by: Joas Schilling <coding@schilljs.com>
F. E Noel Nfebe [Tue, 30 Jul 2024 18:19:40 +0000 (19:19 +0100)]
Merge pull request #46830 from nextcloud/chore/42501/enhance-automcompletion-setting-text
chore(ShareSettings): Proper wording for share autocompletion settings
Ferdinand Thiessen [Tue, 30 Jul 2024 18:12:28 +0000 (20:12 +0200)]
chore: Fix cypress docker integration when testing locally
The tar library was updated but not the syntax adjusted.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
nextcloud-command [Tue, 30 Jul 2024 18:03:35 +0000 (18:03 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Sun, 28 Jul 2024 15:11:04 +0000 (16:11 +0100)]
chore(ShareSettings): Proper wording for share autocompletion settings
The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Joas Schilling [Tue, 30 Jul 2024 16:35:16 +0000 (18:35 +0200)]
Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interface
fix: Add `acceptShare` as an interface
Kate [Tue, 30 Jul 2024 15:55:46 +0000 (17:55 +0200)]
Merge pull request #46744 from nextcloud/refactor/cloud_federation_api/security-attributes
Arthur Schiwon [Tue, 30 Jul 2024 14:55:38 +0000 (16:55 +0200)]
Merge pull request #46870 from nextcloud/release/30.0.0_beta_2
30.0.0 beta 2
Arthur Schiwon [Tue, 30 Jul 2024 14:46:15 +0000 (16:46 +0200)]
build(assets): compile js
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 30 Jul 2024 11:08:00 +0000 (13:08 +0200)]
build(hub): 30.0.0 beta 2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 30 Jul 2024 14:44:12 +0000 (16:44 +0200)]
Merge pull request #46857 from nextcloud/fix/file-list-filter
fix(files_sharing): Adjust design of account filter for file list
Arthur Schiwon [Tue, 30 Jul 2024 14:43:41 +0000 (16:43 +0200)]
build(assets): compile js
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Ferdinand Thiessen [Mon, 29 Jul 2024 16:52:50 +0000 (18:52 +0200)]
chore: Update `@nextcloud/vue` to 8.15.1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 29 Jul 2024 16:52:09 +0000 (18:52 +0200)]
fix(files_sharing): Make account file filter consistent have design
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Arthur Schiwon [Tue, 30 Jul 2024 14:31:29 +0000 (16:31 +0200)]
Merge pull request #46867 from nextcloud/fix/files-settings
fix(files): Bring back files personal settings
Joas Schilling [Tue, 30 Jul 2024 13:58:59 +0000 (15:58 +0200)]
Merge pull request #46877 from nextcloud/bugfix/noid/fix-ci-summary-condition
ci: Fix summary condition
Stephan Orbaugh [Tue, 30 Jul 2024 13:54:56 +0000 (15:54 +0200)]
Merge pull request #46476 from nextcloud/enh/noid/migration-attributes
Migration Attributes
Ferdinand Thiessen [Tue, 25 Jun 2024 10:40:27 +0000 (12:40 +0200)]
fix: Add `acceptShare` as an interface
It was commented out because at that time no other share provider
supported the `acceptShare` method. Today it is the same no other provider
supports it, but we should make it discoverable by adding it to the public API
as an additional interface.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Tue, 30 Jul 2024 13:06:15 +0000 (15:06 +0200)]
Merge pull request #46871 from nextcloud/bugfix/noid/update-3rdparty-commit-hash
fix: Update 3rdparty commit hash to latest (only actions changed)
Joas Schilling [Tue, 30 Jul 2024 13:05:58 +0000 (15:05 +0200)]
Merge pull request #45277 from nextcloud/techdebt/noid/log-condition-v2
feat(log): Allow to combine log.conditions to only log (app&user)
Joas Schilling [Tue, 30 Jul 2024 12:37:15 +0000 (14:37 +0200)]
ci: Fix summary condition
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Tue, 30 Jul 2024 11:25:39 +0000 (13:25 +0200)]
fix(TaskProcessing): Don't break if provider methods throw
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Grigorii K. Shartsev [Tue, 30 Jul 2024 11:24:38 +0000 (13:24 +0200)]
chore(core): wrap initial state into hidden container
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Joas Schilling [Tue, 30 Jul 2024 11:20:11 +0000 (13:20 +0200)]
fix: Update 3rdparty commit hash to latest (only actions changed)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Sun, 12 May 2024 14:33:34 +0000 (16:33 +0200)]
feat(log): Allow to combine log.conditions to only log (app&user)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Tue, 30 Jul 2024 11:14:29 +0000 (13:14 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christoph Wurst [Tue, 14 May 2024 10:12:29 +0000 (12:12 +0200)]
perf(systemtags): Add index for systemtags_object_mappings.objectid
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Ferdinand Thiessen [Tue, 30 Jul 2024 10:52:51 +0000 (12:52 +0200)]
fix(files): Bring back files personal settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 30 Jul 2024 11:04:15 +0000 (13:04 +0200)]
Merge pull request #46379 from nextcloud/fix/folder-search-owner
fix: `OCP\Files\Node\Folder::search` was not setting the owner
John Molakvoæ [Tue, 30 Jul 2024 10:08:21 +0000 (12:08 +0200)]
Merge pull request #46770 from nextcloud/feat/navigation-files-request
skjnldsv [Fri, 26 Jul 2024 07:55:01 +0000 (09:55 +0200)]
fix(files_sharing): always show file request creation option
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>