Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 13 days | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-17 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-16 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-15 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-13 | 18 | -2/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(dav): Use IUser::getDisplayName directlybackport/51258/stable30 | Christoph Wurst | 2025-03-05 | 3 | -10/+2 |
| | | | | | | | No need to send this from the client. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #49840 from ↵ | Andy Scherzinger | 2025-03-05 | 1 | -1/+7 |
|\ | | | | | | | | | nextcloud/revert-49825-revert-49650-backport/49293/stable30 Revert "Revert "[stable30] fix: Handle copy of folders containing live photos"" | ||||
| * | Revert "Revert "[stable30] fix: Handle copy of folders containing live photos"" | Louis | 2025-03-05 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #51272 from nextcloud/backport/51256/stable30 | Joas Schilling | 2025-03-05 | 2 | -4/+9 |
|\ \ | | | | | | | [stable30] fix(dav): Handle long absence status earlier | ||||
| * | | fix(dav): Handle long absence status earlierbackport/51256/stable30 | Christoph Wurst | 2025-03-05 | 2 | -4/+9 |
| |/ | | | | | | | | | | | Validate the request early. Don't let this cause a database error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | feat: Support deleting metadata from WebDAVbackport/50852/stable30 | Louis Chemineau | 2025-03-05 | 1 | -0/+6 |
|/ | | | | | | The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-04 | 4 | -30/+200 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #51127 from nextcloud/backport/50881/stable30 | Ferdinand Thiessen | 2025-03-03 | 1 | -17/+13 |
|\ | | | | | [stable30] fix(dav): Handle end of stream in `File::put` | ||||
| * | fix(dav): Handle end of stream in `File::put`backport/50881/stable30 | Ferdinand Thiessen | 2025-03-03 | 1 | -17/+13 |
| | | | | | | | | | | | | | | | | If the stream is aborted and the callback wrapper returns false (or null as it happened in some cases), we should not try to write to the storage but abort the operation. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-01 | 2 | -0/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-27 | 80 | -672/+672 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-26 | 2 | -2/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 4 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(deps): Update `@nextcloud/vue` to v8.23.1 | Ferdinand Thiessen | 2025-02-21 | 1 | -58/+58 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50862 from nextcloud/backport/50860/stable30 | Kate | 2025-02-19 | 1 | -2/+2 |
|\ | | | | | [stable30] fix(activity): Fix activity parameter types | ||||
| * | fix(activity): Fix activity parameter typesbackport/50860/stable30 | Joas Schilling | 2025-02-19 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 6 | -138/+138 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50803 from nextcloud/backport/50784/stable30 | Andy Scherzinger | 2025-02-17 | 1 | -1/+1 |
|\ | | | | | [stable30] fix: Fix regression in calendar invitation sending | ||||
| * | fix: Fix regression in calendar invitation sendingbackport/50784/stable30 | SebastianKrupinski | 2025-02-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-17 | 2 | -0/+162 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-16 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: use relative paths for upload locksbackport/49004/stable30 | Robin Appelman | 2025-02-15 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: Replace the TypeError to prevent exposing the installation path | Daniel Kesselberg | 2025-02-15 | 1 | -0/+90 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2025-02-15 | 7 | -55/+55 |
| | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Revert "fix: Drop unnecessary exit" | Daniel Kesselberg | 2025-02-15 | 1 | -0/+1 |
| | | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵ | Daniel Kesselberg | 2025-02-15 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 2 | -4/+182 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-12 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-07 | 2 | -0/+102 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 50 | -480/+48 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: change translation logic to handle plurals betterbackport/49852/stable30 | SebastianKrupinski | 2025-02-05 | 2 | -105/+746 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix: explicitly ignore nested mounts when transfering ownership | Robin Appelman | 2025-02-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-05 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-03 | 4 | -0/+28 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-02 | 4 | -0/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-01 | 10 | -6/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-31 | 18 | -16/+254 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-29 | 48 | -98/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(CalDav): Spellingbackport/50490/stable30 | SebastianKrupinski | 2025-01-28 | 1 | -2/+2 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-28 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50144 from nextcloud/backport/50034/stable30 | Andy Scherzinger | 2025-01-26 | 2 | -9/+21 |
|\ | | | | | [stable30] fix(caldav): rename default calendar to keep it in the trashbin instead of purging it | ||||
| * | fix(caldav): rename default calendar to keep it in the trashbin instead of ↵backport/50034/stable30 | Thomas Citharel | 2025-01-11 | 2 | -9/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | purging it When doing a PROPFIND on default-calendar-url, if the current default calendar (fallbacking on personal uri) is in the trashbin, it's being purged so that it's recreated. This leads to loss of data. We can simply rename the calendar URI and add a unique suffix so that it doesn't conflict with the new calendar being created. Shares are fine because they reference the resourceid and not the calendar URI. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-26 | 2 | -0/+72 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |