Commit Graph

69585 Commits (backport/44923/stable27)
 

Author SHA1 Message Date
Christopher Ng 059243e266 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 days ago
Christopher Ng 51911f633c fix: Fix truncation on public shares
Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 days ago
Benjamin Gaussorgues 619bb2cf97
Merge pull request #45466 from nextcloud/release/27.1.10_rc2 6 days ago
Andy Scherzinger e29eb3ccd2
Merge pull request #45481 from nextcloud/backport/44485/stable27
[stable27] Respect empty `expiryDate` value in server
6 days ago
Andy Scherzinger ea1f849214
Merge pull request #44979 from nextcloud/backport/44794/stable27
[stable27] fix(memcache): remove double $$ to fix error
7 days ago
Andy Scherzinger ea27470085
Merge pull request #44925 from nextcloud/backport/44039/stable27
[stable27] fix: regression with updating read-only config
7 days ago
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>
7 days ago
Sam Bull aafe8c2768 fix: regression with updating read-only config
Signed-off-by: Sam Bull <git@sambull.org>
7 days ago
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>
1 week ago
fenn-cs 3f6975a2fe refactor(shareManager): Use constructor property promotion
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 week ago
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>
1 week ago
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
1 week ago
Christopher Ng b6988c7d6b chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 weeks ago
Christopher Ng ffda00b2ad fix: Hide download action in shares view
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 weeks ago
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>
2 weeks ago
skjnldsv 74906f821a build(hub): 27.1.10 RC2
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 weeks ago
John Molakvoæ 51adff2755
Merge pull request #45422 from nextcloud/skjnldsv-patch-1 2 weeks ago
John Molakvoæ dc40dcb369
fix(theming): stable 27 disable accessible color config switch
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2 weeks ago
Louis 9948dcc767
Merge pull request #45361 from nextcloud/backport/45355/stable27
[stable27] fix: delete user credentials stored in storages_credentials when user gets deleted
2 weeks ago
Louis 7e400afcbb
Merge pull request #45376 from nextcloud/backport/45237/stable27
[stable27] perf(deleteAction): Queue delete requests
2 weeks ago
John Molakvoæ bbc7a5dfd5
Merge pull request #45334 from nextcloud/release/27.1.10_rc1 2 weeks ago
nextcloud-command 676c58aa65 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 weeks ago
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>
2 weeks ago
yemkareems f7e7761a43 fix: restored the file to what it is in master branch
Signed-off-by: yemkareems <yemkareems@gmail.com>
2 weeks ago
yemkareems 0c0b816029 fix: delete user credentials stored in storages_credentials when user gets deleted
Signed-off-by: yemkareems <yemkareems@gmail.com>

[skip ci]
2 weeks ago
Joas Schilling f6a8605f58
Merge pull request #45371 from nextcloud/backport/45236/stable27
[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
2 weeks ago
Joas Schilling f5e838df0d
Merge pull request #45358 from nextcloud/backport/45357/stable27
[stable27] fix: add ldap_exop_passwd function to sensitive value
2 weeks ago
Joas Schilling c6ce255404
Merge pull request #45338 from nextcloud/backport/44710/stable27
[stable27] fix(preview): check mime type before processing with Imagick
2 weeks ago
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>
2 weeks ago
yemkareems 3ed9b1bfd1 fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
2 weeks ago
Joas Schilling 63da6067b4
Merge pull request #45311 from nextcloud/backport/45309/stable27
[stable27] fix(caldav): loop through all events for busy events
2 weeks ago
Joas Schilling 9762184208
Merge pull request #45343 from nextcloud/backport/45340/stable27
[stable27] fix: Extend SVG reference check
2 weeks ago
Joas Schilling de57649e1e
Merge pull request #45324 from nextcloud/backport/45321/stable27
[stable27] fix: Correctly check result of function
2 weeks ago
Joas Schilling 5574a2b268
Merge pull request #45320 from nextcloud/backport/45317/stable27
[stable27] fix(search): Limit maximum number of search results
2 weeks ago
Joas Schilling 6ced51d628
fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks ago
Varun Patil 7fd3aa1f72 fix(preview): check mime type before processing with Imagick
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2 weeks ago
skjnldsv a1fecd2b1b build(hub): 27.1.10 RC1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks ago
Joas Schilling 90c5b1273c
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks ago
Joas Schilling 36707b6fb7
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks ago
Anna Larch 5e0ce35012 fix(caldav): loop through all events for busy events
Signed-off-by: Anna Larch <anna@nextcloud.com>
3 weeks ago
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
3 weeks ago
nextcloud-command 193ca171b0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks ago
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>
3 weeks ago
fenn-cs d6340ed0f9 refactor(ShareDetails): Prevent undefined errors for `share.permissions`
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 weeks ago
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
3 weeks ago
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>
3 weeks ago
Nextcloud bot 91a71e8073
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks ago
Joas Schilling e494f6b465
Merge pull request #45229 from nextcloud/backport/45219/stable27
[stable27] fix(userstatus): Fix docs of user status manager
3 weeks ago
Joas Schilling ad12a80ecc fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks ago
Nextcloud bot 0507be52d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago