summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [tx-robot] updated from transifexNextcloud bot2020-11-252-0/+2
|
* Use correct year for generated birthdays eventsSven Strickroth2020-11-201-1/+6
| | | | | | | | 'X-APPLE-OMIT-YEAR' is not always present, at least iOS 12.4 uses the hard coded date of 1604 (the start of the gregorian calendar) when the year is unknown. cf. https://forums.bitfire.at/topic/2050/bday-without-year-for-vcard-3-0-if-server-drops-property-x-apple-omit-year and https://gitlab.com/CardBook/CardBook/-/issues/586 Signed-off-by: Sven Strickroth <email@cs-ware.de>
* [tx-robot] updated from transifexNextcloud bot2020-11-162-0/+12
|
* Fix unit testsRoeland Jago Douma2020-11-121-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #24052 from nextcloud/backport/23915/stable19Roeland Jago Douma2020-11-112-8/+8
|\ | | | | [stable19] Use png icons in caldav reminder emails
| * Use png icons in caldav reminder emailsRichard Steinmetz2020-11-112-8/+8
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Apply code style fixesMorris Jobke2020-11-111-1/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-11-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-024-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-11-016-6/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-10-316-12/+30
|
* [tx-robot] updated from transifexNextcloud bot2020-10-286-4/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-276-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-10-234-2/+4
|
* CalDavBackend: check if timerange is array before accessingSimon Spannagel2020-10-191-1/+2
| | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* [tx-robot] updated from transifexNextcloud bot2020-10-162-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-13110-496/+110
|
* [tx-robot] updated from transifexNextcloud bot2020-10-122-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2020-10-112-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-092-0/+22
|
* Sync all users to the system addresssbookJoas Schilling2020-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-292-0/+8
|
* Fix numeric folders throwing on markDirtyJoas Schilling2020-09-251-0/+12
| | | | | | | | | | | | | TypeError: strpos() expects parameter 1 to be string, int given The problem is that in cacheNode() we strip of any slashes, so a folder "0/" will be trimmed to "0" and be used as an array key. Since PHP automatically casts numeric array keys to integers, you afterwards get $nodePath as int(0). Since it's now a number, the strpos() function does not accept it anymore. Simply casting $nodePath to a string again in the foreach solves the issue Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-242-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-09-204-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-09-184-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-09-158-2/+126
|
* Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-141-1/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-09-074-8/+40
|
* [tx-robot] updated from transifexNextcloud bot2020-09-0618-2/+122
|
* [tx-robot] updated from transifexNextcloud bot2020-09-05110-406/+516
|
* Merge pull request #22442 from nextcloud/backport/22421/stable19Roeland Jago Douma2020-09-041-4/+11
|\ | | | | [stable19] show better quota warning for group folders and external storage