Daniel
|
0a548175c0
|
Merge pull request #36210 from nextcloud/fix/4811/principal-email
fix(dav): check if principal has email address before accessing it
|
2023-01-26 14:15:47 +01:00 |
|
Christoph Wurst
|
40425035d2
|
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files
chore(autoloaders): Update autoloader files for Composer 2.5.1
|
2023-01-26 09:17:52 +01:00 |
|
Nextcloud bot
|
4caa90dfb6
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-01-26 02:25:08 +00:00 |
|
Christoph Wurst
|
aee9941fed
|
chore(autoloaders): Update autoloader files for Composer 2.5.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-01-25 10:42:34 +01:00 |
|
Richard Steinmetz
|
bbda231e18
|
fix(dav): check if principal has email address before accessing it
Ref https://github.com/nextcloud/calendar/issues/4811
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2023-01-24 09:27:53 +01:00 |
|
Nextcloud bot
|
f867a2d65e
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-01-24 02:25:20 +00:00 |
|
Joas Schilling
|
3eda055c68
|
Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-selection
Fix WHERE condition when selecting user's availability for the status…
|
2023-01-23 15:59:39 +01:00 |
|
Christoph Wurst
|
83711e9267
|
Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode
chore(dav): Make json_encode and json_decode throw on error
|
2023-01-23 12:52:22 +01:00 |
|
Joas Schilling
|
13846ac2a8
|
Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-custom-property-test
Fix double where in CustomProperiesBackendTest
|
2023-01-23 11:37:18 +01:00 |
|
Joas Schilling
|
f99642b0bc
|
Merge pull request #36262 from nextcloud/chore/dav/void-test-methods
chore(dav): Add void return type to test methods
|
2023-01-23 07:08:02 +01:00 |
|
Joas Schilling
|
ab96942d92
|
Fix double where in CustomProperiesBackendTest
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-01-20 10:44:50 +01:00 |
|
Christoph Wurst
|
898d2923cc
|
chore(dav): Add void return type to test methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-01-20 08:38:43 +01:00 |
|
Joas Schilling
|
1aba0e22ba
|
Fix WHERE condition when selecting user's availability for the status automation
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-01-20 07:21:22 +01:00 |
|
Christoph Wurst
|
afd1ddb0ea
|
chore(dav): Make json_encode and json_decode throw on error
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-01-19 19:19:22 +01:00 |
|
Christoph Wurst
|
3c9ceffa7c
|
chore(dav): Remove useless var tag
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-01-19 19:05:23 +01:00 |
|
Anna Larch
|
a9264b007f
|
fix(dav): catch MaxInstancesExceedeException for recurring events without end date
Ref https://github.com/nextcloud/calendar/issues/4811
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-01-18 15:40:36 +01:00 |
|
Vincent Petry
|
ecf6b7667b
|
Extend ViewOnly DAV plugin to versions endpoint
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
2023-01-13 09:27:16 +00:00 |
|
Christopher Ng
|
e6f4705920
|
Revert "Fix sync errors for duplicate cards with the same UID for different backends"
This reverts commit ddcee3dbab.
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-01-13 02:11:09 +00:00 |
|
Christopher Ng
|
3d7a027ad8
|
Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-01-12 10:22:25 +01:00 |
|
Côme Chilliet
|
95520bc467
|
Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav
Get rid of deprecated at matcher in dav application tests
|
2023-01-10 10:18:50 +01:00 |
|
Nextcloud bot
|
1cfea13e94
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-01-10 02:24:52 +00:00 |
|
Nextcloud bot
|
484f2fd5cc
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-01-07 02:24:09 +00:00 |
|
Côme Chilliet
|
574c6770d1
|
Get rid of deprecated at matcher in dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-01-05 18:28:07 +01:00 |
|
John Molakvoæ
|
c2b6922c33
|
Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle
Hook into sabre event lifecycle for iMip Messages
|
2023-01-05 15:47:29 +01:00 |
|
Anna Larch
|
ddcee3dbab
|
Fix sync errors for duplicate cards with the same UID for different backends
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-01-05 12:19:51 +00:00 |
|
Anna Larch
|
d58ecdcfad
|
Hook into sabre event lifecycle for iMip Messages
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-01-05 11:55:26 +01:00 |
|
Vincent Petry
|
6f5b8a41a2
|
Bump @nextcloud/vue from 7.2.0 to 7.3.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-01-05 00:40:02 +00:00 |
|
Anna
|
74a0ac8854
|
Merge pull request #34865 from nextcloud/enh/log-log-itip-message-response
Add logging to Scheduling Plugin
|
2023-01-04 23:20:56 +01:00 |
|
Thomas Citharel
|
ab6e7d33f8
|
Remove jstz usage from server
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>
|
2023-01-04 17:40:40 +00:00 |
|
Anna Larch
|
05f2dc68fc
|
[WIP] Add logging to Scheduling Plugin
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-01-04 16:58:00 +01:00 |
|
Joas Schilling
|
348454cb91
|
Merge pull request #35876 from bennet0496/patch-mail-header
Adding option to set Auto-Submitted email header
|
2023-01-04 09:34:14 +01:00 |
|
Bennet Becker
|
5a1cc8de9b
|
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
2023-01-03 15:28:43 +01:00 |
|
Côme Chilliet
|
06da8adcd3
|
Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997
Code fixes from PR 34997
|
2023-01-03 14:32:31 +01:00 |
|
Côme Chilliet
|
a372564850
|
Fix psalm spotted errors with new requirements
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-01-02 15:02:28 +01:00 |
|
Julius Härtl
|
b8046e2ba4
|
Align checksum dav property with desktop client parsing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-12-30 16:55:35 +01:00 |
|
Côme Chilliet
|
9430899f16
|
Fix psalm issues related to signature changes from PHP 8.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2022-12-29 12:36:34 +01:00 |
|
Nextcloud bot
|
c31e0e3f45
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-12-27 02:47:03 +00:00 |
|
Nextcloud bot
|
9d5dd77747
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-12-26 02:43:28 +00:00 |
|
Bennet Becker
|
04c3c87946
|
Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"
This reverts commit 77569bae45.
Signed-off-by: Bennet Becker <dev@bennet.cc>
|
2022-12-24 14:56:32 +01:00 |
|
Bennet Becker
|
77569bae45
|
ran build/autoloaderchecker.sh after adding AutoSubmittedValue class
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
|
2022-12-23 19:26:58 +01:00 |
|
Bennet Becker
|
7a9f4fbbbe
|
Setting Auto-Submitted header for calendar events and new user mail
Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
|
2022-12-23 19:26:38 +01:00 |
|
Nextcloud bot
|
945afd4432
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-12-23 03:04:48 +00:00 |
|
Anna Larch
|
e6f23f50df
|
Remove comment and guests option from Invitations UI
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2022-12-20 16:31:06 +00:00 |
|
Côme Chilliet
|
e50efc6f66
|
Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarker
Fix parameter type for EntityCollection::setReadMarker in comments app
|
2022-12-20 11:04:18 +01:00 |
|
Vincent Petry
|
1bae41ccec
|
Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfo
Use display name cache on getStorageInfo
|
2022-12-19 12:07:43 +01:00 |
|
Côme Chilliet
|
1bc51a059b
|
Fix parameter type for EntityCollection::setReadMarker in comments app
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2022-12-19 11:44:27 +01:00 |
|
Côme Chilliet
|
cbbb0712db
|
Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject
Compute notification parsed subject from rich subject when possible
|
2022-12-19 10:46:39 +01:00 |
|
Côme Chilliet
|
e553cd1bb9
|
Fix comments and dav tests with Notifications and Activity changes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2022-12-19 09:57:32 +01:00 |
|
Nextcloud bot
|
5044161a80
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-12-17 02:19:40 +00:00 |
|
Julius Härtl
|
1746344481
|
Use display name cache on getStorageInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Adapt test to also run isolated
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-12-16 17:15:21 +00:00 |
|