aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add back searching in disabled user listCôme Chilliet2024-05-278-12/+34
| | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #45286 from nextcloud/backport/44457/stable28Christoph Wurst2024-05-261-1/+1
|\ | | | | [stable28] fix(contactsinteraction): Allow vCard download
| * fix(contactsinteraction): Allow vCard downloadChristoph Wurst2024-05-211-1/+1
| | | | | | | | | | | | | | Sabre calculates a header for the size of a vcard, therefore we have to implement the size method. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #45467 from nextcloud/release/28.0.6v28.0.6John Molakvoæ2024-05-231-2/+2
|\ \ | |/ |/|
| * build(hub): 28.0.6skjnldsv2024-05-221-2/+2
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #45282 from nextcloud/backport/45242/stable28v28.0.6rc1Josh2024-05-161-4/+5
|\ | | | | [stable28] fix(setupCheck): Only warn when memcache present w/o memcached
| * fix(setupCheck): Only warn when memcache present w/o memcachedJosh Richards2024-05-161-4/+5
| | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Merge pull request #45327 from nextcloud/backport/45237/stable28Louis2024-05-163-4/+19
|\ \ | | | | | | [stable28] perf(deleteAction): Queue delete requests
| * | perf(deleteAction): Queue delete requestsfenn-cs2024-05-163-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #45335 from nextcloud/release/28.0.6_rc1John Molakvoæ2024-05-161-2/+2
|\ \ \
| * | | build(hub): 28.0.6 RC1skjnldsv2024-05-151-2/+2
| |/ / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #45372 from nextcloud/backport/45236/stable28Joas Schilling2024-05-161-0/+1
|\ \ \ | | | | | | | | [stable28] 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 #45359 from nextcloud/backport/45357/stable28Joas Schilling2024-05-161-1/+1
|\ \ \ | | | | | | | | [stable28] 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 #45339 from nextcloud/backport/44710/stable28Joas Schilling2024-05-1612-13/+109
|\ \ \ | |/ / |/| | [stable28] 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 #45147 from nextcloud/backport/45138/stable28John Molakvoæ2024-05-161-0/+17
|\ \
| * | test: retry smb notify test a few timesRobin Appelman2024-05-101-0/+17
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #45342 from nextcloud/backport/45340/stable28Joas Schilling2024-05-162-1/+30
|\ \ \ | | | | | | | | [stable28] 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 #45323 from nextcloud/backport/45321/stable28Joas Schilling2024-05-162-3/+3
|\ \ \ | | | | | | | | [stable28] 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 #45319 from nextcloud/backport/45317/stable28Joas Schilling2024-05-162-3/+6
|\ \ \ \ | |_|/ / |/| | | [stable28] fix(search): Limit maximum number of search results
| * | | fix(search): Limit maximum number of search resultsJoas Schilling2024-05-152-3/+6
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #45312 from nextcloud/backport/45309/stable28Anna2024-05-151-12/+9
|\ \ \ | |/ / |/| | [stable28] 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 #45203 from nextcloud/backport/44939/stable28John Molakvoæ2024-05-143-4/+4
|\ \ \ | |/ / |/| | [stable28] fix(settings): Save one HTTP request on enabling an app
| * | chore: Compile assetsFerdinand Thiessen2024-05-112-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-111-1/+1
| |/ | | | | | | | | | | | | 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>
* | Merge pull request #45278 from nextcloud/backport/43794/stable28Côme Chilliet2024-05-131-2/+47
|\ \ | |/ |/| [stable28] fix(files): handle multidimensional arrays in scanner
| * fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/ | | | | Fixes #43408 Signed-off-by: Josh <josh.t.richards@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0912-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45230 from nextcloud/backport/45219/stable28Joas Schilling2024-05-082-2/+2
|\ | | | | [stable28] 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 #45201 from nextcloud/backport/45088/stable28Joas Schilling2024-05-071-0/+2
|\ | | | | [stable28] 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>
* | Merge pull request #45133 from ↵Côme Chilliet2024-05-071-33/+32
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/stable28-update-psalm-baseline [stable28] Update psalm-baseline.xml
| * | chore(tests): Update psalm baselinenextcloud-command2024-05-071-33/+32
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0716-68/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45112 from nextcloud/backport/45106/stable28Côme Chilliet2024-05-061-1/+3
|\ \ | | | | | | [stable28] [stable29] fix(setupchecks): Fix opcache buffer check
| * | fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-05-061-1/+3
|/ / | | | | | | | | | | | | This was broken 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>
* | Merge pull request #45187 from nextcloud/automated/noid/stable28-fix-npm-auditCôme Chilliet2024-05-061-3/+3
|\ \ | |/ |/| [stable28] Fix npm audit
| * chore(deps): fix npm auditnextcloud-command2024-05-051-3/+3
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #45191 from nextcloud/backport/45093/stable28Joas Schilling2024-05-061-6/+6
|\ \ | | | | | | [stable28] fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
| * | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-05-061-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #44984 from nextcloud/backport/44982/stable28Ferdinand Thiessen2024-05-061-3/+18
|\ \ \ | |/ / |/| | [stable28] fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
| * | fix(provisioning_api): Show warning but do not fail when listing accounts in ↵Ferdinand Thiessen2024-04-231-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #45017 from nextcloud/backport/45001/stable28Joas Schilling2024-05-061-11/+19
|\ \ \ | | | | | | | | [stable28] fix(DAV): Migrate known exceptions to Sabre exceptions when copying