aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(job): Check if carddata is resource and read it to stringbackport/49332/stable29Mikhail Kotelnikov2024-11-191-1/+5
| | | | | | | Fixes nextcloud/server#46100 Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
* Merge pull request #49368 from nextcloud/backport/49199/stable29John Molakvoæ2024-11-193-17/+17
|\
| * fix(files): improve delete display name when trashbin is disabledbackport/49199/stable29Richard Steinmetz2024-11-193-17/+17
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1922-38/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1860-124/+520
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1734-92/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-16136-138/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49309 from nextcloud/backport/49130/stable29Kate2024-11-151-1/+3
|\
| * fix: Do not check for strict cookie when running webcronbackport/49130/stable29Ferdinand Thiessen2024-11-151-1/+3
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #49270 from nextcloud/backport/48583/stable29Sebastian Krupinski2024-11-145-0/+374
|\ | | | | [stable29] fix: override iTip Broker to fix several issues
| * fix: override iTip Broker to fix several issuesbackport/48583/stable29SebastianKrupinski2024-11-145-0/+374
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-15148-790/+920
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49266 from nextcloud/3rdparty/stable29/sabre-dav-itip-brokerSebastian Krupinski2024-11-141-0/+0
|\ | | | | [stable29] chore(deps): Add SabreDav Patch for iTip Broker
| * chore(deps): Add SabreDav Patch for iTip Broker3rdparty/stable29/sabre-dav-itip-brokerSebastianKrupinski2024-11-141-0/+0
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #49278 from nextcloud/backport/48675/stable29Côme Chilliet2024-11-142-4/+8
|\ \ | | | | | | [stable29] DNS: do not query CNAME if A succeeded already
| * | fix: remove superflous linebackport/48675/stable29georglauterbach2024-11-141-1/+0
| | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
| * | fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-142-3/+8
| | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
* | | Merge pull request #49213 from nextcloud/backport/49196/stable29Richard Steinmetz2024-11-141-5/+5
|\ \ \ | |/ / |/| | [stable29] chore(github): Update groupware code owners
| * | chore(github): Update groupware code ownersbackport/49196/stable29Christoph Wurst2024-11-131-5/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-14100-206/+242
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49252 from nextcloud/chore/update-nc-libs-stable29John Molakvoæ2024-11-1318-83/+311
|\ \ | | | | | | [stable29] chore: Update `@nextcloud/files` and `@nextcloud/update` libraries
| * | chore: Update `@nextcloud/files` and `@nextcloud/update` librarieschore/update-nc-libs-stable29Ferdinand Thiessen2024-11-1318-83/+311
|/ / | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #49179 from nextcloud/backport/49143/stable29John Molakvoæ2024-11-134-3/+20
|\ \
| * | chore(assets): Recompile assetsbackport/49143/stable29nextcloud-command2024-11-122-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-122-0/+17
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49097 from nextcloud/backport/48933/stable29Richard Steinmetz2024-11-132-1/+65
|\ \ \ | | | | | | | | [stable29] Clear pending two factor tokens also from configuration
| * | | fix: Handle exception when clearing previously removed two factor tokensbackport/48933/stable29Daniel Calviño Sánchez2024-11-052-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a token was already removed from the database but not from the configuration clearing the tokens will try to remove it again from the database, which caused a DoesNotExistException to be thrown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-052-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise as the tokens were removed from the database but not from the configuration the next time that the tokens were cleared the previous tokens were still got from the configuration, and trying to remove them again from the database ended in a DoesNotExistException being thrown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #49233 from nextcloud/backport/49139/stable29Sebastian Krupinski2024-11-132-2/+29
|\ \ \ \ | | | | | | | | | | [stable29] feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
| * | | | feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable29SebastianKrupinski2024-11-122-2/+29
| | |/ / | |/| | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #49228 from nextcloud/backport/38630/stable29Ferdinand Thiessen2024-11-138-10/+10
|\ \ \ \ | | | | | | | | | | [stable29] Fix remaining readdir() calls in loops with undesirable false evaluation potential
| * | | | fix: conflicts resolved in apps.php loadDirectorybackport/38630/stable29yemkareems2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | | fix: Clean-up some remaining readdir calls with undesirable false evaluation ↵Josh Richards2024-11-137-9/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> [skip ci]
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1312-26/+40
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49206 from nextcloud/backport/48736/stable29Andy Scherzinger2024-11-121-0/+1
|\ \ \ | | | | | | | | [stable29] fix: log a warning when we can't build a background job
| * | | fix: log a warning when we can't build a background jobbackport/48736/stable29Robin Appelman2024-11-111-0/+1
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #49221 from nextcloud/backport/49218/stable29John Molakvoæ2024-11-121-2/+2
|\ \ \
| * | | fix(files_external): cast storage id intbackport/49218/stable29skjnldsv2024-11-121-2/+2
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49159 from nextcloud/backport/49146/stable29John Molakvoæ2024-11-121-2/+3
|\ \ \
| * | | Fix Undefined variable: response notice in case of non-404 errorbackport/49146/stable29Victor Dubiniuk2024-11-081-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49162 from nextcloud/backport/49150/stable29John Molakvoæ2024-11-1211-23/+22
|\ \ \ \
| * | | | fix(files): edit locally buttonsbackport/49150/stable29skjnldsv2024-11-0811-23/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1286-178/+194
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1158-66/+174
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10110-96/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09188-262/+320
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49156 from nextcloud/backport/49153/stable29John Molakvoæ2024-11-085-4/+9
|\ \ \ | |/ / |/| |
| * | fix(files_sharing): note icon color on public pagesbackport/49153/stable29skjnldsv2024-11-085-4/+9
|/ / | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #49137 from nextcloud/backport/49112/stable29Kate2024-11-082-12/+12
|\ \
| * | fix(theming): Return default theme if the user never selected a themebackport/49112/stable29provokateurin2024-11-072-12/+12
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>