Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 28 | -4/+394 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(settings): Fix log file download return type | provokateurin | 2025-01-08 | 3 | -11/+17 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 188 | -444/+612 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(app-store): add missing exApps list items to search filter | Andrey Borysenko | 2025-01-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: block moving files to it's own parent with davbackport/49966/stable30 | Robin Appelman | 2025-01-07 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-07 | 6 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: remove references to non-existent ShareTypes | nfebe | 2025-01-06 | 2 | -5/+5 |
| | | | | | | | A refactor was done to remove ShareTypes and an incomplete backport of 00c2b94391819eda77ddc7ab347972383c6319c0 left incorrect references to shareTypes. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-06 | 8 | -62/+78 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-05 | 10 | -66/+70 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-04 | 8 | -0/+224 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-03 | 8 | -4/+62 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_sharing): List of share type during recipient lookup | Louis Chemineau | 2025-01-02 | 1 | -1/+11 |
| | | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: Only show share permission if re-sharable | nfebe | 2025-01-02 | 1 | -2/+5 |
| | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> [skip ci] | ||||
* | refactor: Use new `ShareType` across file_sharing | nfebe | 2025-01-02 | 17 | -131/+105 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(federatedfilesharing): fix notification typobackport/49974/stable30 | skjnldsv | 2025-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-02 | 6 | -2/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49994 from nextcloud/backport/49847/stable30 | Git'Fellow | 2025-01-01 | 2 | -28/+0 |
|\ | | | | | [stable30] fix(shares): Remove noisy text from email | ||||
| * | fix(shares): Remove noisy text from emailsbackport/49847/stable30 | Git'Fellow | 2024-12-30 | 2 | -28/+0 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-31 | 82 | -130/+48 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49878 from nextcloud/backport/49746/stable30 | Git'Fellow | 2024-12-30 | 2 | -21/+7 |
|\ | | | | | [stable30] fix(share): Don't print twice the same text on emails | ||||
| * | fix(share): Don't print twice the same informationbackport/49746/stable30 | Git'Fellow | 2024-12-16 | 2 | -21/+7 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #49556 from nextcloud/backport/49281/stable30 | Richard Steinmetz | 2024-12-30 | 1 | -1/+1 |
|\ \ | | | | | | | [stable30] chore(i18n): Fixed grammar | ||||
| * | | chore(i18n): Fixed grammar | rakekniven | 2024-12-30 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | | Merge pull request #49780 from nextcloud/backport/49503/stable30 | Richard Steinmetz | 2024-12-30 | 4 | -27/+45 |
|\ \ \ | |/ / |/| | | [stable30] fix(CalDAV): disable both iTip and iMip messages | ||||
| * | | fix: disable both iTip and iMip messagesbackport/49503/stable30 | SebastianKrupinski | 2024-12-10 | 4 | -27/+45 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-30 | 16 | -32/+74 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-29 | 2 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-28 | 4 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-27 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-26 | 2 | -2/+38 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-25 | 14 | -2/+420 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-24 | 96 | -90/+146 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-23 | 10 | -16/+100 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-22 | 12 | -2/+166 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-21 | 14 | -14/+140 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: Create empty file instead of file with a spacefix/empty-file-0byte-stable30 | Julius Knorr | 2024-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | Merge pull request #49594 from nextcloud/backport/49588/stable30 | Joas Schilling | 2024-12-20 | 1 | -0/+37 |
|\ \ \ | | | | | | | | | [stable30] fix(setupcheck): Make the Memcache setupcheck use the cache | ||||
| * | | | fix(setupcheck): Make the Memcache setupcheck use the cachebackport/49588/stable30 | Joas Schilling | 2024-12-19 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-20 | 4 | -10/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(tests): Revert changes to tests now that reshares are not deleted but ↵ | Côme Chilliet | 2024-12-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | promoted Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Transfer incomming shares first, do not delete non-migratable ones | Côme Chilliet | 2024-12-19 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canceling the previous add of deletion of invalid shares in transferownership because in some cases it deletes valid reshares, if incoming shares are not transfered on purpose. Inverting the order of transfer between incoming and outgoing so that reshare can be migrated when incoming shares are transfered. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-12-19 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit 42181c2f490025860e22907255b6917583c798af) | ||||
* | | | | Merge pull request #49612 from nextcloud/backport/43025/stable30 | Luka Trovic | 2024-12-19 | 6 | -1/+211 |
|\ \ \ \ | | | | | | | | | | | [stable30] fix: Add command to update re-share if shared-by user has been revoked | ||||
| * | | | | fix(sharing): add command to fix broken shares after ownership transferringbackport/43025/stable30 | Luka Trovic | 2024-12-12 | 6 | -1/+211 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-19 | 164 | -160/+470 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | fix(files): Only register preview service worker once when the instance is ↵backport/49917/stable30 | provokateurin | 2024-12-18 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hosted at the root path Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 138 | -298/+948 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-17 | 20 | -2/+72 |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 64 | -928/+1104 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-15 | 6 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |