Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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` | |||||
| * | | fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handling | Ferdinand Thiessen | 2025-02-18 | 1 | -16/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app | Côme Chilliet | 2025-02-27 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | fix: Replace OC_App calls by IAppManager | |||||
| * | | | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@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> | |||||
* | | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 4 | -11/+11 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | 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> | |||||
* | fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-types | Joas Schilling | 2025-02-17 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.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(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 2 | -4/+182 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix: Fix regression in calendar invitation sendingfix/issue-50054-resource-invite-regression | SebastianKrupinski | 2025-02-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 42 | -284/+402 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 3 | -3/+6 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 3 | -3/+3 | |
|\ | | | | | Clarify app manager method names | |||||
| * | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | 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 | 8 | -400/+320 | |
|\ \ | |/ |/| | fix(dav): Migrate from hooks to user events | |||||
| * | fix(tests): Order card properties by name to avoid issuesfix/migrate-dav-to-events | Côme Chilliet | 2025-02-10 | 1 | -5/+6 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix(dav): Migrate from hooks to user events | Côme Chilliet | 2025-02-10 | 7 | -395/+314 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@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: 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(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(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> |