Commit graph

69588 commits

Author SHA1 Message Date
Robin Appelman
be04639c6e
fix: get child ids for folder in a separate query during move
Signed-off-by: Robin Appelman <robin@icewind.nl>

feat: add option to disable scanner transactions

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

feat: add request id as comment to all queries

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

fix(session): Do not update authtoken last_check for passwordless

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

feat: add additional logging for database errors

Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-06-10 17:35:59 +02:00
Benjamin Gaussorgues
f7e1218ad9
Merge pull request #45565 from nextcloud/release/27.1.10 2024-05-30 09:31:37 +02:00
Benjamin Gaussorgues
87317af0a7
Merge pull request #45563 from nextcloud/backport/45562/stable27 2024-05-29 16:41:25 +02:00
Benjamin Gaussorgues
22268af56e
build(hub): 27.1.10
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-05-29 16:36:03 +02:00
fenn-cs
29f717a999 fix(ShareApiClients): Maintain meaning of '' and null for share api clients
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-29 12:26:29 +00:00
Benjamin Gaussorgues
619bb2cf97
Merge pull request #45466 from nextcloud/release/27.1.10_rc2 2024-05-27 15:03:25 +02:00
Andy Scherzinger
e29eb3ccd2
Merge pull request #45481 from nextcloud/backport/44485/stable27
[stable27] Respect empty `expiryDate` value in server
2024-05-27 12:04:01 +02:00
Andy Scherzinger
ea1f849214
Merge pull request #44979 from nextcloud/backport/44794/stable27
[stable27] fix(memcache): remove double $$ to fix error
2024-05-26 14:00:06 +02:00
Andy Scherzinger
ea27470085
Merge pull request #44925 from nextcloud/backport/44039/stable27
[stable27] fix: regression with updating read-only config
2024-05-26 13:59:25 +02:00
Velwark
bb32cdee62 Update LoggerWrapperCache.php
Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem.

Signed-off-by: Velwark <levinfrerich9@gmail.com>
2024-05-26 11:48:49 +02:00
Sam Bull
aafe8c2768 fix: regression with updating read-only config
Signed-off-by: Sam Bull <git@sambull.org>
2024-05-26 11:47:51 +02:00
fenn-cs
bdeba6590d test(Sharing): Integration test for no expiration set date for share
- Verify that explicitly sending empty `expireDate` param to server overwrite default

and sets not expiry date, if non is enforced.

- Update tests to avoid converting empty string to date.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-25 11:18:41 +01:00
fenn-cs
3f6975a2fe refactor(shareManager): Use constructor property promotion
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-24 15:30:49 +01:00
fenn-cs
13688f39a7 fix(shareManager): Respect empty expireDate in server
If `expireDate` is an empty string and not `null` then the server should not set a default.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-24 15:30:49 +01:00
Andy Scherzinger
b127e020ec
Merge pull request #45344 from nextcloud/fix/stable27-download-action
[stable27] fix: Keep download action for files and hide only for relevant files
2024-05-23 11:12:25 +02:00
Christopher Ng
b6988c7d6b chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-22 11:18:12 -07:00
Christopher Ng
ffda00b2ad fix: Hide download action in shares view
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-22 11:11:12 -07:00
Julius Härtl
c8003e480b fix: Keep download action for files and hide only for relevant files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-22 11:10:50 -07:00
skjnldsv
74906f821a build(hub): 27.1.10 RC2
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-05-22 17:32:23 +02:00
John Molakvoæ
51adff2755
Merge pull request #45422 from nextcloud/skjnldsv-patch-1 2024-05-21 17:30:28 +02:00
John Molakvoæ
dc40dcb369
fix(theming): stable 27 disable accessible color config switch
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-21 16:18:52 +02:00
Louis
9948dcc767
Merge pull request #45361 from nextcloud/backport/45355/stable27
[stable27] fix: delete user credentials stored in storages_credentials when user gets deleted
2024-05-17 14:47:37 +02:00
Louis
7e400afcbb
Merge pull request #45376 from nextcloud/backport/45237/stable27
[stable27] perf(deleteAction): Queue delete requests
2024-05-17 10:07:31 +02:00
John Molakvoæ
bbc7a5dfd5
Merge pull request #45334 from nextcloud/release/27.1.10_rc1 2024-05-16 19:02:36 +02:00
nextcloud-command
676c58aa65 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-16 16:40:13 +00:00
fenn-cs
4ed849649e
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>
2024-05-16 17:44:17 +02:00
yemkareems
f7e7761a43 fix: restored the file to what it is in master branch
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 17:00:21 +02:00
yemkareems
0c0b816029 fix: delete user credentials stored in storages_credentials when user gets deleted
Signed-off-by: yemkareems <yemkareems@gmail.com>

[skip ci]
2024-05-16 17:00:21 +02:00
Joas Schilling
f6a8605f58
Merge pull request #45371 from nextcloud/backport/45236/stable27
[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
2024-05-16 16:51:31 +02:00
Joas Schilling
f5e838df0d
Merge pull request #45358 from nextcloud/backport/45357/stable27
[stable27] fix: add ldap_exop_passwd function to sensitive value
2024-05-16 16:46:10 +02:00
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
derschiw
f5da526abf 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>
2024-05-16 14:29:47 +00:00
yemkareems
3ed9b1bfd1 fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-05-16 12:20:12 +00: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
skjnldsv
a1fecd2b1b build(hub): 27.1.10 RC1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-05-15 20:25:14 +02: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