Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: missing crypto addedbackport/48915/stable28 | yemkareems | 2024-10-28 | 1 | -0/+1 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -1/+2 |
| | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci] | ||||
* | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -5/+6 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 2 | -3/+3 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 2 | -2/+2 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 2 | -1/+9 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-28 | 4 | -16/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-26 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-24 | 4 | -24/+26 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 2 | -2/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48832 from nextcloud/backport/48603/stable28 | Joas Schilling | 2024-10-22 | 1 | -2/+19 |
|\ | | | | | [stable28] fix(logger): Remove more parameters of other methods | ||||
| * | fix(logger): Remove more parameters of other methodsbackport/48603/stable28 | Joas Schilling | 2024-10-21 | 1 | -2/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-21 | 6 | -10/+80 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-20 | 2 | -2/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-19 | 4 | -8/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48739 from nextcloud/backport/48673/stable28 | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
|\ | | | | | [stable28] fix(share): Return empty string if no label is set | ||||
| * | fix(share): Return empty string if no label is setbackport/48673/stable28 | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Merge pull request #48587 from nextcloud/backport/47896/stable28 | Ferdinand Thiessen | 2024-10-17 | 10 | -64/+272 |
|\ \ | |/ |/| | [stable28] fix: Make user removal more resilient | ||||
| * | fix(UserTrait): Fix backend initializationbackport/47896/stable28 | provokateurin | 2024-10-17 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix: Skip users that still exist in backend | Ferdinand Thiessen | 2024-10-15 | 5 | -11/+30 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-10-15 | 10 | -64/+252 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #48711 from nextcloud/backport/48682/stable28 | Kate | 2024-10-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | fix(AppConfig): Add external JWT private key to sensitive keysbackport/48682/stable28 | provokateurin | 2024-10-15 | 1 | -0/+1 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-17 | 4 | -4/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-16 | 2 | -6/+6 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-15 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-14 | 6 | -2/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-13 | 6 | -8/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-12 | 4 | -4/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48633 from nextcloud/backport/48623/stable28 | Julius Knorr | 2024-10-11 | 1 | -1/+1 |
|\ | | | | | [stable28] fix: Allow overriding shouldApplyQuota check from child classes | ||||
| * | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable28 | Julius Knorr | 2024-10-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 4 | -10/+104 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-10 | 2 | -0/+36 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: rework move into object store to better preserve fileids | Robin Appelman | 2024-10-08 | 1 | -19/+55 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-10-08 | 2 | -6/+27 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: ensure source folder is removed from cache when moving to objectstore | Robin Appelman | 2024-10-08 | 1 | -0/+1 |
| | | | | | | otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: ensure parent folder exists when writing a file to object storage | Robin Appelman | 2024-10-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: verify that parent exists in cache when inserting | Robin Appelman | 2024-10-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: fix object store id for test object store | Robin Appelman | 2024-10-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: cleanup objectstore file_put_content | Robin Appelman | 2024-10-08 | 1 | -7/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: create intermediate directories for objectstore moveFromStorage | Robin Appelman | 2024-10-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: get source file before moving the cache item in objectstore moveFromStorage | Robin Appelman | 2024-10-08 | 1 | -0/+29 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 2 | -2/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(config): Mark more app configs sensitivebackport/48584/stable28 | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -14/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 6 | -2/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |