summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #45422 from nextcloud/skjnldsv-patch-1John Molakvoæ2024-05-211-0/+5
|\ \ \ \
| * | | | fix(theming): stable 27 disable accessible color config switchJohn Molakvoæ2024-05-211-0/+5
|/ / / / | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | Merge pull request #45361 from nextcloud/backport/45355/stable27v27.1.10rc1Louis2024-05-171-2/+7
|\ \ \ \ | | | | | | | | | | [stable27] fix: delete user credentials stored in storages_credentials when user gets deleted
| * | | | fix: restored the file to what it is in master branchyemkareems2024-05-161-1/+2
| | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: delete user credentials stored in storages_credentials when user gets ↵yemkareems2024-05-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci]
* | | | | Merge pull request #45376 from nextcloud/backport/45237/stable27Louis2024-05-173-5/+21
|\ \ \ \ \ | | | | | | | | | | | | [stable27] perf(deleteAction): Queue delete requests
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-05-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | perf(deleteAction): Queue delete requestsfenn-cs2024-05-161-2/+18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #45334 from nextcloud/release/27.1.10_rc1John Molakvoæ2024-05-161-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | build(hub): 27.1.10 RC1skjnldsv2024-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #45371 from nextcloud/backport/45236/stable27Joas Schilling2024-05-161-0/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
| * | | | | fix(SystemConfig.php): Add 'updater.server.url' to Private Variablesderschiw2024-05-161-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #45358 from nextcloud/backport/45357/stable27Joas Schilling2024-05-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable27] fix: add ldap_exop_passwd function to sensitive value
| * | | | | fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | | Merge pull request #45338 from nextcloud/backport/44710/stable27Joas Schilling2024-05-1612-13/+109
|\ \ \ \ \ | |/ / / / |/| | | | [stable27] fix(preview): check mime type before processing with Imagick
| * | | | fix(preview): check mime type before processing with ImagickVarun Patil2024-05-1512-13/+109
| |/ / / | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | Merge pull request #45311 from nextcloud/backport/45309/stable27Joas Schilling2024-05-161-12/+9
|\ \ \ \ | | | | | | | | | | [stable27] fix(caldav): loop through all events for busy events
| * | | | fix(caldav): loop through all events for busy eventsAnna Larch2024-05-141-12/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #45343 from nextcloud/backport/45340/stable27Joas Schilling2024-05-162-1/+30
|\ \ \ \ | | | | | | | | | | [stable27] fix: Extend SVG reference check
| * | | | fix: Extend SVG reference checkJoas Schilling2024-05-162-1/+30
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #45324 from nextcloud/backport/45321/stable27Joas Schilling2024-05-162-3/+3
|\ \ \ \ | | | | | | | | | | [stable27] fix: Correctly check result of function
| * | | | fix: Correctly check result of functionJoas Schilling2024-05-152-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #45320 from nextcloud/backport/45317/stable27Joas Schilling2024-05-161-1/+4
|\ \ \ \ | |/ / / |/| | | [stable27] fix(search): Limit maximum number of search results
| * | | fix(search): Limit maximum number of search resultsJoas Schilling2024-05-151-1/+4
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #44464 from ↵F. E Noel Nfebe2024-05-148-44/+89
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/44032-fix-show-new-shares-without-refresh [stable27] 44032 fix show new shares without refresh
| * | | chore(assets): Recompile assetsnextcloud-command2024-05-144-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files_sharing): Improve recursion in `onNewLinShare`fenn-cs2024-05-143-37/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | refactor(ShareDetails): Prevent undefined errors for `share.permissions`fenn-cs2024-05-141-1/+2
|/ / / | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #45115 from nextcloud/backport/45104/stable27Côme Chilliet2024-05-101-6/+2
|\ \ \ | | | | | | | | [stable27] fix: Remove bogus code from query builder and fix parameter name
| * | | fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-05-101-6/+2
|/ / / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0912-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #45229 from nextcloud/backport/45219/stable27Joas Schilling2024-05-082-2/+2
|\ \ \ | | | | | | | | [stable27] fix(userstatus): Fix docs of user status manager
| * | | fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-082-2/+2
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0818-60/+136
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44447 from nextcloud/backport/43057/stable27Julius Härtl2024-05-074-76/+88
|\ \ \ | | | | | | | | [stable27] feat(perf): add cache for authtoken lookup
| * | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-05-071-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-05-074-77/+89
|/ / / | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #45200 from nextcloud/backport/45088/stable27Joas Schilling2024-05-071-0/+2
|\ \ \ | | | | | | | | [stable27] fix(User\Manager): Avoid future collisions with updater/audit logs
| * | | fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
| | | | | | | | | | | | | | | | | | | | 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0716-68/+92
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #45118 from nextcloud/backport/45108/stable27Côme Chilliet2024-05-061-1/+1
|\ \ \ | | | | | | | | [stable27] fix(user_ldap): Fix a var name
| * | | fix(user_ldap): Fix a var nameCôme Chilliet2024-05-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #45197 from nextcloud/backport/45196/stable27Kate2024-05-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #45016 from nextcloud/backport/45001/stable27Joas Schilling2024-05-061-11/+19
|\ \ \ | | | | | | | | [stable27] fix(DAV): Migrate known exceptions to Sabre exceptions when copying
| * | | fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-062-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-058-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0450-100/+186
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0394-172/+252
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>