aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-2613-41/+390
|\
| * Show error message when posting an invalid commentVincent Petry2016-06-242-2/+6
| * Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-2111-39/+384
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-218-86/+176
|\|
| * PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
| * throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-173-3/+60
| * add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-172-6/+29
| * Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-165-66/+84
| * create session token only for clients that support cookiesChristoph Wurst2016-06-131-12/+5
| * create session token on all APIsChristoph Wurst2016-06-131-2/+1
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-1119-166/+857
|\|
| * Merge pull request #24990 from owncloud/fix_24868Vincent Petry2016-06-101-6/+3
| |\
| | * Wrap publicwebdav in sharePermission maskRoeland Jago Douma2016-06-061-6/+3
| * | Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-1011-153/+751
| |\ \
| | * | Filter confidential calendar objects in shared calendarsThomas Müller2016-06-094-3/+322
| | * | Added unit testing for the migration stepThomas Müller2016-06-095-126/+254
| | * | Implement classification migration as repair stepThomas Müller2016-06-095-58/+106
| | * | Bump dav app version and fix variable renameThomas Müller2016-06-092-3/+3
| | * | Add migration stepThomas Müller2016-06-094-1/+61
| | * | Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-093-26/+69
| * | | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
| |\ \ \
| | * | | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-093-4/+12
| | |/ /
| * | | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-105-3/+91
| |\ \ \
| | * | | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-095-3/+91
| | |/ /
* | | | Merge pull request #19 from nextcloud/files-dropLukas Reschke2016-06-101-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | block webdav access if share is not readableBjoern Schiessle2016-06-091-0/+5
| * | | Better handling of forbidden files in davRobin Appelman2016-06-092-0/+4
| * | | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-093-27/+46
| * | | add test for deleting ghost files over davRobin Appelman2016-06-091-0/+59
| | |/ | |/|
* | | Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
| |/ |/|
* | Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
* | Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-071-0/+59
|\ \
| * | add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
| |/
* / Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-063-27/+46
|/
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-026-6/+80
|\
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-016-6/+80
* | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
|/
* Update license headersLukas Reschke2016-05-26112-79/+308
* Update DAV unit tests to PSR-4Joas Schilling2016-05-2562-112/+122
* Fix local executionJoas Schilling2016-05-252-0/+5
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-242-6/+5
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-242-6/+6
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+1
|\
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+1
* | Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-232-4/+5
|\ \ | |/ |/|
| * ensure comments-href returns a value also when propfind is done against remot...Arthur Schiwon2016-05-202-4/+5
* | Fix unit testsJoas Schilling2016-05-233-30/+37
* | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-233-30/+40
* | Remove unused UserFolderJoas Schilling2016-05-232-15/+5
* | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-202-79/+244