]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 months agoMerge pull request #40369 from nextcloud/backport/39128/stable27
Arthur Schiwon [Tue, 12 Sep 2023 07:23:27 +0000 (09:23 +0200)]
Merge pull request #40369 from nextcloud/backport/39128/stable27

[stable27] fix(ldap): avatar is not being fetched

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 12 Sep 2023 00:27:55 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix(LDAP): add return type hint and description 40369/head
Arthur Schiwon [Thu, 6 Jul 2023 11:33:32 +0000 (13:33 +0200)]
fix(LDAP): add return type hint and description

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agofix(ldap): avatar is not being fetched
Arthur Schiwon [Mon, 3 Jul 2023 20:25:03 +0000 (22:25 +0200)]
fix(ldap): avatar is not being fetched

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agoMerge pull request #40350 from nextcloud/backport/40349/stable27
Arthur Schiwon [Mon, 11 Sep 2023 10:44:46 +0000 (12:44 +0200)]
Merge pull request #40350 from nextcloud/backport/40349/stable27

[stable27] fix(autoloader): no apcu no side effects

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 11 Sep 2023 00:27:08 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 10 Sep 2023 00:25:29 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 9 Sep 2023 00:25:51 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix(autoloader): no apcu no side effects 40350/head
Arthur Schiwon [Fri, 8 Sep 2023 14:40:48 +0000 (16:40 +0200)]
fix(autoloader): no apcu no side effects

apcu lead to side effects especially with app management and (soft)
inter-dependencies, and lead also to 500 server errors. While we could
add management to clear apcu cache in many cases (may stil leave edge
cases) the performance benefit is marginally as also class maps are
already cached in opcache. Hence, the simple and effective way to go is
to not use apcu for autoloading.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agoMerge pull request #40333 from nextcloud/backport/40329/stable27
Arthur Schiwon [Fri, 8 Sep 2023 15:06:38 +0000 (17:06 +0200)]
Merge pull request #40333 from nextcloud/backport/40329/stable27

[stable27] theming: Revert broken SVG optimization in default-source.svg

13 months agoMerge pull request #40339 from nextcloud/artonge/backport/stable27/40296
Arthur Schiwon [Fri, 8 Sep 2023 15:05:17 +0000 (17:05 +0200)]
Merge pull request #40339 from nextcloud/artonge/backport/stable27/40296

[stable27] Enable new versions feature for groupfolders

13 months agoMerge pull request #40342 from nextcloud/backport/40341/stable27
Arthur Schiwon [Fri, 8 Sep 2023 15:02:22 +0000 (17:02 +0200)]
Merge pull request #40342 from nextcloud/backport/40341/stable27

[stable27] fix: Hide set reminder action on public shares

13 months agoMerge pull request #39890 from nextcloud/less-container-queries-27
Andy Scherzinger [Fri, 8 Sep 2023 07:56:50 +0000 (09:56 +0200)]
Merge pull request #39890 from nextcloud/less-container-queries-27

[stable27] Reduce the number of container queries

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 8 Sep 2023 00:31:36 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix: Hide set reminder action on public shares 40342/head
Christopher Ng [Thu, 7 Sep 2023 23:11:14 +0000 (16:11 -0700)]
fix: Hide set reminder action on public shares

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 8031ee862a014937cd9a9e2d6fcda0b9bc5a201b)

13 months agoFix lint error 40339/head
Louis Chemineau [Thu, 7 Sep 2023 20:52:32 +0000 (22:52 +0200)]
Fix lint error

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoFix: allow to name the current version
Louis Chemineau [Thu, 7 Sep 2023 10:26:02 +0000 (12:26 +0200)]
Fix: allow to name the current version

We only need to change the filename
of the current version for the viewer

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoEnable new versions feature for groupfolders
Louis Chemineau [Wed, 6 Sep 2023 13:29:56 +0000 (15:29 +0200)]
Enable new versions feature for groupfolders

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoMove module versions management logic out of main logic
Louis Chemineau [Wed, 6 Sep 2023 13:29:34 +0000 (15:29 +0200)]
Move module versions management logic out of main logic

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agotheming: Revert broken SVG optimization from f2afcc in default-source.svg 40333/head
jld3103 [Thu, 7 Sep 2023 13:09:26 +0000 (15:09 +0200)]
theming: Revert broken SVG optimization from f2afcc in default-source.svg

Signed-off-by: jld3103 <jld3103yt@gmail.com>
13 months agoonly determine quota_include_external_storage once for quota wrapper 39890/head
Robin Appelman [Tue, 15 Aug 2023 16:33:57 +0000 (18:33 +0200)]
only determine quota_include_external_storage once for quota wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agoonly get logger when needed in sabre/directory
Robin Appelman [Tue, 15 Aug 2023 16:31:40 +0000 (18:31 +0200)]
only get logger when needed in sabre/directory

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agobetter caching in storage stats calculations
Robin Appelman [Tue, 15 Aug 2023 16:31:10 +0000 (18:31 +0200)]
better caching in storage stats calculations

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agoonly gather dependencies for trashbin wrapper once
Robin Appelman [Tue, 15 Aug 2023 14:51:35 +0000 (16:51 +0200)]
only gather dependencies for trashbin wrapper once

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agoreuse dependencies from wrapped cache
Robin Appelman [Tue, 15 Aug 2023 14:44:23 +0000 (16:44 +0200)]
reuse dependencies from wrapped cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agoMerge pull request #40278 from nextcloud/release/27.1.0_rc2 v27.1.0rc2
Arthur Schiwon [Thu, 7 Sep 2023 13:33:56 +0000 (15:33 +0200)]
Merge pull request #40278 from nextcloud/release/27.1.0_rc2

27.1.0 RC2

13 months agoMerge pull request #40327 from nextcloud/manual/backport/stable27/40266
Arthur Schiwon [Thu, 7 Sep 2023 13:32:09 +0000 (15:32 +0200)]
Merge pull request #40327 from nextcloud/manual/backport/stable27/40266

[stable27] Backport Polish new sharing flow : accesibility, expand bahavior, click outside behaviour

13 months agochore(assets): Recompile assets 40327/head
nextcloud-command [Thu, 7 Sep 2023 13:31:24 +0000 (13:31 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoAdd accesibility features to quick share dropdown
fenn-cs [Tue, 5 Sep 2023 15:51:58 +0000 (16:51 +0100)]
Add accesibility features to quick share dropdown

- Adds appropriate aria attributes
- Uses button element for dropdown items as it's more semantically correct
- Uses trap-focus lib to trap focus when the drowpdown is active
- Adds custom handling for arrow up and down

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoClose quickshare dropdown on outside click
fenn-cs [Mon, 4 Sep 2023 22:43:53 +0000 (23:43 +0100)]
Close quickshare dropdown on outside click

If a user clicks anywhere outside of the quickshare dropdown,
it should be closed.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoDo not toggle custom permissions
fenn-cs [Mon, 4 Sep 2023 22:24:39 +0000 (23:24 +0100)]
Do not toggle custom permissions

Currently, swithcing between permissions in the sharing permissions
details view would toggle the custom permissions view.

We think, it's better for the custom permission option to simple
expand the custom permissions view and never close it gain even if the
user is switching between bundled permissions.

The user can always collapse the view by using the "Advanced settings" toggle.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoMerge pull request #40298 from nextcloud/backport/39693/39693-stable27
Arthur Schiwon [Thu, 7 Sep 2023 13:06:58 +0000 (15:06 +0200)]
Merge pull request #40298 from nextcloud/backport/39693/39693-stable27

[stable27] enable download configuration on circles shares

13 months agoMerge pull request #40271 from nextcloud/backport/39895/stable27
Arthur Schiwon [Thu, 7 Sep 2023 10:58:40 +0000 (12:58 +0200)]
Merge pull request #40271 from nextcloud/backport/39895/stable27

[stable27] admin have no special rights on users' entries

13 months agoMerge pull request #40309 from nextcloud/backport/40292/stable27
Arthur Schiwon [Thu, 7 Sep 2023 10:55:57 +0000 (12:55 +0200)]
Merge pull request #40309 from nextcloud/backport/40292/stable27

[stable27] fix(CalDAV): check birthday calendar owner

13 months agoadmin have no special rights on users' entries 40271/head
Maxence Lange [Thu, 31 Aug 2023 17:00:21 +0000 (16:00 -0100)]
admin have no special rights on users' entries

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
13 months agoMerge pull request #40286 from nextcloud/backport/40233/stable27
Arthur Schiwon [Thu, 7 Sep 2023 09:03:42 +0000 (11:03 +0200)]
Merge pull request #40286 from nextcloud/backport/40233/stable27

[stable27] Detect aborted connection in OC\Files\View and stop writing data to t…

13 months agofix(CalDAV): check birthday calendar owner 40309/head
Anna Larch [Fri, 18 Aug 2023 07:02:59 +0000 (09:02 +0200)]
fix(CalDAV): check birthday calendar owner

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 months agoMerge pull request #40315 from nextcloud/backport/40295/stable27
Andy Scherzinger [Thu, 7 Sep 2023 07:21:57 +0000 (09:21 +0200)]
Merge pull request #40315 from nextcloud/backport/40295/stable27

[stable27] Rename AppEcosystemV2 to AppAPI

13 months agonew name of AppEcosystem is AppAPI 40315/head
Alexander Piskun [Wed, 6 Sep 2023 13:53:53 +0000 (16:53 +0300)]
new name of AppEcosystem is AppAPI

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 7 Sep 2023 00:29:13 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40300 from nextcloud/backport/40293/stable27
Andy Scherzinger [Wed, 6 Sep 2023 17:33:19 +0000 (19:33 +0200)]
Merge pull request #40300 from nextcloud/backport/40293/stable27

[stable27] fix(ratelimit): Only use memory cache backend for redis

13 months agoMerge pull request #40297 from nextcloud/backport/40184/stable27
Julius Härtl [Wed, 6 Sep 2023 16:55:36 +0000 (18:55 +0200)]
Merge pull request #40297 from nextcloud/backport/40184/stable27

13 months agoMerge pull request #40220 from nextcloud/automated/noid/stable27-fix-npm-audit
Andy Scherzinger [Wed, 6 Sep 2023 15:51:36 +0000 (17:51 +0200)]
Merge pull request #40220 from nextcloud/automated/noid/stable27-fix-npm-audit

[stable27] Fix npm audit

13 months agofix(ratelimit): Only use memory cache backend for redis 40300/head
Joas Schilling [Tue, 29 Aug 2023 06:04:25 +0000 (08:04 +0200)]
fix(ratelimit): Only use memory cache backend for redis

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 months agochore(assets): Recompile assets 40297/head
nextcloud-command [Wed, 6 Sep 2023 15:00:39 +0000 (15:00 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoenable download configuration on circles shares 40298/head
Maxence Lange [Wed, 6 Sep 2023 14:40:55 +0000 (13:40 -0100)]
enable download configuration on circles shares

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
13 months agofeat: Add events for version restore
Julius Härtl [Thu, 31 Aug 2023 14:11:13 +0000 (16:11 +0200)]
feat: Add events for version restore

Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 months agoMerge pull request #40281 from nextcloud/deps/nextcloud/dialogs-4.2.0-beta.5
John Molakvoæ [Wed, 6 Sep 2023 08:59:53 +0000 (10:59 +0200)]
Merge pull request #40281 from nextcloud/deps/nextcloud/dialogs-4.2.0-beta.5

13 months agoMerge pull request #40231 from nextcloud/sharing-mask-wrapper-27
Arthur Schiwon [Wed, 6 Sep 2023 08:27:55 +0000 (10:27 +0200)]
Merge pull request #40231 from nextcloud/sharing-mask-wrapper-27

[27] move share permission logic to storage wrapper

13 months agoMerge pull request #40200 from nextcloud/backport/39925/stable27
Arthur Schiwon [Wed, 6 Sep 2023 08:27:14 +0000 (10:27 +0200)]
Merge pull request #40200 from nextcloud/backport/39925/stable27

[stable27] fix(CardDAV): allow disabling of the system address book

13 months agoDetect aborted connection in OC\Files\View and stop writing data to the output buffer 40286/head
Benjamin Gaussorgues [Wed, 6 Sep 2023 07:16:55 +0000 (09:16 +0200)]
Detect aborted connection in OC\Files\View and stop writing data to the output buffer

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
13 months agochore: Compile assets 40281/head
Christopher Ng [Tue, 5 Sep 2023 18:57:58 +0000 (11:57 -0700)]
chore: Compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agochore: Bump @nextcloud/dialogs to v4.2.0 beta 5
Christopher Ng [Tue, 5 Sep 2023 18:53:53 +0000 (11:53 -0700)]
chore: Bump @nextcloud/dialogs to v4.2.0 beta 5

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agochore: Add patch-package dev dep for @nextcloud/dialogs
Christopher Ng [Tue, 5 Sep 2023 18:52:29 +0000 (11:52 -0700)]
chore: Add patch-package dev dep for @nextcloud/dialogs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agoMerge pull request #40197 from nextcloud/update-sabre-http-for-stable27
Arthur Schiwon [Tue, 5 Sep 2023 17:22:17 +0000 (19:22 +0200)]
Merge pull request #40197 from nextcloud/update-sabre-http-for-stable27

[stable27] chore(3rdparty): update sabre/http to 5.1.10

13 months agoMerge pull request #40269 from nextcloud/ftp-ci-fix-27
Arthur Schiwon [Tue, 5 Sep 2023 17:21:31 +0000 (19:21 +0200)]
Merge pull request #40269 from nextcloud/ftp-ci-fix-27

[27] change proftpd ci image

13 months agoMerge pull request #40258 from nextcloud/backport/40234/stable27
Arthur Schiwon [Tue, 5 Sep 2023 17:14:52 +0000 (19:14 +0200)]
Merge pull request #40258 from nextcloud/backport/40234/stable27

[stable27] enh: skip processing for empty response

13 months agoMerge pull request #40227 from nextcloud/backport/40195/stable27
Arthur Schiwon [Tue, 5 Sep 2023 17:14:24 +0000 (19:14 +0200)]
Merge pull request #40227 from nextcloud/backport/40195/stable27

[stable27] fix: prevent sharing permissions on user root folder

13 months agoMerge pull request #40186 from nextcloud/backport/39017/stable27
Arthur Schiwon [Tue, 5 Sep 2023 17:13:02 +0000 (19:13 +0200)]
Merge pull request #40186 from nextcloud/backport/39017/stable27

[stable27] fix(s3): fix handling verify_bucket_exists parameter

13 months ago27.1.0 RC2 40278/head
Arthur Schiwon [Tue, 5 Sep 2023 15:42:21 +0000 (17:42 +0200)]
27.1.0 RC2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agochange proftpd ci image 40269/head
Robin Appelman [Fri, 1 Sep 2023 16:15:24 +0000 (18:15 +0200)]
change proftpd ci image

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agofix(CardDAV): allow disabling of the system address book via config option 40200/head
Anna Larch [Thu, 17 Aug 2023 06:32:44 +0000 (08:32 +0200)]
fix(CardDAV): allow disabling of the system address book via config option

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 5 Sep 2023 00:27:32 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoenh: skip processing for empty response 40258/head
Daniel Kesselberg [Mon, 4 Sep 2023 13:18:37 +0000 (15:18 +0200)]
enh: skip processing for empty response

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agocleanup di for share permissions wrapper 40231/head
Robin Appelman [Tue, 15 Aug 2023 16:21:04 +0000 (18:21 +0200)]
cleanup di for share permissions wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agomore share permission logic to storage wrapper
Robin Appelman [Mon, 14 Aug 2023 13:50:05 +0000 (15:50 +0200)]
more share permission logic to storage wrapper

this way we only have to determine the share permissions once

Signed-off-by: Robin Appelman <robin@icewind.nl>
13 months agochore(3rdparty): update sabre/http to 5.1.10 40197/head
Daniel Kesselberg [Fri, 1 Sep 2023 13:56:16 +0000 (15:56 +0200)]
chore(3rdparty): update sabre/http to 5.1.10

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agofix: prevent sharing permissions on user root folder 40227/head
John Molakvoæ [Fri, 1 Sep 2023 11:53:41 +0000 (13:53 +0200)]
fix: prevent sharing permissions on user root folder

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 4 Sep 2023 00:32:39 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agochore(deps): fix npm audit 40220/head
nextcloud-command [Sun, 3 Sep 2023 02:53:57 +0000 (02:53 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 3 Sep 2023 00:25:42 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 2 Sep 2023 00:26:55 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 1 Sep 2023 00:29:48 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix(s3): fix handling verify_bucket_exists parameter 40186/head
Thomas Citharel [Mon, 26 Jun 2023 14:43:07 +0000 (16:43 +0200)]
fix(s3): fix handling verify_bucket_exists parameter

If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid
verifying that the bucket exists. However empty(falsy) will  always return true, so this condition
would not work.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
13 months agoMerge pull request #40098 from nextcloud/release/27.1.0_rc1 v27.1.0rc1
Arthur Schiwon [Thu, 31 Aug 2023 13:38:46 +0000 (15:38 +0200)]
Merge pull request #40098 from nextcloud/release/27.1.0_rc1

27.1.0 RC1

13 months agoMerge pull request #40179 from nextcloud/artonge/backport/stable27/39472_2
Arthur Schiwon [Thu, 31 Aug 2023 13:37:06 +0000 (15:37 +0200)]
Merge pull request #40179 from nextcloud/artonge/backport/stable27/39472_2

[stable27] Improve sharing flow

13 months agoImprove sharing flow 40179/head
fenn-cs [Wed, 19 Jul 2023 01:11:27 +0000 (02:11 +0100)]
Improve sharing flow

This commit introduces the following changes:

- Does not create new share once user is selected for internal shares
- Adds a `SharingDetails` view for share configurations
- Adds a quick share select to enable fast changes in share permisions.

Resolves: https://github.com/nextcloud/server/issues/26691

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoMerge pull request #40175 from nextcloud/rev/noid/direct-push
Joas Schilling [Thu, 31 Aug 2023 11:35:31 +0000 (13:35 +0200)]
Merge pull request #40175 from nextcloud/rev/noid/direct-push

[stable27] revert accidental direct push of 8b42fb033fdcd3775b4850de6faf6091c8dcc716

13 months agoRevert "Improve sharing flow" 40175/head
Arthur Schiwon [Thu, 31 Aug 2023 10:22:10 +0000 (12:22 +0200)]
Revert "Improve sharing flow"

This reverts commit 8b42fb033fdcd3775b4850de6faf6091c8dcc716.

13 months agoMerge pull request #40074 from nextcloud/backport/39944/stable27
Andy Scherzinger [Thu, 31 Aug 2023 09:47:23 +0000 (11:47 +0200)]
Merge pull request #40074 from nextcloud/backport/39944/stable27

[stable27] pass the share to the cache instead of having to ask the storage

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 31 Aug 2023 00:34:53 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40162 from nextcloud/backport/40108/stable27
Daniel [Wed, 30 Aug 2023 18:38:38 +0000 (20:38 +0200)]
Merge pull request #40162 from nextcloud/backport/40108/stable27

13 months agoImprove sharing flow 40166/head
fenn-cs [Wed, 19 Jul 2023 01:11:27 +0000 (02:11 +0100)]
Improve sharing flow

This commit introduces the following changes:

- Does not create new share once user is selected for internal shares
- Adds a `SharingDetails` view for share configurations
- Adds a quick share select to enable fast changes in share permisions.

Resolves: https://github.com/nextcloud/server/issues/26691

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agofeat: add switch to disable dns pinning 40162/head
Daniel Kesselberg [Tue, 29 Aug 2023 15:20:16 +0000 (17:20 +0200)]
feat: add switch to disable dns pinning

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 30 Aug 2023 00:31:48 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40032 from nextcloud/backport/40013/stable27
Arthur Schiwon [Tue, 29 Aug 2023 19:22:09 +0000 (21:22 +0200)]
Merge pull request #40032 from nextcloud/backport/40013/stable27

[stable27] Do not log passwords in debug mode

13 months agoMerge pull request #40101 from nextcloud/backport/38545/stable27
Joas Schilling [Tue, 29 Aug 2023 15:10:01 +0000 (17:10 +0200)]
Merge pull request #40101 from nextcloud/backport/38545/stable27

[stable27] fix(CI): Add empty eslint and node when unrelated (PHP only)

13 months agoMerge pull request #40080 from nextcloud/backport/40077/stable27
Joas Schilling [Tue, 29 Aug 2023 13:49:23 +0000 (15:49 +0200)]
Merge pull request #40080 from nextcloud/backport/40077/stable27

[stable27] fix(cache): Remove displayname cache entry on delete

13 months agofix(CI): Add empty eslint and node when unrelated (PHP only) 40101/head
Joas Schilling [Fri, 2 Jun 2023 06:34:54 +0000 (08:34 +0200)]
fix(CI): Add empty eslint and node when unrelated (PHP only)

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agoMerge pull request #40039 from nextcloud/backport/39511/stable27
Joas Schilling [Tue, 29 Aug 2023 12:41:40 +0000 (14:41 +0200)]
Merge pull request #40039 from nextcloud/backport/39511/stable27

[stable27] fix(utility): De- deprecate getDateTime and getTime as now() only returns DateTimeImmutable

13 months ago27.1.0 RC1 40098/head
Arthur Schiwon [Tue, 29 Aug 2023 12:39:23 +0000 (14:39 +0200)]
27.1.0 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agoMerge pull request #40081 from nextcloud/fix/stable27/check-vobject-exists
Andy Scherzinger [Tue, 29 Aug 2023 07:57:30 +0000 (09:57 +0200)]
Merge pull request #40081 from nextcloud/fix/stable27/check-vobject-exists

[stable27] fix(CalDAV): check voject exists before attempting any operation

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 29 Aug 2023 00:31:10 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix(CalDAV): check voject exists before attempting any operation 40081/head
Anna Larch [Fri, 30 Jun 2023 09:01:22 +0000 (11:01 +0200)]
fix(CalDAV): check voject exists before attempting any operation

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 months agoMerge pull request #40078 from nextcloud/backport/39699/stable27
Andy Scherzinger [Mon, 28 Aug 2023 16:33:20 +0000 (18:33 +0200)]
Merge pull request #40078 from nextcloud/backport/39699/stable27

[stable27] Hide shares by disabled users

13 months agofix(cache): Remove displayname cache entry on delete 40080/head
Joas Schilling [Mon, 28 Aug 2023 12:59:54 +0000 (14:59 +0200)]
fix(cache): Remove displayname cache entry on delete

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agoUse nullsafe call syntax instead of additionnal check 40078/head
Côme Chilliet [Thu, 10 Aug 2023 15:05:19 +0000 (17:05 +0200)]
Use nullsafe call syntax instead of additionnal check

Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
13 months agoFix tests, add test for the new feature
Côme Chilliet [Mon, 7 Aug 2023 14:07:20 +0000 (16:07 +0200)]
Fix tests, add test for the new feature

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
13 months agoSet files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disabled...
Côme Chilliet [Thu, 3 Aug 2023 14:13:38 +0000 (16:13 +0200)]
Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disabled users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
13 months agopass the share to the cache instead of having to ask the storage 40074/head
Robin Appelman [Thu, 17 Aug 2023 17:43:32 +0000 (19:43 +0200)]
pass the share to the cache instead of having to ask the storage

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