Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca | Côme Chilliet | 2025-02-13 | 3 | -171/+172 | |
|\ \ | |/ |/| | fix(dav): Migrate from hooks to user events | |||||
| * | fix(dav): Migrate from hooks to user events | Côme Chilliet | 2025-02-10 | 3 | -171/+172 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: use relative paths for upload locksbug/48678/restore-dav-error-response-2 | Robin Appelman | 2025-02-11 | 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-11 | 1 | -10/+8 | |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | fix(CalDav): Spellingfix/noid/fifty-fifth | SebastianKrupinski | 2025-01-27 | 1 | -2/+2 | |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | fix: adjust url for task links | Raimund Schlüßler | 2025-01-24 | 1 | -1/+1 | |
| | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> | |||||
* | fix(dav): default calendar and address book not created on first login | Richard Steinmetz | 2025-01-23 | 1 | -1/+1 | |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | feat(systemtags): add setting to block non admin to create system tags | Benjamin Gaussorgues | 2025-01-22 | 1 | -2/+5 | |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | 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: 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> | |||||
* | 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> | |||||
* | | Merge pull request #50034 from ↵ | Richard Steinmetz | 2025-01-11 | 1 | -8/+20 | |
|\ \ | |/ |/| | | | | | 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 | 1 | -8/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | 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> | |||||
* / | fix: change translation logic to handle plurals betterfix/issue-49756-translations | SebastianKrupinski | 2025-01-06 | 1 | -52/+245 | |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.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 | 4 | -0/+223 | |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Merge pull request #49731 from ↵ | Joas Schilling | 2024-12-16 | 1 | -1/+5 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user | |||||
| * | 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> | |||||
* | | | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serialization | Sebastian Krupinski | 2024-12-13 | 1 | -2/+6 | |
|\ \ \ | |/ / |/| | | fix: replace null character when serializing | |||||
| * | | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 1 | -2/+6 | |
| | | | | | | | | | | | | 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 | 1 | -1/+1 | |
|/ / | | | | | | | 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 | 3 | -3/+7 | |
|\ \ | | | | | | | 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 | 3 | -3/+11 | |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
* | | | fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2 | SebastianKrupinski | 2024-12-10 | 2 | -9/+7 | |
| | | | | | | | | | | | | 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 | 2 | -7/+220 | |
| |/ |/| | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | fix(systemtags): handle null dav value | skjnldsv | 2024-12-06 | 1 | -1/+5 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 3 | -4/+17 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix: improve assembly stream | Robin Appelman | 2024-12-05 | 1 | -8/+14 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix: log which file cannot be opened | Robin Appelman | 2024-12-04 | 1 | -2/+7 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix: Throw exception when copy failed | Louis Chemineau | 2024-12-04 | 1 | -1/+7 | |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #49527 from nextcloud/skjnldsv-patch-1 | John Molakvoæ | 2024-12-03 | 1 | -1/+1 | |
|\ | ||||||
| * | chore(config): set min supported desktop to `2.7.0` | John Molakvoæ | 2024-11-27 | 1 | -1/+1 | |
| | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | chore(absence): Add capability for absence replacement support | Marcel Müller | 2024-12-01 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | |||||
* | | chore(absence): Add capability for absence api | Marcel Müller | 2024-12-01 | 1 | -1/+6 | |
|/ | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | |||||
* | feat(config): add `maximum.supported.desktop.version` | skjnldsv | 2024-11-27 | 1 | -3/+15 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | Merge pull request #49454 from nextcloud/fix/invitations-named-parameter | Christoph Wurst | 2024-11-25 | 1 | -4/+4 | |
|\ | | | | | fix: invalid usage of IQueryBuilder::createNamedParameter() | |||||
| * | fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameter | Richard Steinmetz | 2024-11-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
| * | fix: invalid usage of IQueryBuilder::createNamedParameter() | Richard Steinmetz | 2024-11-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-response | Daniel Kesselberg | 2024-11-22 | 1 | -0/+92 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |