]>
source.dussan.org Git - nextcloud-server.git/log
fenn-cs [Fri, 15 Mar 2024 10:46:19 +0000 (11:46 +0100)]
feat: Limit email input on auth pages to 255 chars
Excessively long emails reported make server unresponsive.
We could at some point, consider adding a configuration for sysadmins to bypass this setting
on their instance if they want.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
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 [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
Nextcloud bot [Thu, 25 Apr 2024 00:20:53 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Wed, 24 Apr 2024 05:18:47 +0000 (07:18 +0200)]
fix(DAV): Migrate known exceptions to Sabre exceptions when copying
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Wed, 24 Apr 2024 16:07:34 +0000 (18:07 +0200)]
Merge pull request #44981 from nextcloud/backport/44794/stable29
[stable29] fix(memcache): remove double $$ to fix error
Ferdinand Thiessen [Wed, 24 Apr 2024 14:39:49 +0000 (16:39 +0200)]
Merge pull request #44985 from nextcloud/backport/44982/stable29
[stable29] fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
Nextcloud bot [Wed, 24 Apr 2024 00:20:26 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Tue, 23 Apr 2024 21:49:05 +0000 (23:49 +0200)]
Merge pull request #44989 from nextcloud/backport/44923/stable29
[stable29] fix: Fix truncation on public page
Christopher Ng [Tue, 23 Apr 2024 17:39:11 +0000 (10:39 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 23 Apr 2024 17:39:11 +0000 (10:39 -0700)]
fix: Fix truncation on public shares
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Benjamin Gaussorgues [Tue, 23 Apr 2024 15:07:21 +0000 (17:07 +0200)]
Merge pull request #44986 from nextcloud/release/29.0.0
Benjamin Gaussorgues [Tue, 23 Apr 2024 11:57:06 +0000 (13:57 +0200)]
build(hub): 29.0.0
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Ferdinand Thiessen [Mon, 22 Apr 2024 13:30:15 +0000 (15:30 +0200)]
fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Velwark [Thu, 11 Apr 2024 18:10:11 +0000 (20:10 +0200)]
Update LoggerWrapperCache.php
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.
Signed-off-by: Velwark <levinfrerich9@gmail.com>
Nextcloud bot [Tue, 23 Apr 2024 00:20:52 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis Chemineau [Tue, 16 Apr 2024 14:18:14 +0000 (16:18 +0200)]
feat(dav): Support multiple scopes in DAV search
Signed-off-by: Louis Chemineau <louis@chmn.me>
Côme Chilliet [Tue, 16 Apr 2024 15:57:10 +0000 (17:57 +0200)]
chore: Fix psalm to use correct php version depending on branch
Needs to be adapted on each branch to reflect the used PHP version and
help with baseline updating.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Mon, 22 Apr 2024 00:21:08 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 21 Apr 2024 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.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-command [Fri, 19 Apr 2024 10:24:24 +0000 (10:24 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Mon, 15 Apr 2024 21:06:40 +0000 (22:06 +0100)]
fix(sharingDetails): Show correct share target
The share details page should show the target email or user/server to which
the user is creating the share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
[skip ci]
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>