Commit graph

69555 commits

Author SHA1 Message Date
Joas Schilling
c6ce255404
Merge pull request #45338 from nextcloud/backport/44710/stable27
[stable27] fix(preview): check mime type before processing with Imagick
2024-05-16 16:42:21 +02:00
Joas Schilling
63da6067b4
Merge pull request #45311 from nextcloud/backport/45309/stable27
[stable27] fix(caldav): loop through all events for busy events
2024-05-16 11:52:56 +02:00
Joas Schilling
9762184208
Merge pull request #45343 from nextcloud/backport/45340/stable27
[stable27] fix: Extend SVG reference check
2024-05-16 11:19:41 +02:00
Joas Schilling
de57649e1e
Merge pull request #45324 from nextcloud/backport/45321/stable27
[stable27] fix: Correctly check result of function
2024-05-16 10:16:23 +02:00
Joas Schilling
5574a2b268
Merge pull request #45320 from nextcloud/backport/45317/stable27
[stable27] fix(search): Limit maximum number of search results
2024-05-16 10:10:54 +02:00
Joas Schilling
6ced51d628
fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-16 10:05:07 +02:00
Varun Patil
7fd3aa1f72 fix(preview): check mime type before processing with Imagick
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-05-15 20:15:17 +00:00
Joas Schilling
90c5b1273c
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-15 10:46:23 +02:00
Joas Schilling
36707b6fb7
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-15 10:41:39 +02:00
Anna Larch
5e0ce35012 fix(caldav): loop through all events for busy events
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-05-14 13:33:02 +00:00
F. E Noel Nfebe
f8169579ad
Merge pull request #44464 from nextcloud/44032-fix-show-new-shares-without-refresh
[stable27] 44032 fix show new shares without refresh
2024-05-14 11:12:02 +01:00
nextcloud-command
193ca171b0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-14 08:39:45 +00:00
fenn-cs
2be68340c1 fix(files_sharing): Improve recursion in onNewLinShare
These changes fixes the issue of having the refresh the UI after share creation, as the share is not
immediately removed from the UI list.

Important changes

- The basis of checking wether a password/expire date is no longer based on config values alone
because the config is not expected in a share creation circle. Hence we check the configs and check
if the share object (this.share) has the expected values set. This way, once the required properties
are set, code control does not enter the block meant to handle the setting of required properties
unneccessarily.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-14 09:32:54 +01:00
fenn-cs
d6340ed0f9 refactor(ShareDetails): Prevent undefined errors for share.permissions
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-14 09:32:54 +01:00
Côme Chilliet
7f4035441d
Merge pull request #45115 from nextcloud/backport/45104/stable27
[stable27] fix: Remove bogus code from query builder and fix parameter name
2024-05-10 17:26:09 +02:00
Côme Chilliet
50070e7a8f fix: Remove bogus code from query builder and fix parameter name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-10 10:02:13 -04:00
Nextcloud bot
91a71e8073
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-09 00:20:31 +00:00
Joas Schilling
e494f6b465
Merge pull request #45229 from nextcloud/backport/45219/stable27
[stable27] fix(userstatus): Fix docs of user status manager
2024-05-08 20:37:27 +02:00
Joas Schilling
ad12a80ecc fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-08 07:25:15 +00:00
Nextcloud bot
0507be52d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-08 00:21:24 +00:00
Julius Härtl
72b5f8c012
Merge pull request #44447 from nextcloud/backport/43057/stable27
[stable27] feat(perf): add cache for authtoken lookup
2024-05-07 22:10:29 +02:00
Joas Schilling
494648dddd
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-07 14:54:06 +02:00
Benjamin Gaussorgues
65e0bc7aff
feat(perf): add cache for authtoken lookup
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-05-07 14:54:06 +02:00
Joas Schilling
9f7d57494b
Merge pull request #45200 from nextcloud/backport/45088/stable27
[stable27] fix(User\Manager): Avoid future collisions with updater/audit logs
2024-05-07 09:47:14 +02:00
Nextcloud bot
3b3c57ed75
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-07 00:20:31 +00:00
Josh
795353871d 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>
2024-05-06 14:30:44 +00:00
Côme Chilliet
8fea5957b5
Merge pull request #45118 from nextcloud/backport/45108/stable27
[stable27] fix(user_ldap): Fix a var name
2024-05-06 15:45:30 +02:00
Kate
18dc98322b
Merge pull request #45197 from nextcloud/backport/45196/stable27 2024-05-06 15:36:22 +02:00
Côme Chilliet
762e159875 fix(user_ldap): Fix a var name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-06 08:30:35 -04:00
provokateurin
7d2515f298 fix(OC_Image): Set correct return type for exif_imagetype stub
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-06 12:07:58 +00:00
Joas Schilling
bf9c3c6a44
Merge pull request #45016 from nextcloud/backport/45001/stable27
[stable27] fix(DAV): Migrate known exceptions to Sabre exceptions when copying
2024-05-06 07:59:19 +02:00
Nextcloud bot
18cce2fd9c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-06 00:20:41 +00:00
Nextcloud bot
46f680c1ba
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-05 00:20:38 +00:00
Nextcloud bot
229f83bbe0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-04 00:21:23 +00:00
Nextcloud bot
d29c1aafd1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-03 00:20:15 +00:00
Ferdinand Thiessen
7de712661e
Merge pull request #45109 from nextcloud/backport/45105/stable27
[stable27] [stable29] fix(files): Fix ownership transfer encrypted files detection
2024-05-02 18:47:38 +02:00
Côme Chilliet
774d4908bf
Merge pull request #45123 from nextcloud/backport/44956/stable27
[stable27] chore: Fix update-psalm-baseline to use correct php version depending on branch
2024-05-02 11:04:41 +02:00
Côme Chilliet
ab0913eaba
Merge pull request #45113 from nextcloud/backport/45107/stable27
[stable27] fix: Fix default values for ini var in lib/base.php
2024-05-02 10:10:22 +02:00
Nextcloud bot
9b0957ba8b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-02 00:20:39 +00:00
Nextcloud bot
f2ceff0964
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-01 00:20:52 +00:00
Côme Chilliet
532581d7fe
chore: fix indentation in psalm.xml
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2024-04-30 15:52:48 +02:00
Côme Chilliet
c87229ef07 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>
2024-04-30 13:38:29 +00:00
Côme Chilliet
0c310dc946 fix: Fix default values for ini var in lib/base.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 10:11:15 +00:00
Côme Chilliet
a051dfc8ae fix(files): Fix ownership transfer encrypted files detection
Discovered by psalm update

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 09:50:56 +00:00
Nextcloud bot
6a045e379f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-30 00:21:07 +00:00
Stephan Orbaugh
72dd204274
Merge pull request #45060 from nextcloud/backport/44496/stable27
[stable27] feat: support "s3-accelerate" endpoint
2024-04-29 09:32:33 +02:00
Nextcloud bot
a25ade086b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-29 00:21:06 +00:00
Nextcloud bot
083e506301
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-28 00:20:46 +00:00
Nextcloud bot
4ee7814971
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-27 00:20:39 +00:00
Robin Appelman
a1db2021ee feat: add option to enable s3 acceleration
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-04-26 14:46:15 +00:00