]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Wed, 22 May 2024 15:11:29 +0000 (17:11 +0200)]
fix: register DI alias for IFileAccess
Signed-off-by: Robin Appelman <robin@icewind.nl>
Benjamin Gaussorgues [Tue, 21 May 2024 09:24:05 +0000 (11:24 +0200)]
Merge pull request #45367 from nextcloud/backport/44763/stable29
Louis [Thu, 16 May 2024 17:52:23 +0000 (19:52 +0200)]
Merge pull request #45328 from nextcloud/backport/45237/stable29
[stable29] perf(deleteAction): Queue delete requests
John Molakvoæ [Thu, 16 May 2024 16:45:35 +0000 (18:45 +0200)]
Merge pull request #45336 from nextcloud/release/29.0.1_rc1
Louis [Thu, 16 May 2024 16:33:17 +0000 (18:33 +0200)]
Merge pull request #45363 from nextcloud/backport/45355/stable29
[stable29] fix: delete user credentials stored in storages_credentials when user gets deleted
nextcloud-command [Wed, 15 May 2024 11:02:09 +0000 (11:02 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Benjamin Gaussorgues [Wed, 10 Apr 2024 09:00:51 +0000 (11:00 +0200)]
fix(groups): allows to save group names with more than 64 characters
Mimic behaviour from LDAP users and add a hard limit to 255 characters
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Joas Schilling [Thu, 16 May 2024 14:51:41 +0000 (16:51 +0200)]
Merge pull request #45373 from nextcloud/backport/45236/stable29
[stable29] Hide 'updater.server.url' As It May Contain Enterprise Key
Joas Schilling [Thu, 16 May 2024 14:46:57 +0000 (16:46 +0200)]
Merge pull request #45360 from nextcloud/backport/45357/stable29
[stable29] fix: add ldap_exop_passwd function to sensitive value
Joas Schilling [Thu, 16 May 2024 14:41:49 +0000 (16:41 +0200)]
Merge pull request #45337 from nextcloud/backport/44710/stable29
[stable29] fix(preview): check mime type before processing with Imagick
derschiw [Wed, 8 May 2024 19:01:05 +0000 (21:01 +0200)]
fix(SystemConfig.php): Add 'updater.server.url' to Private Variables
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key.
Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
yemkareems [Thu, 16 May 2024 11:18:47 +0000 (16:48 +0530)]
fix: delete user credentials stored in storages_credentials when user gets deleted
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 16 May 2024 11:24:18 +0000 (16:54 +0530)]
fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
Joas Schilling [Thu, 16 May 2024 09:18:11 +0000 (11:18 +0200)]
Merge pull request #45341 from nextcloud/backport/45340/stable29
[stable29] fix: Extend SVG reference check
Joas Schilling [Thu, 16 May 2024 08:16:37 +0000 (10:16 +0200)]
Merge pull request #45322 from nextcloud/backport/45321/stable29
[stable29] fix: Correctly check result of function
Joas Schilling [Thu, 16 May 2024 08:10:36 +0000 (10:10 +0200)]
Merge pull request #45318 from nextcloud/backport/45317/stable29
[stable29] fix(search): Limit maximum number of search results
Joas Schilling [Wed, 15 May 2024 21:38:24 +0000 (23:38 +0200)]
fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
Varun Patil [Mon, 8 Apr 2024 02:10:19 +0000 (19:10 -0700)]
fix(preview): check mime type before processing with Imagick
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
John Molakvoæ [Wed, 15 May 2024 18:50:39 +0000 (20:50 +0200)]
Merge pull request #45326 from nextcloud/backport/45302/stable29
skjnldsv [Wed, 15 May 2024 18:26:39 +0000 (20:26 +0200)]
build(hub): 29.0.1 RC1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
fenn-cs [Wed, 8 May 2024 20:03:06 +0000 (21:03 +0100)]
perf(deleteAction): Queue delete requests
When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.
This commit adds queuing that limits the concurrency of these requests to 5
at a time.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
fenn-cs [Wed, 8 May 2024 20:00:38 +0000 (21:00 +0100)]
fix(deleteAction): Remove unused nc l10n import
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Anna [Wed, 15 May 2024 11:06:58 +0000 (13:06 +0200)]
Merge pull request #45313 from nextcloud/backport/45309/stable29
[stable29] fix(caldav): loop through all events for busy events
Simon L. [Tue, 14 May 2024 10:09:15 +0000 (12:09 +0200)]
Revert: "Check datadirectory owner, not config owner."
Signed-off-by: Simon L <szaimen@e.mail.de>
Joas Schilling [Wed, 15 May 2024 08:11:31 +0000 (10:11 +0200)]
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 15 May 2024 07:47:22 +0000 (09:47 +0200)]
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Anna Larch [Wed, 8 May 2024 13:12:17 +0000 (15:12 +0200)]
fix(caldav): loop through all events for busy events
Signed-off-by: Anna Larch <anna@nextcloud.com>
Josh [Tue, 14 May 2024 11:47:25 +0000 (07:47 -0400)]
Merge pull request #45284 from nextcloud/backport/45262/stable29
[stable29] fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check
Marco [Tue, 14 May 2024 08:39:09 +0000 (10:39 +0200)]
Merge pull request #45296 from nextcloud/backport/45218/stable29
[stable29] Update pdf icon
Marco Ambrosini [Mon, 13 May 2024 08:51:23 +0000 (10:51 +0200)]
Feat: Fix pdf icon
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Josh [Mon, 13 May 2024 15:21:35 +0000 (11:21 -0400)]
Merge pull request #45279 from nextcloud/backport/43794/stable29
[stable29] fix(files): handle multidimensional arrays in scanner
Robin Appelman [Mon, 13 May 2024 14:58:23 +0000 (16:58 +0200)]
Merge pull request #45293 from nextcloud/backport/44791/stable29
[stable29] fix: consider all paths the user has for a share source when considering max permissions
Josh [Mon, 13 May 2024 14:23:41 +0000 (10:23 -0400)]
Merge pull request #45283 from nextcloud/backport/45242/stable29
[stable29] fix(setupCheck): Only warn when memcache present w/o memcached
Robin Appelman [Fri, 3 May 2024 13:21:53 +0000 (15:21 +0200)]
test: adjust test to new permissions check logic
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 2 May 2024 14:54:34 +0000 (16:54 +0200)]
fix: cleanup logic for getting the max reshare permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
Josh Richards [Fri, 10 May 2024 21:02:28 +0000 (17:02 -0400)]
fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Josh Richards [Thu, 9 May 2024 15:45:16 +0000 (11:45 -0400)]
fix(setupCheck): Only warn when memcache present w/o memcached
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Josh [Fri, 23 Feb 2024 17:55:58 +0000 (12:55 -0500)]
fix(Files): Change how scanner diffs for changed metadata
Fixes #43408
Signed-off-by: Josh <josh.t.richards@gmail.com>
Kate [Fri, 10 May 2024 13:51:14 +0000 (15:51 +0200)]
Merge pull request #45199 from nextcloud/backport/45196/stable29
Kate [Fri, 10 May 2024 08:27:42 +0000 (10:27 +0200)]
Merge pull request #45246 from nextcloud/backport/44797/stable29
provokateurin [Fri, 12 Apr 2024 08:18:09 +0000 (10:18 +0200)]
fix(Router): Stop loading routes of disabled apps
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Thu, 9 May 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Wed, 8 May 2024 18:55:07 +0000 (20:55 +0200)]
Merge pull request #45231 from nextcloud/backport/45219/stable29
[stable29] fix(userstatus): Fix docs of user status manager
Joas Schilling [Tue, 7 May 2024 12:31:28 +0000 (14:31 +0200)]
fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 8 May 2024 00:21:03 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Tue, 7 May 2024 10:41:38 +0000 (12:41 +0200)]
Merge pull request #45208 from nextcloud/automated/noid/stable29-update-psalm-baseline
[stable29] Update psalm-baseline.xml
Joas Schilling [Tue, 7 May 2024 07:46:33 +0000 (09:46 +0200)]
Merge pull request #45202 from nextcloud/backport/45088/stable29
[stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
nextcloud-command [Tue, 7 May 2024 02:26:00 +0000 (02:26 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Tue, 7 May 2024 00:20:13 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 6 May 2024 17:31:16 +0000 (19:31 +0200)]
Merge pull request #44564 from nextcloud/automated/noid/stable29-update-psalm-baseline
[stable29] Update psalm-baseline.xml
Ferdinand Thiessen [Mon, 6 May 2024 17:22:42 +0000 (19:22 +0200)]
Merge pull request #45204 from nextcloud/backport/44939/stable29
[stable29] fix(settings): Save one HTTP request on enabling an app
Côme Chilliet [Mon, 6 May 2024 15:54:48 +0000 (17:54 +0200)]
chore: Fix small psalm errors related to documented return types
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Ferdinand Thiessen [Fri, 19 Apr 2024 20:02:08 +0000 (22:02 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Thu, 4 Apr 2024 21:31:52 +0000 (23:31 +0200)]
fix(DateTimeFormatter): Adjust invalid doc blocks
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 19 Apr 2024 19:57:59 +0000 (21:57 +0200)]
fix(settings): When testing server stability, request URL with trailing slash
This prevents one HTTP request for most situations (301 from `apps/files` to `apps/files/`)
and helps users with faulty reverse-proxy configuration.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Josh [Mon, 29 Apr 2024 02:06:08 +0000 (22:06 -0400)]
fix(User\Manager): Avoid future collisions with updater/audit logs
Avoid future collisions for not yet created updater and audit log files (at least using default names).
Signed-off-by: Josh <josh.t.richards@gmail.com>
Joas Schilling [Mon, 6 May 2024 14:30:19 +0000 (16:30 +0200)]
Merge pull request #45192 from nextcloud/backport/45093/stable29
[stable29] fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
provokateurin [Mon, 6 May 2024 11:32:09 +0000 (13:32 +0200)]
fix(OC_Image): Set correct return type for exif_imagetype stub
Signed-off-by: provokateurin <kate@provokateurin.de>
Joas Schilling [Mon, 6 May 2024 06:16:18 +0000 (08:16 +0200)]
Merge pull request #45018 from nextcloud/backport/45001/stable29
[stable29] fix(DAV): Migrate known exceptions to Sabre exceptions when copying
Joas Schilling [Mon, 29 Apr 2024 10:45:44 +0000 (12:45 +0200)]
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Mon, 6 May 2024 02:21:26 +0000 (02:21 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Mon, 6 May 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 5 May 2024 03:46:36 +0000 (05:46 +0200)]
Merge pull request #44590 from nextcloud/automated/noid/stable29-fix-npm-audit
[stable29] Fix npm audit
nextcloud-command [Sun, 5 May 2024 02:44:36 +0000 (02:44 +0000)]
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Sun, 5 May 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 4 May 2024 00:21:02 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Kate [Fri, 3 May 2024 14:27:24 +0000 (16:27 +0200)]
Merge pull request #45171 from nextcloud/backport/45163/stable29
provokateurin [Fri, 3 May 2024 05:40:32 +0000 (07:40 +0200)]
fix(icons): Update files icon
Signed-off-by: provokateurin <kate@provokateurin.de>
Nextcloud bot [Fri, 3 May 2024 00:19:54 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Thu, 2 May 2024 12:05:31 +0000 (14:05 +0200)]
Merge pull request #45148 from nextcloud/backport/45138/stable29
[stable29] retry smb notify test a few times
Robin Appelman [Wed, 1 May 2024 14:57:21 +0000 (16:57 +0200)]
test: retry smb notify test a few times
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Thu, 2 May 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 1 May 2024 00:20:35 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Tue, 30 Apr 2024 18:41:52 +0000 (20:41 +0200)]
Merge pull request #45056 from nextcloud/backport/44496/stable29
[stable29] feat: support "s3-accelerate" endpoint
Côme Chilliet [Tue, 30 Apr 2024 13:37:39 +0000 (15:37 +0200)]
Merge pull request #44956 from nextcloud/backport/44861/stable29
[stable29] chore: Fix update-psalm-baseline to use correct php version depending on branch
Joas Schilling [Tue, 30 Apr 2024 11:10:21 +0000 (13:10 +0200)]
Merge pull request #45108 from nextcloud/backport/fix-ldap-var-name-backup-port
[stable29] fix(user_ldap): Fix a var name
Côme Chilliet [Tue, 30 Apr 2024 10:33:49 +0000 (12:33 +0200)]
Merge pull request #45104 from nextcloud/backport/query-builder-fix
[stable29] fix: Remove bogus code from query builder and fix parameter name
Côme Chilliet [Tue, 30 Apr 2024 10:10:09 +0000 (12:10 +0200)]
Merge pull request #45107 from nextcloud/backport/fix-ini-default-in-base
[stable29] fix: Fix default values for ini var in lib/base.php
Côme Chilliet [Tue, 30 Apr 2024 10:07:15 +0000 (12:07 +0200)]
Merge pull request #45106 from nextcloud/backport/fix-opcache-buffer-check
[stable29] fix(setupchecks): Fix opcache buffer check
Côme Chilliet [Tue, 30 Apr 2024 09:49:57 +0000 (11:49 +0200)]
Merge pull request #45105 from nextcloud/backport/fix-ownership-transfer-encryption
[stable29] fix(files): Fix ownership transfer encrypted files detection
Côme Chilliet [Mon, 29 Apr 2024 11:58:21 +0000 (13:58 +0200)]
fix(user_ldap): Fix a var name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 29 Apr 2024 12:00:03 +0000 (14:00 +0200)]
fix: Fix default values for ini var in lib/base.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 29 Apr 2024 11:56:18 +0000 (13:56 +0200)]
fix(setupchecks): Fix opcache buffer check
This was broken by last codestyle update, maybe even before because of
operator precedence. Now using vars to make it readable and correct at
the same time.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 29 Apr 2024 11:55:07 +0000 (13:55 +0200)]
fix(files): Fix ownership transfer encrypted files detection
Discovered by psalm update
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 23 Apr 2024 08:03:42 +0000 (10:03 +0200)]
fix: Remove bogus code from query builder and fix parameter name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 30 Apr 2024 00:20:40 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 29 Apr 2024 00:20:45 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 28 Apr 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 27 Apr 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Tue, 26 Mar 2024 14:47:14 +0000 (15:47 +0100)]
feat: add option to enable s3 acceleration
Signed-off-by: Robin Appelman <robin@icewind.nl>
Richard Steinmetz [Fri, 26 Apr 2024 12:24:53 +0000 (14:24 +0200)]
Merge pull request #45053 from nextcloud/backport/44938/stable29
[stable29] fix(CalDAV): remove UNKNOWN from room / resource consideration
Anna Larch [Fri, 19 Apr 2024 19:22:17 +0000 (21:22 +0200)]
fix(CalDAV): remove UNKNOWN from room / resource consideration
Signed-off-by: Anna Larch <anna@nextcloud.com>
Nextcloud bot [Fri, 26 Apr 2024 00:21:10 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Thu, 25 Apr 2024 18:47:38 +0000 (20:47 +0200)]
Merge pull request #45040 from nextcloud/backport/45035/stable29
[stable29] fix: chunked upload leading to 0-byte files
Simon L. [Thu, 25 Apr 2024 14:29:38 +0000 (16:29 +0200)]
fix: chunked upload leading to 0-byte files
Signed-off-by: Simon L <szaimen@e.mail.de>
Louis [Thu, 25 Apr 2024 11:47:42 +0000 (13:47 +0200)]
Merge pull request #44969 from nextcloud/backport/44858/stable29
[stable29] Support multiple scopes in DAV search
F. E Noel Nfebe [Thu, 25 Apr 2024 08:52:04 +0000 (09:52 +0100)]
Merge pull request #44972 from nextcloud/44319-quick-fix-fed-share-user-avatars
fix(unifiedSearch): Prevent broken avatars for federated users in peo…
nextcloud-command [Thu, 25 Apr 2024 06:19:24 +0000 (06:19 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Mon, 22 Apr 2024 19:41:24 +0000 (20:41 +0100)]
fix(unifiedSearch): Prevent broken avatars for federated users in people filter
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
F. E Noel Nfebe [Thu, 25 Apr 2024 06:06:03 +0000 (07:06 +0100)]
Merge pull request #44918 from nextcloud/backport/44839/stable29
fix(sharingDetails): Show correct share target