| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middleware | Anna | 2024-10-02 | 1 | -20/+7 |
|\ |
|
| * | fix(caldav): add missing handlersfix/webcal-subscription-jobs-middleware | Anna Larch | 2024-10-01 | 1 | -20/+7 |
* | | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-dates | escoand | 2024-10-02 | 1 | -2/+2 |
* | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-command | Anna | 2024-10-02 | 1 | -0/+110 |
|\ \
| |/
|/| |
|
| * | feat(carddav): add command to list address booksfeat/add-addressbook-list-command | Anna Larch | 2024-09-30 | 1 | -0/+110 |
* | | fix: make federation address book sync work with allow_local_remote_servers =... | Daniel Kesselberg | 2024-10-01 | 1 | -0/+55 |
|/ |
|
* | test: Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -2/+2 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -3/+3 |
* | chore: Get rid of travis in DAV appchore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 10 | -24/+148 |
* | Merge pull request #47399 from nextcloud/fix/47275/driverException | Hamza | 2024-09-19 | 1 | -6/+8 |
|\ |
|
| * | fix: expand select and group by for calandar reminder backendfix/47275/driverException | Hamza Mahjoubi | 2024-09-19 | 1 | -6/+8 |
* | | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 11 | -255/+255 |
|/ |
|
* | test: fix service overwrite in PartFileInRootUploadTest | Robin Appelman | 2024-09-18 | 1 | -1/+2 |
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -8/+2 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 2 | -7/+7 |
* | Merge pull request #48044 from nextcloud/fix/cast-node-names-to-string | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ |
|
| * | test: cast node name and data to stringfix/cast-node-names-to-string | Anna Larch | 2024-09-15 | 1 | -2/+2 |
* | | Merge pull request #48049 from nextcloud/refactor/void-tests | Anna | 2024-09-16 | 11 | -41/+41 |
|\ \ |
|
| * | | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 11 | -41/+41 |
| |/ |
|
* / | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integer | Anna Larch | 2024-09-15 | 1 | -14/+14 |
|/ |
|
* | fix: Adjust unit tests and protect against XSS | Ferdinand Thiessen | 2024-09-06 | 1 | -9/+45 |
* | fix(dav): Update 403 error message | Camila | 2024-09-06 | 1 | -6/+14 |
* | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 1 | -4/+4 |
* | fix(dav): Pre-check if node can be copied or moved in DAV files plugin | Ferdinand Thiessen | 2024-08-28 | 2 | -157/+177 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 40 | -236/+236 |
* | fix(caldav): allow renaming of birthday calendars | Anna Larch | 2024-08-20 | 2 | -3/+7 |
* | Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-... | Richard Steinmetz | 2024-08-14 | 2 | -254/+393 |
|\ |
|
| * | feat(webcal): only update modified and deleted events from webcal calendars | Anna Larch | 2024-08-13 | 2 | -254/+393 |
* | | Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-api | Christoph Wurst | 2024-08-14 | 2 | -0/+163 |
|\ \ |
|
| * | | feat(dav): Add an API for upcoming events | Christoph Wurst | 2024-08-13 | 2 | -0/+163 |
| |/ |
|
* / | fix(caldav): allow VJOURNAL if no supported component set is specified | Richard Steinmetz | 2024-08-13 | 1 | -1/+1 |
|/ |
|
* | fix: handle-duplicate-reminder | hamza221 | 2024-08-13 | 1 | -2/+2 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -6/+13 |
* | fix(caldav): test for null and blank value | SebastianKrupinski | 2024-08-07 | 1 | -1/+28 |
* | Merge pull request #46623 from nextcloud/fix/issue-44127 | Sebastian Krupinski | 2024-08-07 | 2 | -10/+109 |
|\ |
|
| * | fix(caldav): fixed initial sync and double processing | SebastianKrupinski | 2024-08-01 | 2 | -10/+109 |
* | | fix(caldav): Add sharee to address list when calendar is shared | SebastianKrupinski | 2024-08-06 | 1 | -31/+370 |
* | | test: don't reuse the query builder for multiple tables in CardDavBackendTest | Robin Appelman | 2024-08-02 | 1 | -0/+5 |
|/ |
|
* | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 1 | -5/+131 |
* | fix(caldav): stricter default calendar checks | Richard Steinmetz | 2024-07-22 | 4 | -9/+249 |
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 1 | -0/+15 |
* | feat: Improve recurrence invitations messages | SebastianKrupinski | 2024-07-17 | 2 | -137/+2195 |
* | Merge pull request #46510 from nextcloud/feat/info-xml-backends | Richard Steinmetz | 2024-07-17 | 1 | -1/+19 |
|\ |
|
| * | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 1 | -1/+19 |
* | | fix(dav): Verify target path in `setName` instead of source path | Ferdinand Thiessen | 2024-07-16 | 1 | -2/+2 |
* | | refactor: Migrate filename validation logic from `Storage` to `FilenameValida... | Ferdinand Thiessen | 2024-07-16 | 1 | -3/+4 |
|/ |
|
* | fix(caldav): limit vevent size | SebastianKrupinski | 2024-07-04 | 1 | -0/+73 |
* | fix(carddav): limit vcard size | SebastianKrupinski | 2024-07-04 | 1 | -0/+73 |
* | fix(caldav): when message is a reply compare the message sender not the recip... | SebastianKrupinski | 2024-06-25 | 2 | -1/+72 |
* | Merge pull request #46002 from nextcloud/debt/noid/use-new-http-client | Daniel | 2024-06-25 | 1 | -59/+314 |
|\ |
|