Commit Graph

77305 Commits (9647bb59d0ccf0835e8f1a3bb3e06bb25f41cd2c)
 

Author SHA1 Message Date
nextcloud-command 9647bb59d0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-21 14:36:24 +07:00
nextcloud-command 5a99efe890 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-21 14:31:43 +07:00
Ferdinand Thiessen 2fed7bcf82 fix(files): Restore page title (folder - view - product)
* Folder: Current folder if not root
* View: Name of current view
* Product: Nextcloud

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-21 14:31:43 +07:00
Git'Fellow 09ad3951e3
Merge pull request #49373 from nextcloud/backportArrayKeySetupCheks
fix(SetupChecks): Make sure array key is set
2024-11-21 13:08:14 +07:00
John Molakvoæ 2ebcfad1ee
Merge pull request #49410 from nextcloud/backport/49315/stable30 2024-11-21 08:42:47 +07:00
Git'Fellow 003bb0aca4 fix(storage): Try to delete existing target
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-11-21 07:44:43 +07:00
Git'Fellow 824536d548
Merge pull request #49400 from nextcloud/backport/49332/stable30
[stable30] fix(job): Check if carddata is resource and read it to string
2024-11-21 05:42:03 +07:00
Nextcloud bot 3f6d5c1b4c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 00:21:37 +07:00
Andy Scherzinger ee54c17197
Merge pull request #49405 from nextcloud/backport/47670/stable30
[stable30] fix: Properly calculate intermediate icon for touch icon generation
2024-11-20 19:26:48 +07:00
Julius Härtl a0365b5cf1 fix: Properly calculate intermediate icon for touch icon generation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-11-20 16:42:09 +07:00
Mikhail Kotelnikov b94f396c4f fix(job): Check if carddata is resource and read it to string
Fixes nextcloud/server#46100

Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Mikhail Kotelnikov <fox@woland.me>
2024-11-20 11:34:16 +07:00
Ferdinand Thiessen 14f3dbefbb
Merge pull request #49344 from nextcloud/backport/49203/stable30
[stable30] fix(files): Allow downloading multiple nodes not from same base
2024-11-20 10:26:25 +07:00
nextcloud-command 3aab8bd8c4 chore(assets): Recompile assets + lint fix
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-20 09:08:34 +07:00
Ferdinand Thiessen 39e34fd9d9 fix(files): Allow downloading multiple nodes not from same base
When downloading files in e.g. the *favorites* or *recent* view,
then the nodes are not always share the same parent folder
and we can not use the current directory as it is probably just a
virtual one.

So we calculate the longest common base and use that as the directory
for the download endpoint.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-20 09:06:11 +07:00
Nextcloud bot 8ef6145609
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-20 00:21:43 +07:00
John Molakvoæ df8f3d12f4
Merge pull request #49384 from nextcloud/backport/49372/stable30 2024-11-19 22:30:07 +07:00
skjnldsv 79bf1abb98 fix(settings): psalm PhpMaxFileSize setup check warning
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 19:05:35 +07:00
skjnldsv e22f8a8fa2 feat(settings): add big file upload setup checks
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-11-19 16:24:57 +07:00
Joas Schilling 03d7aa6fe4
Merge pull request #49358 from nextcloud/backport/49357/stable30
[stable30] test(fakeAI): Allow to specify whether the fake providers should fail
2024-11-19 17:02:08 +07:00
Git'Fellow 50d071e7d2 fix(SetupChecks): Make sure array key is set
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-11-19 14:11:20 +07:00
John Molakvoæ 75e6e7ca5e
Merge pull request #49363 from nextcloud/backport/49346/stable30 2024-11-19 13:19:11 +07:00
John Molakvoæ 6c322e0fe7
Merge pull request #49369 from nextcloud/backport/49199/stable30 2024-11-19 12:44:04 +07:00
Richard Steinmetz b93bab42c5
fix(files): improve delete display name when trashbin is disabled
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-19 11:57:08 +07:00
nextcloud-command 7fdbd0b9c4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-19 09:55:32 +07:00
Ferdinand Thiessen 94262a5c5c fix(core): Do not use `v-html` for translation output
The content that can be renderered does *not* include HTML (see
`recommended` object).
But `v-html` was used, this is potentially dangerous, even though we
sanitize the translation values, so no urgent harm but better safe than
sorry.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-19 09:49:07 +07:00
Nextcloud bot 0eb1a83179
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-19 00:21:18 +07:00
Joas Schilling a2e672b701 test(fakeAI): Allow to specify whether the fake providers should fail
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-18 21:06:15 +07:00
Pytal f61f0a20ae
Merge pull request #48981 from nextcloud/backport/48572/stable30
[stable30] fix(settings): Align contents of profile picture heading
2024-11-18 02:48:10 +07:00
Nextcloud bot c2ce01f740
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-18 00:20:51 +07:00
Nextcloud bot 83b50f7dcf
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-17 00:20:55 +07:00
dependabot[bot] 0dc0481cbc
Merge pull request #49330 from nextcloud/dependabot/npm_and_yarn/stable30/types/jest-29.5.14 2024-11-16 05:41:49 +07:00
dependabot[bot] 503c92aca6
build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 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>
2024-11-16 05:25:56 +07:00
dependabot[bot] 64d42e6f52
Merge pull request #49321 from nextcloud/dependabot/npm_and_yarn/stable30/jsdoc-4.0.4 2024-11-16 04:04:43 +07:00
dependabot[bot] 5b879ccbef
build(deps-dev): bump jsdoc from 4.0.3 to 4.0.4
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.4/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-16 03:20:11 +07:00
Nextcloud bot f7b3ade8b9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-16 00:21:33 +07:00
Pytal 00f5f180d0
Merge pull request #48978 from nextcloud/backport/48542/stable30
[stable30] fix: Move cloud id into readonly input
2024-11-15 11:17:06 +07:00
nextcloud-command 4825798135 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-15 19:06:24 +07:00
nextcloud-command ef75a5f323 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-11-15 19:02:46 +07:00
Christopher Ng a7b0ab2b99 fix(settings): Align contents of profile picture heading
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-11-15 10:59:14 +07:00
Christopher Ng 86afd29f5a fix: Move cloud id into readonly input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-11-15 10:54:50 +07:00
Ferdinand Thiessen c7fb0ed9c6
Merge pull request #49310 from nextcloud/backport/49130/stable30
[stable30] fix: Do not check for strict cookie when running webcron
2024-11-15 17:19:51 +07:00
Sebastian Krupinski 2f65ffd2dc
Merge pull request #49302 from nextcloud/backport/48833/stable30
[stable30] fix: RDATE and EXDATE property instances
2024-11-15 07:49:08 +07:00
Ferdinand Thiessen 1fc6cceef8 fix: Do not check for strict cookie when running webcron
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-15 12:27:35 +07:00
Richard Steinmetz 52f85a00f4
Merge pull request #49254 from nextcloud/backport/48134/stable30
[stable30] feat: mail provider settings
2024-11-15 07:59:02 +07:00
SebastianKrupinski 2e807c9f99 fix: RDATE and EXDATE property instances
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-15 06:50:14 +07:00
SebastianKrupinski 1260ec5f21 feat: mail provider settings
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-11-14 20:26:22 +07:00
Nextcloud bot aba18bacb3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-15 00:21:38 +07:00
Sebastian Krupinski 1eba1a9f5f
Merge pull request #49066 from nextcloud/backport/48723/stable30
[stable30] fix(caldav): duration handling in the event reader class
2024-11-14 13:19:46 +07:00
Sebastian Krupinski e93ed852f6
Merge branch 'stable30' into backport/48723/stable30 2024-11-14 12:58:41 +07:00
Richard Steinmetz 1d2124fd54
Merge pull request #49292 from nextcloud/backport/49290/stable30 2024-11-14 17:53:26 +07:00