aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable28SebastianKrupinski2024-11-132-2/+29
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #49046 from ↵Ferdinand Thiessen2024-11-132-5/+5
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable28/types/jest-29.5.14 build(deps-dev): bump @types/jest from 29.5.12 to 29.5.14
| * build(deps-dev): bump @types/jest from 29.5.12 to 29.5.14dependabot/npm_and_yarn/stable28/types/jest-29.5.14dependabot[bot]2024-11-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #49096 from nextcloud/backport/48933/stable28Richard Steinmetz2024-11-132-1/+65
|\ \ | | | | | | [stable28] Clear pending two factor tokens also from configuration
| * | fix: Handle exception when clearing previously removed two factor tokensbackport/48933/stable28Daniel 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1312-26/+40
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49178 from nextcloud/backport/49143/stable28John Molakvoæ2024-11-124-3/+20
|\ \ \ | | | | | | | | [stable28] fix(files): view-in-folder enabled conditions
| * | | chore(assets): Recompile assetsbackport/49143/stable28nextcloud-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 #49227 from nextcloud/backport/38630/stable28Ferdinand Thiessen2024-11-128-10/+10
|\ \ \ | | | | | | | | [stable28] Fix remaining readdir() calls in loops with undesirable false evaluation potential
| * | | fix: conflicts resolved in apps.php loadDirectorybackport/38630/stable28yemkareems2024-11-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * | | Clean-up some remaining readdir calls with undesirable false evaluation ↵Josh Richards2024-11-127-9/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> [skip ci]
* | | Merge pull request #49205 from nextcloud/backport/48736/stable28Andy Scherzinger2024-11-121-0/+1
|\ \ \ | | | | | | | | [stable28] 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/stable28Robin Appelman2024-11-111-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49220 from nextcloud/backport/49218/stable28John Molakvoæ2024-11-121-2/+2
|\ \ \ \
| * | | | fix(files_external): cast storage id intbackport/49218/stable28skjnldsv2024-11-121-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #49158 from nextcloud/backport/49146/stable28John Molakvoæ2024-11-121-2/+3
|\ \ \ \
| * | | | Fix Undefined variable: response notice in case of non-404 errorbackport/49146/stable28Victor Dubiniuk2024-11-081-2/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #49173 from ↵John Molakvoæ2024-11-0917-47/+57
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable28/pinia/testing-0.1.7 chore(deps-dev): Bump @pinia/testing from 0.1.3 to 0.1.7
| * | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/stable28/pinia/testing-0.1.7nextcloud-command2024-11-0915-25/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore(deps-dev): Bump @pinia/testing from 0.1.3 to 0.1.7dependabot[bot]2024-11-092-22/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 0.1.3 to 0.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.7) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #49148 from nextcloud/backport/49115/stable28F. E Noel Nfebe2024-11-097-14/+48
|\ \ \ \ | | | | | | | | | | [stable28] fix(SharingEntryLink): Show default password before create if any
| * | | | chore(assets): Recompile assetsbackport/49115/stable28nextcloud-command2024-11-086-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-11-081-7/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09188-262/+320
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49155 from nextcloud/backport/49153/stable28John Molakvoæ2024-11-085-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files_sharing): note icon color on public pagesbackport/49153/stable28skjnldsv2024-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 #49135 from nextcloud/backport/49112/stable28Kate2024-11-082-12/+12
|\ \ \
| * | | fix(theming): Return default theme if the user never selected a themebackport/49112/stable28provokateurin2024-11-072-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-088-6/+164
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49118 from nextcloud/release/28.0.12v28.0.12Benjamin Gaussorgues2024-11-071-2/+2
|\ \ \
| * | | build(hub): 28.0.12release/28.0.12Benjamin Gaussorgues2024-11-071-2/+2
|/ / / | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0786-278/+300
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0634-34/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49091 from nextcloud/release/28.0.12_rc2v28.0.12rc2Benjamin Gaussorgues2024-11-051-2/+2
|\ \ \ | |/ / |/| |
| * | build(hub): 28.0.12 RC2release/28.0.12_rc2Benjamin Gaussorgues2024-11-051-2/+2
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #49070 from nextcloud/backport/49065/stable28Benjamin Gaussorgues2024-11-051-0/+2
|\ \ \
| * | | docs: update overwrite.cli.url wordingbackport/49065/stable28Simon L.2024-11-041-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Simon L. <szaimen@e.mail.de>
* | | | Merge pull request #49084 from nextcloud/backport/49076/stable28Benjamin Gaussorgues2024-11-051-7/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(owncloud): Fix ownCloud migration with oauth2 appbackport/49076/stable28Joas Schilling2024-11-041-7/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0556-104/+90
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49063 from nextcloud/backport/48684/stable28Joas Schilling2024-11-041-10/+18
|\ \ \ | |/ / |/| | [stable28] chore: request review from groupware when changing the card- and cald…
| * | chore: Fix maintainer of federation appbackport/48684/stable28Joas Schilling2024-11-041-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | chore: Change Fenn-CS to nfebeMarcel Müller2024-11-041-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * | chore: rename juliusDaniel Kesselberg2024-11-041-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>