summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexv19.0.11Nextcloud bot2021-05-0720-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2021-05-0664-64/+0
|
* [tx-robot] updated from transifexNextcloud bot2021-05-022-2/+2
|
* Bump composerRoeland Jago Douma2021-04-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-032-2/+54
|
* Delete old birthday calendar object when moving contact to another address bookChristian Weiske2021-03-261-3/+17
| | | | | | | | | | | | | When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by: Christian Weiske <cweiske@cweiske.de>
* Merge pull request #26296 from nextcloud/backport/26287/stable19John Molakvoæ2021-03-261-1/+1
|\ | | | | [stable19] Fix l10n
| * Fix l10nValdnet2021-03-251-1/+1
| | | | | | Issue: #26286
* | [tx-robot] updated from transifexNextcloud bot2021-03-2660-60/+60
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-064-0/+232
|
* [tx-robot] updated from transifexNextcloud bot2021-02-282-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-58/+156
|
* Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-171-0/+1
|\ | | | | [stable19] add repair job for unencoded group share uris
| * take into account that UNIQUE index might not work as expectedArthur Schiwon2021-02-021-0/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25593 from nextcloud/backport/25582/stable19Roeland Jago Douma2021-02-172-0/+19
|\ \ | | | | | | [stable19] Do not send imip email to invalid recipients
| * | Do not send imip email to invalid recipientsChristoph Wurst2021-02-172-0/+19
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25385 from nextcloud/backport/25218/stable19Roeland Jago Douma2021-02-171-2/+18
|\ \ \ | | | | | | | | [stable19] do not remove valid group shares
| * | | do not remove valid group sharesArthur Schiwon2021-01-291-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-162-2/+28
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-152-0/+14
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-072-38/+46
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-052-2/+2
| |/ |/|
* | Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-02-011-0/+3
|/ | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-01-294-0/+182
|
* [CalDAV] Validate notified emailsThomas Citharel2021-01-262-68/+123
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2021-01-172-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+10
|
* Merge pull request #24591 from nextcloud/backport/24358/stable19Morris Jobke2021-01-071-2/+24
|\ | | | | [stable19] use storage copy implementation when doing dav copy
| * use storage copy implementation when doing dav copyRobin Appelman2020-12-071-2/+24
| | | | | | | | | | | | | | | | instead of using the sabredav fallback (which does a read+write stream copy) this greatly speeds up dav copies Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #24762 from nextcloud/backport/24515/stable19Roeland Jago Douma2021-01-054-7/+2
|\ \ | | | | | | [stable19] fixes sharing to group ids with characters that are being url encoded
| * | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-181-3/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-181-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-182-3/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-052-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-312-22/+22
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-272-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-202-6/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-12-132-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-12-102-0/+12
|/
* Merge pull request #24447 from nextcloud/backport/23652/stable19Morris Jobke2020-11-301-6/+1
|\ | | | | [stable19] Fix public calendars shared to circles
| * A valid user session is required for circles.Daniel Kesselberg2020-11-301-1/+3
| | | | | | | | | | | | The circles app depends on a valid userId. A public shared calender might be viewed by guests without a user session. For such requests the principal is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-301-8/+1
| | | | | | | | | | | | as the QueryException is already catched inside circleToPrincipal. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)2020-11-301-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>