summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [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>
* Merge pull request #13430 from ↵Roeland Jago Douma2019-01-096-3/+147
|\ | | | | | | | | nextcloud/bugfix/13331/respect-classification-of-calendar-events-in-activity-stream Respect classification of calendar events in activity stream
| * Add a repair step to remove sensitive event activityJoas Schilling2019-01-084-1/+128
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly handle the classification of events in the activity streamJoas Schilling2019-01-082-3/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #12227 from nextcloud/bugfix/cleanu_upload_foldersMorris Jobke2019-01-0710-23/+293
|\ \ | |/ |/| Background job to cleanup leftover chunked uploads
| * Add live repair step to cleanup old chunksRoeland Jago Douma2019-01-044-1/+101
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-048-22/+192
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13117 from nextcloud/vcard-avatar-fixesRoeland Jago Douma2019-01-044-17/+36
|\ \ | | | | | | Allow URI as data for vcard PHOTO
| * | Update apps/dav/lib/CardDAV/PhotoCache.php Morris Jobke2019-01-041-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-045-15/+28
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Allow URI as data for vcard PHOTOJohn Molakvoæ (skjnldsv)2019-01-042-4/+10
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-042-1/+14
|/ | | | Signed-off-by: Bastien Durel <bastien@durel.org>
* [tx-robot] updated from transifexNextcloud bot2018-12-312-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-302-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-292-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-262-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-252-2/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-12-232-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-12-212-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-192-2/+2
|
* Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-172-2/+4
|\ | | | | fix exception on LDAP mapping during login
| * be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-272-2/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-12-172-4/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-162-6/+6
| |
* | If the parent is not cached we should request the fileRoeland Jago Douma2018-12-061-3/+3
| | | | | | | | | | | | Else we ignore all incomming shares. Which basically does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12814 from nextcloud/fix/9058/no_user_enumartion_if_disabledRoeland Jago Douma2018-12-054-1/+61
|\ \ | | | | | | No user enumeration on DAV if disabled
| * | No DAV user enumeration if disabledRoeland Jago Douma2018-12-044-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9058 If the option to autocomplete users is disabled. We also should not enumerate the users on this endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-042-2/+2
|\ \ \ | |/ / |/| | Validate all rich objects
| * | Fix wrong used typeJoas Schilling2018-11-232-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12813 from nextcloud/fix/system_address_bookMorris Jobke2018-12-041-7/+8
|\ \ \ | | | | | | | | Fix the system address book
| * | | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c23a66cda46d9a1f0ce8dc60a6c160809c87d9f6 broke the system address book. We now move the ACL rules for this special case up and all is good in the world again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #12808 from ↵Roeland Jago Douma2018-12-041-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/12774/anonymous_options_only_anoynoums Only run the AnonymousOptionsPlugion on Anonymous requests
| * | | Only run the AnonymousOptionsPlugion on Anonymous requestsRoeland Jago Douma2018-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #12744 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-042-0/+8
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2018-11-292-2/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-11-272-0/+30
| |
* | extend anonymous options to work on every dav urlRobin Appelman2018-11-232-2/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-201-0/+4
|\ | | | | forward object not found error in swift as dav 404
| * forward object not found error in switch as dav 404Robin Appelman2018-11-191-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+2
|/