summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| * fix testsRobin Appelman2020-08-261-4/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-08-304-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-294-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-2814-0/+18
|/
* [tx-robot] updated from transifexNextcloud bot2020-08-252-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2020-08-236-12/+30
|
* [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
|
* Merge pull request #22333 from nextcloud/backport/22236/stable19Roeland Jago Douma2020-08-215-6/+41
|\ | | | | [stable19] CalDAV: Add ability to limit sharing to owner
| * Add ability to limit sharing to ownerGeorg Ehrke2020-08-205-6/+41
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2020-08-212-0/+8
|/
* Merge pull request #22239 from nextcloud/backport/22128/stable19Joas Schilling2020-08-192-10/+19
|\ | | | | [stable19] Delete chunks if the move on an upload failed
| * Return proper status when file didn't exist beforeJulius Härtl2020-08-132-2/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust chunking test for non-existing target nodeJulius Härtl2020-08-131-3/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Delete chunks if the move on an upload failedJulius Härtl2020-08-131-6/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-08-192-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-142-2/+2
|/