Commit Graph

75141 Commits (ae2ba0eddd4e85fa39c69dbf15d3c736a2d61d5b)
 

Author SHA1 Message Date
Grigorii K. Shartsev ae2ba0eddd fix(files): add title for files list table header button
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-28 08:29:35 +07:00
Nextcloud bot e5b6634c8f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-28 00:20:47 +07:00
Nextcloud bot bc11534814
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-27 00:22:25 +07:00
dependabot[bot] 1348d3d2a3
Merge pull request #48905 from nextcloud/dependabot/npm_and_yarn/stable29/jsdoc-4.0.4 2024-10-26 02:19:18 +07:00
dependabot[bot] 0832db5a0b
chore(deps-dev): Bump jsdoc from 4.0.2 to 4.0.4
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.2 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.2...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-10-26 01:09:17 +07:00
Nextcloud bot dabab296ae
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-26 00:20:34 +07:00
Nextcloud bot d25c662f46
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-25 00:20:21 +07:00
Louis 9af9934165
Merge pull request #48750 from nextcloud/backport/48373/stable29
[stable29] fix: add PasswordConfirmationRequired to create user storages endpoint
2024-10-24 16:47:01 +07:00
yemkareems 7198f04258 fix: cs fix for namespace
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-24 15:51:33 +07:00
yemkareems 7f7732f96c fix: add PasswordConfirmationRequired to user storages create, update and delete
Signed-off-by: yemkareems <yemkareems@gmail.com>
2024-10-24 15:51:33 +07:00
Ferdinand Thiessen 101cd43b20 fix: Add frontend code for password confirmation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
2024-10-24 15:51:33 +07:00
Nextcloud bot 846f0274b3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-24 00:20:32 +07:00
Joas Schilling 7639d721f2
Merge pull request #48857 from nextcloud/backport/48839/stable29
[stable29] build: Print RTL limited characters in translation-checker
2024-10-23 14:57:56 +07:00
Joas Schilling ff2f346579 build: Show the actual string
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-23 11:44:48 +07:00
provokateurin 21eb62c155 build: Print RTL limited characters in translation-checker
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-23 11:44:48 +07:00
Nextcloud bot 067617d823
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-23 00:24:15 +07:00
Nextcloud bot d769401220
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 12:31:30 +07:00
Nextcloud bot 68f4ae56b9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 11:39:37 +07:00
Joas Schilling 6af2049c91
Merge pull request #48831 from nextcloud/backport/48603/stable29
[stable29] fix(logger): Remove more parameters of other methods
2024-10-22 08:58:26 +07:00
Nextcloud bot 8870090783
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 00:22:47 +07:00
Joas Schilling 52382e7956 fix(logger): Remove more parameters of other methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-21 16:53:07 +07:00
Ferdinand Thiessen 5af07d0574
Merge pull request #48825 from nextcloud/backport/48824/stable29
[stable29] ci: Update list of installed PHP extensions (as some are not default …
2024-10-21 13:51:35 +07:00
Ferdinand Thiessen ed17447d31
Merge pull request #48729 from nextcloud/backport/48696/stable29
[stable29] fix(files_sharing): Add proper user facing messages on success
2024-10-21 13:45:54 +07:00
nextcloud-command 706f0c019c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-21 10:28:42 +07:00
Ferdinand Thiessen e72672a1de fix(files_sharing): Add proper user facing messages on success
1. Use proper translated strings
2. Fix invalid use of translation message on API result
3. Log all errors

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-21 12:22:07 +07:00
Kate 05e540421b
Merge pull request #48709 from nextcloud/backport/48682/stable29 2024-10-21 10:27:46 +07:00
Joas Schilling 568a8199da ci: Update list of installed PHP extensions (as some are not default enabled in new images)
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-21 07:11:27 +07:00
Nextcloud bot ca852cf570
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-21 00:20:46 +07:00
Joas Schilling 7611bd03bc
Merge pull request #48817 from nextcloud/backport/48812/stable29
[stable29] fix(activity): Fix download activity parameters
2024-10-20 08:27:10 +07:00
Joas Schilling a994cee15b fix(activity): Fix download activity parameters
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-20 06:03:53 +07:00
Nextcloud bot 73812659b9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-20 00:20:49 +07:00
Joas Schilling 57fef20e18
Merge pull request #48780 from nextcloud/automated/noid/stable29-update-code-signing-crl
[stable29] fix(security): Update code signing revocation list
2024-10-19 08:23:46 +07:00
nextcloud-command 17617215af fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2024-10-19 02:29:25 +07:00
Nextcloud bot 8b7811fcf3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-19 00:23:11 +07:00
Marcel Müller 54aa20a91d
Merge pull request #48755 from nextcloud/backport/48743/stable29
[stable29] fix(appstore): Hide last modified information for shipped apps
2024-10-18 13:01:12 +07:00
Marcel Müller 50be325119 fix(appstore): Hide last modified information for shipped apps
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-10-18 12:06:56 +07:00
Nextcloud bot df32a447a8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-18 00:20:40 +07:00
Joas Schilling b2c8a10444
Merge pull request #48764 from nextcloud/backport/48539/stable29
[stable29] fix(message): Fix logic of Mail test
2024-10-17 21:15:20 +07:00
Ferdinand Thiessen 658aa1a2dd
Merge pull request #48588 from nextcloud/backport/47896/stable29
[stable29] fix: Make user removal more resilient
2024-10-17 18:21:57 +07:00
Joas Schilling 35933a62f7 fix(message): Fix logic of Mail test
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-17 12:45:06 +07:00
Maksim Sukharev 93e4d2dabf
Merge pull request #48752 from nextcloud/backport/48734/stable29 2024-10-17 13:35:21 +07:00
Maksim Sukharev 90573be1e0 fix: do not duplicate existing entity
- this reverts 1e8048abee

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
(cherry picked from commit 6e7c35d77e)
2024-10-17 09:12:06 +07:00
Maksim Sukharev 8f497962d9 fix: dismiss notification only after transfer bg job created
- do not create 'denied' notification if bg job exists

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
(cherry picked from commit 5be76411fa)
2024-10-17 09:12:06 +07:00
Maksim Sukharev 5051de6a91 fix: add notification icon for transfer ownership
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>

(cherry picked from commit 73b34bba7b)
2024-10-17 09:06:31 +07:00
Nextcloud bot 3bdef7e9a2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-17 00:21:28 +07:00
Ferdinand Thiessen 6a28833d10 Merge pull request #48239 from nextcloud/backport/47905/stable29
[stable29] fix(files): Ensure children are removed from folder and not duplicated
2024-10-16 19:11:44 +07:00
nextcloud-command 441e0f0aa1
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-16 18:33:20 +07:00
Ferdinand Thiessen 02d78079a8
fix(files): Adjust Typescript issues
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 18:33:04 +07:00
Ferdinand Thiessen 714ef088ad
test(files): Add tests for path handling
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 18:32:59 +07:00
Ferdinand Thiessen c224a1c340
fix(files): Ensure children are removed from folder and not duplicated
* Resolves https://github.com/nextcloud/server/issues/47904

We need to make sure that we only add one source (unique!) once as a child,
this is ensured by simply use a native `Set`.
Also we need to remove children on from folders when the `files:node:deleted`
event is emitted.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 13:08:29 +07:00