Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-04 | 18 | -6/+54 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-02-03 | 76 | -444/+444 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Use recurrence instance to build iMip email | Anna Larch | 2023-02-02 | 8 | -703/+1711 |
| | | | | | | | | instead of the main VEVENT of a repeating event Fixes part of https://github.com/nextcloud/calendar/issues/3919 Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 1 | -1/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Do not reuse query builder objects in DAV account deletion | Joas Schilling | 2023-02-01 | 2 | -2/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-31 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #36380 from ↵ | Christoph Wurst | 2023-01-27 | 1 | -1/+0 |
|\ | | | | | | | | | nextcloud/fix/caldav/reminder-service-nullable-calendar-data fix(caldav): Fix wrong Psalm report for nullable calendar data | ||||
| * | fix(caldav): Fix wrong Psalm report for nullable calendar data | Christoph Wurst | 2023-01-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | > Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy ^ is a lie Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #36210 from nextcloud/fix/4811/principal-email | Daniel | 2023-01-26 | 1 | -2/+2 |
|\ \ | |/ |/| | fix(dav): check if principal has email address before accessing it | ||||
| * | fix(dav): check if principal has email address before accessing it | Richard Steinmetz | 2023-01-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Merge pull request #36347 from ↵ | Christoph Wurst | 2023-01-26 | 2 | -16/+25 |
|\ \ | | | | | | | | | | | | | nextcloud/chore/autoloader/composer-2.5.1-autoloader-files chore(autoloaders): Update autoloader files for Composer 2.5.1 | ||||
| * | | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 2 | -16/+25 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-26 | 2 | -14/+14 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-24 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #36260 from ↵ | Joas Schilling | 2023-01-23 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/bugfix/noid/fix-user-availability-selection Fix WHERE condition when selecting user's availability for the status… | ||||
| * | Fix WHERE condition when selecting user's availability for the status automation | Joas Schilling | 2023-01-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode | Christoph Wurst | 2023-01-23 | 7 | -12/+12 |
|\ \ | | | | | | | chore(dav): Make json_encode and json_decode throw on error | ||||
| * | | chore(dav): Make json_encode and json_decode throw on error | Christoph Wurst | 2023-01-19 | 7 | -12/+12 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #36266 from ↵ | Joas Schilling | 2023-01-23 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-double-where-in-custom-property-test Fix double where in CustomProperiesBackendTest | ||||
| * | | Fix double where in CustomProperiesBackendTest | Joas Schilling | 2023-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #36262 from nextcloud/chore/dav/void-test-methods | Joas Schilling | 2023-01-23 | 120 | -713/+713 |
|\ \ \ | |/ / |/| | | chore(dav): Add void return type to test methods | ||||
| * | | chore(dav): Add void return type to test methods | Christoph Wurst | 2023-01-20 | 120 | -713/+713 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | chore(dav): Remove useless var tag | Christoph Wurst | 2023-01-19 | 4 | -6/+0 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(dav): catch MaxInstancesExceedeException for recurring events without ↵ | Anna Larch | 2023-01-18 | 1 | -34/+39 |
| | | | | | | | | end date Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Extend ViewOnly DAV plugin to versions endpoint | Vincent Petry | 2023-01-13 | 2 | -13/+47 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Revert "Fix sync errors for duplicate cards with the same UID for different ↵ | Christopher Ng | 2023-01-13 | 2 | -4/+2 |
| | | | | | | | | backends" This reverts commit ddcee3dbab01b4f4fc163c68a54055facfa8af16. Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vue | Christopher Ng | 2023-01-12 | 1 | -43/+44 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav | Côme Chilliet | 2023-01-10 | 32 | -858/+718 |
|\ | | | | | Get rid of deprecated at matcher in dav application tests | ||||
| * | Get rid of deprecated at matcher in dav application tests | Côme Chilliet | 2023-01-05 | 32 | -858/+718 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-10 | 2 | -146/+146 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2023-01-07 | 76 | -212/+76 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle | John Molakvoæ | 2023-01-05 | 2 | -4/+5 |
|\ \ | | | | | | | Hook into sabre event lifecycle for iMip Messages | ||||
| * | | Hook into sabre event lifecycle for iMip Messages | Anna Larch | 2023-01-05 | 2 | -4/+5 |
| |/ | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* / | Fix sync errors for duplicate cards with the same UID for different backends | Anna Larch | 2023-01-05 | 2 | -2/+4 |
|/ | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Bump @nextcloud/vue from 7.2.0 to 7.3.0 | Vincent Petry | 2023-01-05 | 1 | -20/+20 |
| | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #34865 from nextcloud/enh/log-log-itip-message-response | Anna | 2023-01-04 | 5 | -9/+23 |
|\ | | | | | Add logging to Scheduling Plugin | ||||
| * | [WIP] Add logging to Scheduling Plugin | Anna Larch | 2023-01-04 | 5 | -9/+23 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Remove jstz usage from server | Thomas Citharel | 2023-01-04 | 1 | -3/+1 |
|/ | | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #35876 from bennet0496/patch-mail-header | Joas Schilling | 2023-01-04 | 1 | -0/+2 |
|\ | | | | | Adding option to set Auto-Submitted email header | ||||
| * | update usages of AutoSubmittedValue to AutoSubmitted::VALUE_ | Bennet Becker | 2023-01-03 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
| * | Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class" | Bennet Becker | 2022-12-24 | 2 | -25/+16 |
| | | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
| * | ran build/autoloaderchecker.sh after adding AutoSubmittedValue class | Bennet Becker | 2022-12-23 | 2 | -16/+25 |
| | | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | ||||
| * | Setting Auto-Submitted header for calendar events and new user mail | Bennet Becker | 2022-12-23 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | ||||
* | | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997 | Côme Chilliet | 2023-01-03 | 2 | -14/+11 |
|\ \ | | | | | | | Code fixes from PR 34997 | ||||
| * | | Fix psalm spotted errors with new requirements | Côme Chilliet | 2023-01-02 | 2 | -14/+11 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Align checksum dav property with desktop client parsing | Julius Härtl | 2022-12-30 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 2 | -27/+20 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2022-12-27 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2022-12-26 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠Update translations from Transifex | Nextcloud bot | 2022-12-23 | 76 | -212/+212 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |