Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #51715 from nextcloud/allowUnderCustLink | Kate | 2025-04-07 | 1 | -1/+1 |
|\ | | | | | fix(dav): Allow underscores on custom links | ||||
| * | fix(shares): Allow underscores on custom linksallowUnderCustLink | Git'Fellow | 2025-03-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-07 | 4 | -218/+238 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-04 | 2 | -0/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51010 from nextcloud/uploadfolder-rework | Robin Appelman | 2025-04-02 | 3 | -24/+41 |
|\ \ | | | | | | | fix: rework UploadFolder implementation | ||||
| * | | fix: rework UploadFolder implementationuploadfolder-rework | Robin Appelman | 2025-02-25 | 3 | -24/+41 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | chore(dav): update vitest snapshots | skjnldsv | 2025-04-02 | 1 | -35/+35 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #51845 from nextcloud/zip-download-no-sabre-response | Ferdinand Thiessen | 2025-04-01 | 1 | -0/+17 |
|\ \ \ | | | | | | | | | fix: don't have sabre/dav send it's own reponse if we already send the zip response | ||||
| * | | | fix: don't have sabre/dav send it's own reponse if we already send the zip ↵zip-download-no-sabre-response | Robin Appelman | 2025-04-01 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | response Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-support | Richard Steinmetz | 2025-04-01 | 4 | -3/+21 |
|/ / / | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | fix(dav): Give proper HTTP status code on MKCOL when quota exceededfix/mkcol-quota-exceeded-response | Marcel Klehr | 2025-03-31 | 1 | -1/+33 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-30 | 4 | -0/+40 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-29 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-28 | 18 | -2/+182 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-27 | 78 | -0/+232 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | feat: add example contact on first loginfeat/cardav-example-contact | Hamza Mahjoubi | 2025-03-26 | 14 | -1/+4108 |
| |/ |/| | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | fix(dav): filter user files when updating tags | skjnldsv | 2025-03-25 | 4 | -2/+72 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-20 | 4 | -8/+24 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51195 from nextcloud/feat/photo-cache-avif | Kate | 2025-03-18 | 1 | -0/+1 |
|\ \ | | | | | | | feat: Allow AVIF content type in PhotoCache | ||||
| * | | feat: Allow AVIF content type in PhotoCachefeat/photo-cache-avif | Miguel Sánchez de León Peque | 2025-03-03 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-18 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #51457 from nextcloud/fix/dav-csrf | Ferdinand Thiessen | 2025-03-17 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | fix(dav): do not require CSRF for safe and indempotent HTTP methods | ||||
| * | | | fix(dav): do not require CSRF for safe and indempotent HTTP methodsfix/dav-csrf | Ferdinand Thiessen | 2025-03-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabled | Hamza Mahjoubi | 2025-03-17 | 5 | -16/+70 |
| | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | | | Merge pull request #51389 from ↵ | Côme Chilliet | 2025-03-17 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/skip-quote-cache-for-remote-shares fix: skip caching lastSeenQuotaUsage for remote shares | ||||
| * | | | | fix: skip caching lastSeenQuotaUsage for remote sharesbug/noid/skip-quote-cache-for-remote-shares | Daniel Kesselberg | 2025-03-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | 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> | ||||
* | | | | Merge pull request #51441 from ↵ | Daniel | 2025-03-13 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/fix/alter-invite-attachment-filename-and-type fix(CalDav): alter invitation attachment filename and type | ||||
| * | | | fix(CalDav): alter invitation attachment filename and typefix/alter-invite-attachment-filename-and-type | SebastianKrupinski | 2025-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-13 | 18 | -2/+50 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #51136 from ↵ | Daniel | 2025-03-11 | 6 | -3/+202 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/feat/noid/occ-list-delete-calendar-subscription feat: command to list and delete calendar subscriptions | ||||
| * | | | feat: command to list and delete calendar subscriptionsfeat/noid/occ-list-delete-calendar-subscription | Daniel Kesselberg | 2025-03-09 | 6 | -3/+202 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #51365 from ↵ | Kate | 2025-03-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/dav/publicremote-share-token-pattern fix(dav): Fix share token pattern for base uri extraction | ||||
| * | | | | fix(dav): Fix share token pattern for base uri extractionfix/dav/publicremote-share-token-pattern | provokateurin | 2025-03-10 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #50933 from ↵ | Sebastian Krupinski | 2025-03-11 | 5 | -0/+122 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/issue-50104-system-address-book-ui-settings feat: add system address book settings in ui | ||||
| * | | | | feat: add system address book settings in uifix/issue-50104-system-address-book-ui-settings | SebastianKrupinski | 2025-03-07 | 5 | -0/+122 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanup | Côme Chilliet | 2025-03-10 | 1 | -2/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix: Deprecate OC_Template, add proper template manager instead | ||||
| * | | | | fix: Replace all usage of OC_Template by the new API | Côme Chilliet | 2025-03-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | feat(dav)!: migrate OCA calendar object events to OCP | Edward Ly | 2025-03-07 | 15 | -495/+27 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | | | | | feat(dav): add webhook compatibility for calendar object events | Edward Ly | 2025-03-07 | 1 | -0/+26 |
| |/ / / |/| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | | | | fix(dav): Create SAB at installationfix/dav/create-sab-install | Christoph Wurst | 2025-03-06 | 6 | -4/+89 |
|/ / / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix(systemtags): prevent tag edition if restricted | skjnldsv | 2025-03-06 | 1 | -2/+7 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displayname | Christoph Wurst | 2025-03-05 | 3 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | fix(dav): Handle long absence status earlierfix/dav/absence-status-too-long | 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 WebDAVartonge/feat/allow_deleting_metadata | Louis Chemineau | 2025-03-04 | 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> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-01 | 2 | -0/+18 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50881 from nextcloud/fix/dav-harden-stream-handling | John Molakvoæ | 2025-02-28 | 1 | -16/+11 |
|\ \ | | | | | | | fix(dav): Handle end of stream in `File::put` |