Nextcloud bot
7df57c2d39
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-23 00:24:21 +00:00
Nextcloud bot
fcbb310ad3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 12:31:36 +00:00
Nextcloud bot
b929246477
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 11:39:44 +00:00
Joas Schilling
f695068aa9
Merge pull request #48832 from nextcloud/backport/48603/stable28
...
[stable28] fix(logger): Remove more parameters of other methods
2024-10-22 08:58:20 +02:00
Nextcloud bot
7dec09fd47
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-22 00:22:53 +00:00
Joas Schilling
d6417bf476
fix(logger): Remove more parameters of other methods
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-21 16:54:01 +00:00
Nextcloud bot
4b312c0571
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-21 00:20:52 +00:00
Nextcloud bot
5c7e8570d9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-20 00:20:55 +00:00
Joas Schilling
ddb887e85f
Merge pull request #48783 from nextcloud/automated/noid/stable28-update-code-signing-crl
...
[stable28] fix(security): Update code signing revocation list
2024-10-19 08:23:24 +02:00
nextcloud-command
3bd40aee8a
fix(security): Update code signing revocation list
...
Signed-off-by: GitHub <noreply@github.com>
2024-10-19 02:29:29 +00:00
Nextcloud bot
7df2f7f1f8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-19 00:23:18 +00:00
Nextcloud bot
69070bf617
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-18 00:20:48 +00:00
Joas Schilling
24f8fd333e
Merge pull request #48762 from nextcloud/backport/48539/stable28
...
[stable28] fix(message): Fix logic of Mail test
2024-10-17 21:34:24 +02:00
Ferdinand Thiessen
86ed7aada1
Merge pull request #48739 from nextcloud/backport/48673/stable28
...
[stable28] fix(share): Return empty string if no label is set
2024-10-17 19:49:26 +02:00
Ferdinand Thiessen
6c8f6ada4e
Merge pull request #48587 from nextcloud/backport/47896/stable28
...
[stable28] fix: Make user removal more resilient
2024-10-17 19:03:26 +02:00
Ferdinand Thiessen
788233c3d7
fix(share): Return empty string if no label is set
...
* Resolves: https://github.com/nextcloud/server/issues/48629
While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-17 18:47:56 +02:00
provokateurin
c42ec8d0d2
fix(UserTrait): Fix backend initialization
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-17 17:59:20 +02:00
Kate
bc706ac24a
Merge pull request #48711 from nextcloud/backport/48682/stable28
2024-10-17 17:45:50 +02:00
Joas Schilling
d518cedafd
fix(message): Fix logic of Mail test
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-17 12:44:43 +00:00
Maksim Sukharev
a028041721
Merge pull request #48753 from nextcloud/backport/48734/stable28
2024-10-17 13:35:04 +02:00
Maksim Sukharev
dd6668bf98
fix: do not duplicate existing entity
...
- this reverts 1e8048abee
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-17 09:25:06 +02:00
Maksim Sukharev
443505206d
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>
2024-10-17 09:24:50 +02:00
Maksim Sukharev
fca5e23375
fix: add notification icon for transfer ownership
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-17 09:24:23 +02:00
Nextcloud bot
b37ab132f7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-17 00:21:36 +00:00
Ferdinand Thiessen
8bfc7fcc64
Merge pull request #48456 from nextcloud/backport/47910/stable28
...
[stable28] fix(files): Add more visual move / copy notification
2024-10-16 20:38:33 +02:00
nextcloud-command
1c9b75171e
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-16 16:29:39 +00:00
Ferdinand Thiessen
c11ee99684
fix(files): Add more visual move / copy notification
...
* Resolves: https://github.com/nextcloud/server/issues/46645
This adds loading toast notification while the move operation is running.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 17:51:14 +02:00
Nextcloud bot
4f0cbff7e4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-16 00:20:41 +00:00
Ferdinand Thiessen
1b76925aed
fix: Skip users that still exist in backend
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 16:43:21 +02:00
Ferdinand Thiessen
229deb0497
fix: Make user removal more resilient
...
Currently there is a problem if an exception is thrown in `User::delete`,
because at that point the user is already removed from the backend,
but not all data is deleted.
There is no way to recover from this state, as the user is gone no information is available anymore.
This means the data is still available on the server but can not removed by any API anymore.
The solution here is to first set a flag and backup the user home,
this can be used to recover failed user deletions in a way the delete can be re-tried.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 16:43:19 +02:00
Côme Chilliet
c980842c99
Merge pull request #48616 from nextcloud/backport/48597/stable28
...
[stable28] Fix email share transfer accross storages
2024-10-15 15:46:42 +02:00
Côme Chilliet
441ca8b365
fix(tests): Fix sharebymail tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-15 14:36:40 +02:00
Côme Chilliet
5f903bb6ec
fix(sharebymail): Fix share update when node id changed
...
This fixes transfering an email share from a user to another one when using
objectstore as primary storage.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-15 14:36:40 +02:00
Côme Chilliet
47acfa04d9
feat(transfer-ownership): Improve verbose output of command
...
Makes debbuging way easier
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-15 14:36:40 +02:00
provokateurin
01719b1d6a
fix(AppConfig): Add external JWT private key to sensitive keys
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-15 10:53:11 +02:00
Nextcloud bot
c321efd402
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-15 00:20:33 +00:00
Nextcloud bot
66c43a684b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-14 00:20:21 +00:00
dependabot[bot]
064cd66f11
Merge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9
2024-10-13 10:44:56 +00:00
dependabot[bot]
dff474058d
chore(deps-dev): Bump @nextcloud/cypress
...
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress ) from 1.0.0-beta.8 to 1.0.0-beta.9.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases )
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9 )
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-10-13 10:05:48 +00:00
Nextcloud bot
b92447751f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-13 00:22:16 +00:00
Nextcloud bot
1466a14946
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-12 00:20:34 +00:00
Julius Knorr
9f93855d73
Merge pull request #48633 from nextcloud/backport/48623/stable28
...
[stable28] fix: Allow overriding shouldApplyQuota check from child classes
2024-10-11 11:55:30 +02:00
Nextcloud bot
8358d33e9f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-11 00:25:30 +00:00
Arthur Schiwon
c3f0921c1e
Merge pull request #48641 from nextcloud/release/28.0.11
...
28.0.11
2024-10-10 11:01:27 +02:00
Arthur Schiwon
17ee55a31e
build(hub): 28.0.11
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-10-10 09:46:52 +02:00
Nextcloud bot
97fabbcc39
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-10 00:20:36 +00:00
Julius Knorr
6b870fd8fa
fix: Allow overriding shouldApplyQuota check from child classes
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2024-10-09 16:41:29 +00:00
Stephan Orbaugh
b97a88a836
Merge pull request #48213 from nextcloud/backport/48205/stable28
...
[stable28] Ci fixes
2024-10-09 17:33:38 +02:00
Nextcloud bot
69e3a9305b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-09 00:20:32 +00:00
Robin Appelman
821ce4dda8
fix: improve moving object store items to trashbin
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-10-08 18:14:26 +02:00