summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-162-2/+28
* [tx-robot] updated from transifexNextcloud bot2021-02-152-0/+14
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-112-0/+19
* Merge pull request #25450 from nextcloud/backport/25393/stable21Roeland Jago Douma2021-02-091-0/+1
|\
| * take into account that UNIQUE index might not work as expectedArthur Schiwon2021-02-021-0/+1
* | [tx-robot] updated from transifexNextcloud bot2021-02-072-38/+46
* | [tx-robot] updated from transifexNextcloud bot2021-02-052-2/+2
* | Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
* | Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39
* | Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-034-0/+105
|/
* Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma2021-01-291-0/+3
|\
| * Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-0/+3
* | Merge pull request #25218 from nextcloud/fix/25213/do-no-remove-vali-dav-grou...Christoph Wurst2021-01-291-2/+18
|\ \ | |/ |/|
| * do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
* | [tx-robot] updated from transifexNextcloud bot2021-01-294-0/+182
* | Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
* | Merge pull request #25310 from nextcloud/dav-validate-email-addressesRoeland Jago Douma2021-01-252-64/+116
|\ \
| * | [CalDAV] Validate notified emailsThomas Citharel2021-01-252-64/+116
* | | Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
|/ /
* / also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
|/
* Merge pull request #25168 from nextcloud/fix/cards_abiduriMorris Jobke2021-01-181-0/+1
|\
| * Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
* | [tx-robot] updated from transifexNextcloud bot2021-01-172-0/+16
|/
* Merge pull request #25114 from nextcloud/dismiss-reminder-notifications-from-...Roeland Jago Douma2021-01-142-7/+83
|\
| * Dismiss reminder notifications from passed eventsThomas Citharel2021-01-142-7/+83
* | Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1210-10/+10
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-10/+10
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+10
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-087-14/+14
* Merge pull request #24911 from nextcloud/fix/tasks-calendar/undefined-index-s...Julius Härtl2021-01-071-2/+4
|\
| * Make sure we have existing indexes before using themJohn Molakvoæ (skjnldsv)2021-01-041-2/+4
* | Merge pull request #24964 from nextcloud/bugfix/noid/internal-server-error-wh...Roeland Jago Douma2021-01-051-1/+6
|\ \
| * | Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
* | | [tx-robot] updated from transifexNextcloud bot2021-01-052-2/+2
| |/ |/|
* | Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-046-4/+6
|\ \ | |/ |/|
| * Update license headersChristoph Wurst2020-12-306-4/+6
* | [tx-robot] updated from transifexNextcloud bot2020-12-312-22/+22
|/
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-12-272-0/+2
* Merge pull request #22222 from nextcloud/enh/social-indexRoeland Jago Douma2020-12-225-0/+221
|\
| * re-index contacts with social profilescall-me-matt2020-12-225-0/+221
* | Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\ \ | |/ |/|
| * adding social profile to search indexmatt2020-08-021-1/+2
* | Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-222-17/+71
|\ \
| * | Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-102-17/+71
* | | [tx-robot] updated from transifexNextcloud bot2020-12-202-6/+6
* | | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-184-7/+2
|\ \ \
| * | | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
| * | | fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-161-1/+1
| * | | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-162-3/+1