Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48800 from GreyXor/master | Joas Schilling | 2025-01-20 | 1 | -2/+3 |
|\ | | | | | fix: add eol in dav command and use success const as return code | ||||
| * | fix: use self failure for consistency | GreyXor | 2025-01-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com> | ||||
| * | fix: add eol in dav command and use success const as return code | GreyXor | 2025-01-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-19 | 2 | -0/+8 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-18 | 2 | -0/+66 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-count | Côme Chilliet | 2025-01-16 | 1 | -1/+1 |
|\ | | | | | Limit ldap user count | ||||
| * | fix: Use the new countUsersTotal method where it makes sense | Côme Chilliet | 2025-01-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-16 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 1 | -0/+5 |
|\ | | | | | feat(ocp): add calendar api to retrieve availability of attendees | ||||
| * | feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-13 | 6 | -78/+156 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-12 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50034 from ↵ | Richard Steinmetz | 2025-01-11 | 2 | -9/+21 |
|\ \ | | | | | | | | | | | | | nextcloud/rename-deleted-default-calendar-in-trashbin 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 ↵rename-deleted-default-calendar-in-trashbin | Thomas Citharel | 2025-01-06 | 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-11 | 2 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-10 | 2 | -6/+64 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 12 | -0/+362 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0chore/deps/nextcloud-vue-8.22.0 | Richard Steinmetz | 2025-01-08 | 1 | -38/+38 |
| |/ |/| | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 44 | -444/+444 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: expose tag color via webdavdavTagColor | tobiasKaminsky | 2025-01-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> | ||||
* | | Merge pull request #49966 from nextcloud/block-dav-move-parent | Stephan Orbaugh | 2025-01-07 | 1 | -0/+5 |
|\ \ | | | | | | | fix: block moving files to it's own parent with dav | ||||
| * | | fix: block moving files to it's own parent with davblock-dav-move-parent | Robin Appelman | 2025-01-03 | 1 | -0/+5 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #49852 from nextcloud/fix/issue-49756-translations | Sebastian Krupinski | 2025-01-07 | 2 | -101/+742 |
|\ \ | | | | | | | fix: change translation logic to handle plurals better | ||||
| * | | fix: change translation logic to handle plurals betterfix/issue-49756-translations | SebastianKrupinski | 2025-01-06 | 2 | -101/+742 |
| |/ | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* / | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checks | Robin Appelman | 2025-01-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-30 | 2 | -14/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-22 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(systemtags): pre-compute user authorizationsfeat/dav-pagination | Benjamin Gaussorgues | 2024-12-20 | 1 | -5/+7 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | feat(dav): introduce paginate with custom headers | Benjamin Gaussorgues | 2024-12-20 | 7 | -1/+230 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 2 | -18/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-17 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49731 from ↵ | Joas Schilling | 2024-12-16 | 2 | -7/+18 |
|\ | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user | ||||
| * | test: Adjust tests to proof exclusion of other principal permissionsbugfix/noid/allow-to-get-permissions-of-a-principal | Joas Schilling | 2024-12-16 | 1 | -6/+13 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(calendar): Fix getting the permissions of the user | Joas Schilling | 2024-12-11 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #49867 from nextcloud/useHttpFramework | Git'Fellow | 2024-12-16 | 17 | -47/+57 |
|\ \ | | | | | | | refactor: Use Http framework where possible | ||||
| * | | refactor: Use Http framework where possibleuseHttpFramework | Git'Fellow | 2024-12-14 | 17 | -47/+57 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 2 | -256/+256 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serialization | Sebastian Krupinski | 2024-12-13 | 2 | -2/+24 |
|\ \ \ | |/ / |/| | | fix: replace null character when serializing | ||||
| * | | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 2 | -2/+24 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | fix: return 204 instead of 404fix/issue-3021-return-no-content-instead-of-error | SebastianKrupinski | 2024-12-13 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 4 | -4/+34 |
|\ \ | | | | | | | add activity logging for favorites in dav | ||||
| * | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 1 | -4/+0 |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
| * | | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 4 | -4/+38 |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-11 | 4 | -2/+30 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2 | SebastianKrupinski | 2024-12-10 | 4 | -28/+46 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | fix: add support for Microsoft time zones | SebastianKrupinski | 2024-12-09 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | fix: add support for Microsoft time zonesfix/issue-48079-windows-time-zones | SebastianKrupinski | 2024-12-09 | 6 | -25/+327 |
| |/ |/| | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-09 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-08 | 10 | -0/+38 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-07 | 8 | -0/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |