]>
source.dussan.org Git - nextcloud-server.git/log
fenn-cs [Mon, 22 Apr 2024 08:37:56 +0000 (09:37 +0100)]
fix(contactsMenu): Attach user cloud to each contact entry
The contact entry should carry cloud information, this can help to fix various issues including:
- Displaying correct avatar links for federated users
This can also lead to UI improvements in the frontend where, it's federated contacts are shown with
a marker or indicator on the UI.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Sat, 20 Apr 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 19 Apr 2024 00:20:35 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:04:49 +0000 (21:04 +0200)]
Merge pull request #44873 from nextcloud/release/29.0.0_rc5
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:00:49 +0000 (21:00 +0200)]
Merge pull request #44922 from nextcloud/backport/44904/stable29
Ferdinand Thiessen [Wed, 17 Apr 2024 20:27:32 +0000 (22:27 +0200)]
fix(files): Also restore shares after ownership transfer for object storage
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.
So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Benjamin Gaussorgues [Thu, 18 Apr 2024 15:21:54 +0000 (17:21 +0200)]
Merge pull request #44914 from nextcloud/backport/44640/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 15:13:31 +0000 (17:13 +0200)]
Merge pull request #44816 from nextcloud/backport/44795/stable29
Joas Schilling [Thu, 18 Apr 2024 14:27:59 +0000 (16:27 +0200)]
Merge pull request #44917 from nextcloud/backport/44916/stable29
[stable29] fix(sharing): Don't change the type of the controller argument
Christopher Ng [Wed, 17 Apr 2024 17:29:22 +0000 (10:29 -0700)]
test(jest): Transform unist modules
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit
43af7923aaa94e16eae12210d1a1c6034bdc3cc7 )
Christopher Ng [Wed, 17 Apr 2024 17:29:22 +0000 (10:29 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Joas Schilling [Thu, 18 Apr 2024 12:31:45 +0000 (14:31 +0200)]
fix(sharing): Don't change the type of the controller argument
[EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christopher Ng [Wed, 17 Apr 2024 17:29:21 +0000 (10:29 -0700)]
chore(deps): Bump @nextcloud/vue to v8.11.2
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit
45e2220e24a914b57cad12bbc0405cb2af6458be )
Benjamin Gaussorgues [Thu, 18 Apr 2024 12:11:34 +0000 (14:11 +0200)]
Merge pull request #44866 from nextcloud/backport/44661/stable29
Ferdinand Thiessen [Thu, 4 Apr 2024 17:57:13 +0000 (19:57 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 4 Apr 2024 11:02:51 +0000 (13:02 +0200)]
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user
Needed to adjust the store creation to be able to inject pinia before the vue app is initialized.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Thu, 18 Apr 2024 08:48:16 +0000 (10:48 +0200)]
Merge pull request #44890 from nextcloud/backport/44889/stable29
[stable29] fix(files): Also skip cross storage move with access control
Benjamin Gaussorgues [Thu, 18 Apr 2024 08:14:18 +0000 (10:14 +0200)]
Merge pull request #44907 from nextcloud/backports/44640/44640-stable29
Maxence Lange [Wed, 17 Apr 2024 17:27:21 +0000 (16:27 -0100)]
fix(appconfig): returns correct value on details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Benjamin Gaussorgues [Thu, 18 Apr 2024 07:34:59 +0000 (09:34 +0200)]
Merge pull request #44910 from nextcloud/backport/44838/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 07:34:17 +0000 (09:34 +0200)]
Merge pull request #44887 from nextcloud/backport/44882/stable29
Joas Schilling [Thu, 18 Apr 2024 07:24:11 +0000 (09:24 +0200)]
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
fenn-cs [Mon, 15 Apr 2024 20:38:55 +0000 (21:38 +0100)]
fix(shareApiController): avoid duplicated expiryDate operations
`expireDate` can be set once and used anywhere needed, the current implementation,
duplicates this behavior which leads to `parseDate` receiving an a date object it
parsed and returend earlier in the createShare method.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Mon, 15 Apr 2024 19:38:26 +0000 (20:38 +0100)]
refactor(shareApiController): use contrusctor property promotion & DI logger
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Nextcloud bot [Thu, 18 Apr 2024 00:20:40 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Maxence Lange [Wed, 17 Apr 2024 23:01:47 +0000 (22:01 -0100)]
fix(appconfig): returns correct value on details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Ferdinand Thiessen [Wed, 17 Apr 2024 12:09:25 +0000 (14:09 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 17 Apr 2024 12:06:29 +0000 (14:06 +0200)]
fix(files): Ensure search query is cleared when changing view or directory
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Wed, 17 Apr 2024 16:31:16 +0000 (18:31 +0200)]
Merge pull request #44885 from nextcloud/backport/44878/stable29
[stable29] fix(status): Update status time when reverting to it manually
Joas Schilling [Wed, 17 Apr 2024 14:29:07 +0000 (16:29 +0200)]
fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
Benjamin Gaussorgues [Wed, 17 Apr 2024 13:39:18 +0000 (15:39 +0200)]
Merge pull request #44880 from nextcloud/backport/44869/stable29
Joas Schilling [Wed, 17 Apr 2024 09:32:16 +0000 (11:32 +0200)]
fix(status): Update status time when reverting to it manually
This prevents the DAV meeting status from overwriting it again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Benjamin Gaussorgues [Wed, 17 Apr 2024 12:16:57 +0000 (14:16 +0200)]
Merge pull request #44845 from nextcloud/backport/44834/stable29
Ferdinand Thiessen [Tue, 16 Apr 2024 22:38:42 +0000 (00:38 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 16 Apr 2024 22:36:30 +0000 (00:36 +0200)]
fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 15 Apr 2024 16:16:23 +0000 (18:16 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 15 Apr 2024 16:09:37 +0000 (18:09 +0200)]
fix(files): Inherit some node attributes when creating new nodes to preserve shared state
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 15 Apr 2024 16:09:09 +0000 (18:09 +0200)]
fix(files): Sanitize `share-types` attribute in download action
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Wed, 17 Apr 2024 08:43:05 +0000 (10:43 +0200)]
Merge pull request #44737 from nextcloud/backport/stable29/44736
[stable29] fix: Fix avatar images
Benjamin Gaussorgues [Wed, 17 Apr 2024 08:03:41 +0000 (10:03 +0200)]
Merge pull request #44846 from nextcloud/backport/44806/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 08:00:50 +0000 (10:00 +0200)]
Merge pull request #44716 from nextcloud/backport/44705/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 07:49:45 +0000 (09:49 +0200)]
build(hub): 29.0.0 RC5
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Nextcloud bot [Wed, 17 Apr 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Tue, 16 Apr 2024 19:04:56 +0000 (19:04 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Tue, 16 Apr 2024 18:26:33 +0000 (11:26 -0700)]
chore: Switch widget to primary color
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit
ccede9b2ad2cfe9706286156f9252c08e8f94c1b )
Andy Scherzinger [Tue, 16 Apr 2024 12:24:58 +0000 (14:24 +0200)]
Merge pull request #44836 from nextcloud/fix/stable29-upload
[stable29] chore: Update @nextcloud/upload to 1.1.1 to fix uploading large files
Nextcloud bot [Tue, 16 Apr 2024 00:31:34 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Mon, 15 Apr 2024 16:35:52 +0000 (16:35 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Mon, 15 Apr 2024 16:25:58 +0000 (18:25 +0200)]
chore: Update @nextcloud/upload to 1.1.1 to fix uploading large files
Backport of #44835
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Mon, 15 Apr 2024 09:43:23 +0000 (11:43 +0200)]
Merge pull request #44828 from nextcloud/backport/44827/stable29
[stable29] chore(deps): Update openapi-extractor
provokateurin [Mon, 15 Apr 2024 07:10:59 +0000 (09:10 +0200)]
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Mon, 15 Apr 2024 00:19:50 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 14 Apr 2024 00:20:06 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 13 Apr 2024 00:21:00 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Fri, 12 Apr 2024 12:56:01 +0000 (14:56 +0200)]
Merge pull request #44800 from nextcloud/backport/44799/stable29
[stable29] fix(capabilities): Expose if mod-rewrite is working via capabilities
Joas Schilling [Fri, 12 Apr 2024 10:55:59 +0000 (12:55 +0200)]
feat(capabilities): Expose if mod-rewrite is working via capabilities
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Apr 2024 07:34:01 +0000 (09:34 +0200)]
Merge pull request #44618 from nextcloud/backport/44612/stable29
[stable29] fix(tests): Fix tests when daytime saving time change happened recently
Nextcloud bot [Fri, 12 Apr 2024 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 11 Apr 2024 13:20:09 +0000 (15:20 +0200)]
Merge pull request #44773 from nextcloud/release/29.0.0_rc4
29.0.0 RC4
Arthur Schiwon [Thu, 11 Apr 2024 13:13:32 +0000 (15:13 +0200)]
Merge pull request #44645 from nextcloud/backport/44642/stable29
[stable29] fix(appconfig): compare with original value
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
test: Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
fix: Fix avatar images
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Arthur Schiwon [Thu, 11 Apr 2024 12:55:59 +0000 (14:55 +0200)]
Merge pull request #44778 from nextcloud/backport/44771/stable29
[stable29] fix(federation): give some time to prepare both servers
Côme Chilliet [Tue, 2 Apr 2024 09:24:14 +0000 (11:24 +0200)]
fix(tests): Fix tests when daytime saving time change happened recently
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Arthur Schiwon [Thu, 11 Apr 2024 12:41:01 +0000 (14:41 +0200)]
Merge pull request #44725 from nextcloud/backport/44717/stable29
[stable29] fix(oc-dialog): Get rid of the overlay
Arthur Schiwon [Thu, 11 Apr 2024 12:40:43 +0000 (14:40 +0200)]
Merge pull request #44735 from nextcloud/backport/44714/stable29
[stable29] Call davGetFavoritesReport after the registration of propfind properties
Arthur Schiwon [Thu, 11 Apr 2024 12:40:16 +0000 (14:40 +0200)]
Merge pull request #44748 from nextcloud/backport/44730/stable29
[stable29] fix: use proper jailed patch in watcher
Arthur Schiwon [Thu, 11 Apr 2024 12:39:54 +0000 (14:39 +0200)]
Merge pull request #44760 from nextcloud/backport/44450/stable29
[stable29] fix(breadcrumbs): improved rendering of breadcrumb progress bar
Arthur Schiwon [Thu, 11 Apr 2024 12:32:18 +0000 (14:32 +0200)]
Merge pull request #44765 from nextcloud/backport/44350/stable29
[stable29] fix(LDAP): escape DN on check-user
Arthur Schiwon [Wed, 10 Apr 2024 19:45:33 +0000 (21:45 +0200)]
fix(federation): give some time to prepare both servers
- when this background job runs, while the current server was not being
added as trusted_server in the other instance, yet, the secret sharing
would not be attempted again, without visual feedback.
- the change allows 5 attempts, which gives more than 20minutes to
complete. More do not really help as the endpoint is brute force
protected.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Thu, 11 Apr 2024 09:03:55 +0000 (11:03 +0200)]
Merge pull request #44732 from nextcloud/backport/44216/stable29
[stable29] feat(core): Include core capabilities in OpenAPI
Nextcloud bot [Thu, 11 Apr 2024 00:20:57 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 10 Apr 2024 20:09:08 +0000 (22:09 +0200)]
build(hub): 29.0.0 RC4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
nextcloud-command [Wed, 10 Apr 2024 13:13:17 +0000 (13:13 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Eduardo Morales [Tue, 9 Apr 2024 13:38:37 +0000 (08:38 -0500)]
fix(Cypress): Adjust tests for new breadcrumbs
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Ferdinand Thiessen [Tue, 26 Mar 2024 13:41:06 +0000 (14:41 +0100)]
fix(files): Hide full view name on small mobile to prevent overflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 25 Mar 2024 11:31:28 +0000 (06:31 -0500)]
fix(breadcrumbs): Improved breadcrumb progress bar mobile rendering
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Arthur Schiwon [Fri, 5 Apr 2024 14:47:55 +0000 (16:47 +0200)]
docs(LDAP): add info on stored DN form
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 20 Mar 2024 11:30:46 +0000 (12:30 +0100)]
fix(LDAP): escape DN on check-user
the DN has to be escaped differently when used as a base and we were
missing it here in the search method call in the check-user command.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 10 Apr 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Mon, 8 Apr 2024 16:42:44 +0000 (18:42 +0200)]
test: add test for jail watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 8 Apr 2024 15:05:33 +0000 (17:05 +0200)]
fix: use proper jailed patch in watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Mon, 8 Apr 2024 11:38:15 +0000 (13:38 +0200)]
fix(files): Call davGetFavoritesReport after the registration of propfind properties
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Tue, 9 Apr 2024 00:20:11 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
provokateurin [Mon, 8 Apr 2024 18:09:24 +0000 (20:09 +0200)]
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
provokateurin [Mon, 8 Apr 2024 18:08:44 +0000 (20:08 +0200)]
feat(OCS): Annotate capabilities
Signed-off-by: provokateurin <kate@provokateurin.de>
Eduardo Morales [Mon, 8 Apr 2024 17:50:05 +0000 (12:50 -0500)]
chore(assets): recompile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
JEEEEEEEEEEEEEEEEEEEEEED [Fri, 5 Apr 2024 11:40:49 +0000 (11:40 +0000)]
fix(oc-dialog): Get rid of the overlay
- Icrement Z-index of oc-dialog-dim
- Increment z-index of oc-dialog- Insert oc-dialog-dim before oc-dialog
Co-authored-by: Co-author RayanBekri <rmt.bekri@gmail.com>"
Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com>
Joas Schilling [Mon, 8 Apr 2024 16:48:12 +0000 (18:48 +0200)]
Merge pull request #44729 from nextcloud/backport/44726/stable29
[stable29] fix(AppFramework): Fix error message about 204 not allowing custom headers
provokateurin [Mon, 8 Apr 2024 14:08:44 +0000 (16:08 +0200)]
fix(AppFramework): Fix error message about 204 not allowing custom headers
Signed-off-by: provokateurin <kate@provokateurin.de>
Arthur Schiwon [Mon, 8 Apr 2024 12:38:34 +0000 (14:38 +0200)]
Merge pull request #44713 from nextcloud/release/29.0.0_rc3
29.0.0 RC3
Josh [Sat, 6 Apr 2024 14:41:46 +0000 (10:41 -0400)]
fix(Blurhash): Suppress imagecreatefromstring() E_WARNING
We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized.
Fixes #44702
Signed-off-by: Josh <josh.t.richards@gmail.com>
Arthur Schiwon [Mon, 8 Apr 2024 08:30:47 +0000 (10:30 +0200)]
build(hub): 29.0.0 RC3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 8 Apr 2024 00:20:11 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 Apr 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Sat, 6 Apr 2024 12:51:09 +0000 (14:51 +0200)]
Merge pull request #44692 from nextcloud/backport/44678/stable29
[stable29] fix(3rdparty): Add a CI job to check 3rdparty integrity
Nextcloud bot [Sat, 6 Apr 2024 00:20:47 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Fri, 5 Apr 2024 19:59:52 +0000 (21:59 +0200)]
Merge pull request #44686 from nextcloud/fix/update-doctrine-dbal-stable29
[stable29] fix(deps): Update `doctrine/dbal` to 3.8.3
Ferdinand Thiessen [Fri, 5 Apr 2024 15:08:59 +0000 (17:08 +0200)]
fix(deps): Update `doctrine/dbal` to 3.8.3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Fri, 5 Apr 2024 12:53:30 +0000 (14:53 +0200)]
fix(3rdparty): Add a CI job to check 3rdparty integrity
Signed-off-by: Joas Schilling <coding@schilljs.com>