]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
6 months agofix(contactsMenu): Attach user cloud to each contact entry 44319-fix-fed-share-user-avatars 44954/head
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoMerge pull request #44873 from nextcloud/release/29.0.0_rc5 v29.0.0rc5
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:04:49 +0000 (21:04 +0200)]
Merge pull request #44873 from nextcloud/release/29.0.0_rc5

7 months agoMerge pull request #44922 from nextcloud/backport/44904/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 19:00:49 +0000 (21:00 +0200)]
Merge pull request #44922 from nextcloud/backport/44904/stable29

7 months agofix(files): Also restore shares after ownership transfer for object storage 44922/head
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>
7 months agoMerge pull request #44914 from nextcloud/backport/44640/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 15:21:54 +0000 (17:21 +0200)]
Merge pull request #44914 from nextcloud/backport/44640/stable29

7 months agoMerge pull request #44816 from nextcloud/backport/44795/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 15:13:31 +0000 (17:13 +0200)]
Merge pull request #44816 from nextcloud/backport/44795/stable29

7 months agoMerge pull request #44917 from nextcloud/backport/44916/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

7 months agotest(jest): Transform unist modules 44816/head
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)

7 months agochore: compile assets
Christopher Ng [Wed, 17 Apr 2024 17:29:22 +0000 (10:29 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(sharing): Don't change the type of the controller argument 44917/head
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>
7 months agochore(deps): Bump @nextcloud/vue to v8.11.2
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)

7 months agoMerge pull request #44866 from nextcloud/backport/44661/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 12:11:34 +0000 (14:11 +0200)]
Merge pull request #44866 from nextcloud/backport/44661/stable29

7 months agochore: Compile assets 44866/head
Ferdinand Thiessen [Thu, 4 Apr 2024 17:57:13 +0000 (19:57 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Do not show files from hidden folders in "Recent"-view if hidden files...
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>
7 months agoMerge pull request #44890 from nextcloud/backport/44889/stable29
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

7 months agoMerge pull request #44907 from nextcloud/backports/44640/44640-stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 08:14:18 +0000 (10:14 +0200)]
Merge pull request #44907 from nextcloud/backports/44640/44640-stable29

7 months agofix(appconfig): returns correct value on details 44914/head
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>
7 months agoMerge pull request #44910 from nextcloud/backport/44838/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 07:34:59 +0000 (09:34 +0200)]
Merge pull request #44910 from nextcloud/backport/44838/stable29

7 months agoMerge pull request #44887 from nextcloud/backport/44882/stable29
Benjamin Gaussorgues [Thu, 18 Apr 2024 07:34:17 +0000 (09:34 +0200)]
Merge pull request #44887 from nextcloud/backport/44882/stable29

7 months agofix(CI): Suppress psalm UndefinedClass 44890/head
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>
7 months agofix(shareApiController): avoid duplicated expiryDate operations 44910/head
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>
7 months agorefactor(shareApiController): use contrusctor property promotion & DI logger
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agofix(appconfig): returns correct value on details 44907/head
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>
7 months agochore: Compile assets 44887/head
Ferdinand Thiessen [Wed, 17 Apr 2024 12:09:25 +0000 (14:09 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Ensure search query is cleared when changing view or directory
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>
7 months agoMerge pull request #44885 from nextcloud/backport/44878/stable29
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

7 months agofix(files): Also skip cross storage move with access control
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>
7 months agoMerge pull request #44880 from nextcloud/backport/44869/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 13:39:18 +0000 (15:39 +0200)]
Merge pull request #44880 from nextcloud/backport/44869/stable29

7 months agofix(status): Update status time when reverting to it manually 44885/head
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>
7 months agoMerge pull request #44845 from nextcloud/backport/44834/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 12:16:57 +0000 (14:16 +0200)]
Merge pull request #44845 from nextcloud/backport/44834/stable29

7 months agochore: Compile assets 44880/head
Ferdinand Thiessen [Tue, 16 Apr 2024 22:38:42 +0000 (00:38 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
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>
7 months agochore: Compile assets 44845/head
Ferdinand Thiessen [Mon, 15 Apr 2024 16:16:23 +0000 (18:16 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Inherit some node attributes when creating new nodes to preserve shared...
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>
7 months agofix(files): Sanitize `share-types` attribute in download action
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>
7 months agoMerge pull request #44737 from nextcloud/backport/stable29/44736
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

7 months agoMerge pull request #44846 from nextcloud/backport/44806/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 08:03:41 +0000 (10:03 +0200)]
Merge pull request #44846 from nextcloud/backport/44806/stable29

7 months agoMerge pull request #44716 from nextcloud/backport/44705/stable29
Benjamin Gaussorgues [Wed, 17 Apr 2024 08:00:50 +0000 (10:00 +0200)]
Merge pull request #44716 from nextcloud/backport/44705/stable29

7 months agobuild(hub): 29.0.0 RC5 44873/head
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agochore(assets): Recompile assets 44846/head
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>
7 months agochore: Switch widget to primary color
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)

7 months agoMerge pull request #44836 from nextcloud/fix/stable29-upload
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

7 months agoFix(l10n): Update translations from Transifex
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>
7 months agochore(assets): Recompile assets 44836/head
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>
7 months agochore: Update @nextcloud/upload to 1.1.1 to fix uploading large files
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>
7 months agoMerge pull request #44828 from nextcloud/backport/44827/stable29
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

7 months agochore(deps): Update openapi-extractor 44828/head
provokateurin [Mon, 15 Apr 2024 07:10:59 +0000 (09:10 +0200)]
chore(deps): Update openapi-extractor

Signed-off-by: provokateurin <kate@provokateurin.de>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoMerge pull request #44800 from nextcloud/backport/44799/stable29
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

7 months agofeat(capabilities): Expose if mod-rewrite is working via capabilities 44800/head
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>
7 months agoMerge pull request #44618 from nextcloud/backport/44612/stable29
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

7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoMerge pull request #44773 from nextcloud/release/29.0.0_rc4 v29.0.0rc4
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

7 months agoMerge pull request #44645 from nextcloud/backport/44642/stable29
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

7 months agotest: Update tests 44737/head
Christopher Ng [Tue, 9 Apr 2024 00:04:33 +0000 (17:04 -0700)]
test: Update tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix: Fix avatar images
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>
7 months agoMerge pull request #44778 from nextcloud/backport/44771/stable29
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

7 months agofix(tests): Fix tests when daytime saving time change happened recently 44618/head
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>
7 months agoMerge pull request #44725 from nextcloud/backport/44717/stable29
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

7 months agoMerge pull request #44735 from nextcloud/backport/44714/stable29
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

7 months agoMerge pull request #44748 from nextcloud/backport/44730/stable29
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

7 months agoMerge pull request #44760 from nextcloud/backport/44450/stable29
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

7 months agoMerge pull request #44765 from nextcloud/backport/44350/stable29
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

7 months agofix(federation): give some time to prepare both servers 44778/head
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>
7 months agoMerge pull request #44732 from nextcloud/backport/44216/stable29
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

7 months agoFix(l10n): Update translations from Transifex
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>
7 months agobuild(hub): 29.0.0 RC4 44773/head
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>
7 months agochore(assets): Recompile assets 44760/head
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>
7 months agofix(Cypress): Adjust tests for new breadcrumbs
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>
7 months agofix(files): Hide full view name on small mobile to prevent overflow
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>
7 months agofix(breadcrumbs): Improved breadcrumb progress bar mobile rendering
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>
7 months agodocs(LDAP): add info on stored DN form 44765/head
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>
7 months agofix(LDAP): escape DN on check-user
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agotest: add test for jail watcher 44748/head
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>
7 months agofix: use proper jailed patch in watcher
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>
7 months agofix(files): Call davGetFavoritesReport after the registration of propfind properties 44735/head
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agochore(deps): Update openapi-extractor 44732/head
provokateurin [Mon, 8 Apr 2024 18:09:24 +0000 (20:09 +0200)]
chore(deps): Update openapi-extractor

Signed-off-by: provokateurin <kate@provokateurin.de>
7 months agofeat(OCS): Annotate capabilities
provokateurin [Mon, 8 Apr 2024 18:08:44 +0000 (20:08 +0200)]
feat(OCS): Annotate capabilities

Signed-off-by: provokateurin <kate@provokateurin.de>
7 months agochore(assets): recompile assets 44725/head
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>
7 months agofix(oc-dialog): Get rid of the overlay
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>
7 months agoMerge pull request #44729 from nextcloud/backport/44726/stable29
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

7 months agofix(AppFramework): Fix error message about 204 not allowing custom headers 44729/head
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>
7 months agoMerge pull request #44713 from nextcloud/release/29.0.0_rc3 v29.0.0rc3
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

7 months agofix(Blurhash): Suppress imagecreatefromstring() E_WARNING 44716/head
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>
7 months agobuild(hub): 29.0.0 RC3 44713/head
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoMerge pull request #44692 from nextcloud/backport/44678/stable29
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

7 months agoFix(l10n): Update translations from Transifex
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>
7 months agoMerge pull request #44686 from nextcloud/fix/update-doctrine-dbal-stable29
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

7 months agofix(deps): Update `doctrine/dbal` to 3.8.3 44686/head
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>
7 months agofix(3rdparty): Add a CI job to check 3rdparty integrity 44692/head
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>