summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+12
|
* Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-242-11/+0
| | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-04-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-192-4/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-04-152-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-122-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-04-102-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-04-092-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-04-012-8/+80
|
* [tx-robot] updated from transifexNextcloud bot2019-03-292-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-03-266-44/+56
|
* [tx-robot] updated from transifexNextcloud bot2019-03-2196-98/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-172-0/+38
|
* throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2019-03-144-52/+60
|
* [tx-robot] updated from transifexNextcloud bot2019-03-012-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-02-282-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-242-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-02-154-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-02-142-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-132-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-124-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-02-116-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1010-2/+36
|
* [tx-robot] updated from transifexNextcloud bot2019-02-094-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2019-02-082-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-02-066-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2019-02-0694-190/+194
|
* Merge pull request #13708 from nextcloud/stb14-vcard-avatar-fixesMorris Jobke2019-01-284-17/+36
|\ | | | | [stable14] vcard avatar fixes
| * Update apps/dav/lib/CardDAV/PhotoCache.php Morris Jobke2019-01-211-1/+1
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Co-Authored-By: skjnldsv <skjnldsv@users.noreply.github.com>
| * Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-215-15/+28
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Allow URI as data for vcard PHOTOJohn Molakvoæ (skjnldsv)2019-01-212-4/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-01-222-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-01-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-154-6/+10
|
* Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling2019-01-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-142-4/+12
|
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-132-1/+14
| | | | Signed-off-by: Bastien Durel <bastien@durel.org>
* [tx-robot] updated from transifexNextcloud bot2019-01-136-2/+174
|
* [tx-robot] updated from transifexNextcloud bot2019-01-126-0/+10
|
* Check for no longer existing calendarsRoeland Jago Douma2019-01-111-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-1114-0/+14
|
* Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a repair step to remove sensitive event activityJoas Schilling2019-01-094-1/+128
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>