summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-11/+2
* | Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
* | Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
* | Fix psalm errorsCôme Chilliet2023-02-072-7/+8
* | Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-072-19/+30
* | Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-073-0/+6
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-075-15/+10
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-5/+1
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-072-0/+6
|/
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-062-0/+4
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-054-0/+8
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0418-6/+54
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0376-444/+444
* Use recurrence instance to build iMip emailAnna Larch2023-02-028-703/+1711
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-314-0/+4
* Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable...Christoph Wurst2023-01-271-1/+0
|\
| * fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
* | Merge pull request #36210 from nextcloud/fix/4811/principal-emailDaniel2023-01-261-2/+2
|\ \ | |/ |/|
| * fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
* | Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-auto...Christoph Wurst2023-01-262-16/+25
|\ \
| * | chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| |/
* / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-262-14/+14
|/
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-242-6/+6
* Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-se...Joas Schilling2023-01-231-1/+1
|\
| * Fix WHERE condition when selecting user's availability for the status automationJoas Schilling2023-01-201-1/+1
* | Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decodeChristoph Wurst2023-01-237-12/+12
|\ \
| * | chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-197-12/+12
| |/
* | Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-cust...Joas Schilling2023-01-231-1/+1
|\ \
| * | Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-201-1/+1
* | | Merge pull request #36262 from nextcloud/chore/dav/void-test-methodsJoas Schilling2023-01-23120-713/+713
|\ \ \ | |/ / |/| |
| * | chore(dav): Add void return type to test methodsChristoph Wurst2023-01-20120-713/+713
| |/
* / chore(dav): Remove useless var tagChristoph Wurst2023-01-194-6/+0
|/
* fix(dav): catch MaxInstancesExceedeException for recurring events without end...Anna Larch2023-01-181-34/+39
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-132-13/+47
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-132-4/+2
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-43/+44
* Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-davCôme Chilliet2023-01-1032-858/+718
|\
| * Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-0532-858/+718
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-102-146/+146
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0776-212/+76
* | Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycleJohn Molakvoæ2023-01-052-4/+5
|\ \
| * | Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-052-4/+5
| |/
* / Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
|/
* Bump @nextcloud/vue from 7.2.0 to 7.3.0Vincent Petry2023-01-051-20/+20
* Merge pull request #34865 from nextcloud/enh/log-log-itip-message-responseAnna2023-01-045-9/+23
|\
| * [WIP] Add logging to Scheduling PluginAnna Larch2023-01-045-9/+23
* | Remove jstz usage from serverThomas Citharel2023-01-041-3/+1
|/
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\